NancyJ
09-04-2006, 01:47 PM
For a while now I've been using web services where you send them some xml with parameters and they send back some xml as a response.
With 1 we send via soap with another we send it through the querystring. The soap search was straining the server somewhat so I wanted to move away from that so I asked if any other protocols were available and they said oh just use a standard xml interface.
Which confused me a little and we carried on with soap. Now we're adding another web service to our data list and we've been given the xml to send and the address to send it to.... and thats it.
Have I missed something somewhere? If you were given a url and some xml how would you send it?
With 1 we send via soap with another we send it through the querystring. The soap search was straining the server somewhat so I wanted to move away from that so I asked if any other protocols were available and they said oh just use a standard xml interface.
Which confused me a little and we carried on with soap. Now we're adding another web service to our data list and we've been given the xml to send and the address to send it to.... and thats it.
Have I missed something somewhere? If you were given a url and some xml how would you send it?