Connecting Tech Pros Worldwide Forums | Help | Site Map

xml data or multiple parameters

Newbie
 
Join Date: Jul 2008
Posts: 28
#1: Aug 2 '08
Hi,

I have to send some data to web service.

So, I am thinking that which is the best way to send
data to web service, xml formatted as single parameter
or as multiple parameters depends on number of data.

What is the benifit to send data as xml format to WS?

Expert
 
Join Date: Aug 2007
Posts: 674
#2: Aug 2 '08

re: xml data or multiple parameters


To clarify, did you truly mean you are sending data to a web service. This is different from, you owning the webservice and sending data from the service itself.

In which case, you probably don't have a choice. The webservice will tell you how to send data.
Reply