M
Mahesha
Hello,
I want to write a .net webservice which returns the data as a xml.
I get this xml from a dataset by calling GetXml method.This web
service will be used by clients who donot use .net or microsoft
platforms. This size of the xml string could be quite big.I would like
to know whats the best method to return the data.
a)Should I just return this xml as a string from my webservice.
b)Is there a better efficient approach to handle this using SOAP.
I'm a newbie and it would be great if someone could direct me to a
tutorial/link which can help me on this.
Regards,
Mahesha
I want to write a .net webservice which returns the data as a xml.
I get this xml from a dataset by calling GetXml method.This web
service will be used by clients who donot use .net or microsoft
platforms. This size of the xml string could be quite big.I would like
to know whats the best method to return the data.
a)Should I just return this xml as a string from my webservice.
b)Is there a better efficient approach to handle this using SOAP.
I'm a newbie and it would be great if someone could direct me to a
tutorial/link which can help me on this.
Regards,
Mahesha