Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

Send SOAP request via a defined socket

Thread view: 
oziris - 30 Sep 2005 15:00 GMT
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--
Roedy Green - 30 Sep 2005 23:05 GMT
>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.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.

Mike Schilling - 01 Oct 2005 01:52 GMT
>>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,

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

> and HTTP always runs over TCP/IP every time I have seen
> it.
Ste - 19 Oct 2005 21:37 GMT
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.

> Hi,
>
[quoted text clipped - 11 lines]
> Thanks.
> -o--


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.