Click to See Complete Forum and Search --> : Raw Socket SOAP Programming


AnnihilationX
August 27th, 2003, 09:24 PM
I need help sending SOAP packages from a client to a server with raw sockets. I'm doing this on QNX so I can't use most available libraries.

So I connect to the server on port 80. Then how do I send the packet, do I just put the soap packet as the msg and use the send command or do I need to put POST at the front of the message? Is anything special I need to set up or that I missed for SOAP?

Thanks a ton for your help.
Dan