Web Service using SOAP+UDP

R

Raj

I have written a UDP server and want to make it available as web service

I could not find much information about how I can implement UDP over SOAP,
consuming SOAP over UDP ...

Any help would be appreciated much

Thank you

Regards
Raj
 
A

Arne Vajhøj

I have written a UDP server and want to make it available as web service

I could not find much information about how I can implement UDP over SOAP,
consuming SOAP over UDP ...

Any help would be appreciated much

SOAP/UDP/IP is not a standard protocol stack.

SOAP/HTTP/TCP/IP is a standard protocol stack.

SOAP/messagequeue is somewhat a standard protocol stack.

Since there are no standard you will have to invent your
own standard.

But I will recommend against the approach. There are not
much point in using a standard (where the advantage is the
standard aspect) in a non standard way.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top