receive xml file as a parameter to a .net web service

Posted by fizch on Stack Overflow See other posts from Stack Overflow or by fizch
Published on 2010-02-08T22:27:23Z Indexed on 2010/03/19 21:51 UTC
Read the original article Hit count: 149

Filed under:
|
|

My company is currently looking into bringing a new piece of third party software in for online ordering. The software does not handle pricing so they are requesting the pricing information from a web service. Their software is passing an XML file as a parameter, and expecting an XML file as a response. I would think that returning an XML file would be pretty straight forward, but I cannot think of a way to receive an XML file as a parameter. Has anyone done this, or am I missing something really obvious?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about ASP.NET