Saving all posts to .NET WebService in XML to DB
Posted
by Nic
on Stack Overflow
See other posts from Stack Overflow
or by Nic
Published on 2010-06-01T02:23:29Z
Indexed on
2010/06/01
2:33 UTC
Read the original article
Hit count: 260
c#
|web-services
I am sure this is an easy question however I am not finding the solution. I want to save the XML files posted to my .NET Web Service. I am sure it is just a simple method call when the service is invoked but I am not finding it. I would like to save the full XML posted to the service
Any help would be greatly appreciated. Thank you in advance.
© Stack Overflow or respective owner