How do I receive SOAP Messages via HTTP from an App?  
Author Message
John





PostPosted: 2006-1-10 21:50:00 Top

java-programmer, How do I receive SOAP Messages via HTTP from an App? Hi,

I have a Java Application. It is both a socket server and a socket
client. I can run the app on multiple computers and they can connect to
each other.

I can create SOAPMessages and use a SOAPConnection to send these
messages to listening sockets on the other computers.

I'm having trouble taking the received SOAP message as a byte stream
and converting it to a Java SOAPMessage.

How should I do this?

I think I need an HTTP Server. Is this correct? Is there one included
in the J2SE or J2EE classes?

Thanks!
John