I am http posing a XML with content-type:“text/xml”; however, I cannot see the node object in service.
I see an input named as “<?xml version”, value is the rest of the xml string.
I use httpWebRequest to have straight http call from .net.
Q1. After I add web reference via wsdl, I found the proxy file is just an empty name space, nothing else.
Q2. Since the proxy is nothing there, I post XML by direct http call. I do not need wsdl, then, what is wsdl for?
Shuren,
Why not use a Web Service instead of a direct http call using an XML string :eek:. Since you are using .Net, this should be pretty straightforward for you. And it takes away the uglies of XML from the .Net side. Mark C. posted a sticky post to this forum on how to do it.
It gives you a more standards based interface, .Net will abstact the XML away from you. And if you do it correctly a less brittle interface.