Send SOAP request via a defined socket

O

oziris

Hi,

Is there a way to send a SOAP request (invoke) (via HTTP) in a TCP
socket?
The reason is complex so excuse me do not give more details.

Don't hesitate to slap me if I talk nonsense, may be notably because
HTTP and TCP are not 2 protocols of the same TCP/IP layer.

I work with Axis.

Please redirect me if this message is off-board.

Thanks.
-o--
 
R

Roedy Green

Is there a way to send a SOAP request (invoke) (via HTTP) in a TCP
socket?

I don't think there is any other possibility. SOAP by definition uses
HTTP protocol, and HTTP always runs over TCP/IP every time I have seen
it.

At least in any ordinary situation.
 
M

Mike Schilling

Roedy Green said:
I don't think there is any other possibility. SOAP by definition uses
HTTP protocol,

Not quite. The most common implementation of SOAP is SOAP-over-HTTP, but
SOAP can also be run over JMS, SMTP, MSMQ, etc.
 
S

Ste

Remember SOAP is just a simple xml based messaging protocol.. it has nothing
to do with HTTP or other network protocol.

As long as you send a valid soap XML message and the socket endpoint sends
you back a valid soap XML message. You are doing SOAP messaging.

Thus you can open any socket connection and pump raw soap xml down it. Of
course the socket endpoint must be listening and expecting the data
otherwise its not going to work.
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top