Web Service using SOAP+UDP

  • Thread starter Thread starter Raj
  • Start date Start date
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
 
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
 
Back
Top