-
XML bridge
Hi gurus
I have a project that I need to work on and I need you to point me to the right direction.
I need to send an xml request to another domain server and get back some information on the same format, what is my best way to go on this. what is my step one for now.
VS2003
Thanks gurus
-
Re: XML bridge
I would create a webservice. Then you could send in and get back whatever information you need.
-
Re: XML bridge
M.
Thanks for the reply, is it too much to ask if you can elaborate a little bit more.
Thanks a bucnh for battling
-
Re: XML bridge
If that other server has IIS on it, you can have it host a webservice. Your caller application can then reference that webservice and send whatever data you need to send in code very easily (tho, 2003 is a bit harder to setup webservices than 2005+).