|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Sending/Receiving SOAP Message using VB.NETHi,
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 Julio In article <ucjXXh$NGHA.3***@tk2msftngp13.phx.gbl>, jdelgado89
@hotmail.com says... > Hi, I would look into the SoapFormatter class. That should be able to give > 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. you a properly formatted SOAP message and from there you could use the network libraries (System.Net.Sockets) to send the message.
trying to understand classes
initialize a complex constant in a class SQL question in VB.net and Access SendKeys Doesn't Always Work? MDI Child Forms RaiseEvent not working correctly Form StartUpPosition Putting an application into my vb.net control (like a panel) Text from a Word.Doc How to query the key and value pair in ComboBox |
|||||||||||||||||||||||