J
Jon
My boss has told a customer of ours that they can call method on our web
service and send us an xml file that we will then pull data from and do
stuff with.
I worked briefly with web services in .Net 1.1, but never did much beyond
the basics.
We are now working in .Net 2.0 and I'm wondering the best way to accomplish
what he's told the customer. Should I have the web service has an input
method with a string variable and just have our customer suck their xml file
into a string and pass it over to our webmethod, and then constitute an xml
document from the passed-in string? Or is there a better way someone can
thing of?
Thanks
Jon
service and send us an xml file that we will then pull data from and do
stuff with.
I worked briefly with web services in .Net 1.1, but never did much beyond
the basics.
We are now working in .Net 2.0 and I'm wondering the best way to accomplish
what he's told the customer. Should I have the web service has an input
method with a string variable and just have our customer suck their xml file
into a string and pass it over to our webmethod, and then constitute an xml
document from the passed-in string? Or is there a better way someone can
thing of?
Thanks
Jon