fogofogo
09-27-2007, 12:14 PM
Hello all,
I hope this is in the right place!
I've been asked to create a system that exchanges xml messages. A mobile device (client) sends xml to a website (web server) that will then send back a response. The xml will be sent as SOAP across http. The xml will also be stripped and stored in a database, for use on a website. We'll be using .net (c#)
So I'm just trying to figure out how I'm going to achieve this. From reading from differnet sources, and from doing numerous tutorials, I understand that using "web services" would be the best option for this, and I have been able to create a .wsdl page that can return the xml response.
But what I can get my head around, is how the xml is sent from the client to the server? Do I need to create some sort of listener page? Has anyone ever come across any good tutorials outlining how this might be done?
I appreciate any help
Thanks
I hope this is in the right place!
I've been asked to create a system that exchanges xml messages. A mobile device (client) sends xml to a website (web server) that will then send back a response. The xml will be sent as SOAP across http. The xml will also be stripped and stored in a database, for use on a website. We'll be using .net (c#)
So I'm just trying to figure out how I'm going to achieve this. From reading from differnet sources, and from doing numerous tutorials, I understand that using "web services" would be the best option for this, and I have been able to create a .wsdl page that can return the xml response.
But what I can get my head around, is how the xml is sent from the client to the server? Do I need to create some sort of listener page? Has anyone ever come across any good tutorials outlining how this might be done?
I appreciate any help
Thanks