all groups > dotnet web services > february 2006 >
You're in the

dotnet web services

group:

Send/Receive a SOAP Message


Send/Receive a SOAP Message Julio Delgado
2/22/2006 4:37:33 PM
dotnet web services:
Hi,
Again sorry for my ignorance first time interfacing to a remote server that
is not a web service but it uses SOAP protocol to talk through a particular
TCP port. I need to develop a VB.NET application to send a SOAP Message to
this remote server. The only info they have given me is the server and port
number and they have a "ping style" msg that the server will accept a msg
and return back exactly what I send the msg has two parameters Message Id (a
number Integer) and a robot Id which is the workstation sending the msg they
say I can send any other parameter and they will send it back to me.

Any ideas how I can approach a solutions for this.

Thanks

RE: Send/Receive a SOAP Message JRadical
3/1/2006 8:16:28 AM
All you need to do is select "add web reference" and put the URL in. This will
generate the proxy to connect.


[quoted text, click to view]
AddThis Social Bookmark Button