C
Carlo Razzeto
Hello,
I'm working on migrating a webservice my company currently has written in
PHP over to a .Net webservice. Our service works like this:
Applications makes a HTTP POST request to the webservice with the raw post
data consisting of XML.
The XML service creates the request processing object, passing the raw XML
Once the service is done, it returns the response XML on the same
connection.
This webservice does not use SOAP at all, it uses a custom request and
response schema deffined by us. My question is, how do I get access to the
raw post data in an 'offical' XML web service? Or can I even? As far as I
can see right now it seems that SOAP was basically made a requirement for
webservices in ASP.Net, and I can't find any documentation telling me how to
get access to raw post data in an XML web service. Can this be done? Or do I
need to create an ASP.Net website which consits of a single webpage wich
happend to accept only raw posted XML and happens to return only the XML
response? Any help would be appriciated. Thanks,
Carlo Razzeto
I'm working on migrating a webservice my company currently has written in
PHP over to a .Net webservice. Our service works like this:
Applications makes a HTTP POST request to the webservice with the raw post
data consisting of XML.
The XML service creates the request processing object, passing the raw XML
Once the service is done, it returns the response XML on the same
connection.
This webservice does not use SOAP at all, it uses a custom request and
response schema deffined by us. My question is, how do I get access to the
raw post data in an 'offical' XML web service? Or can I even? As far as I
can see right now it seems that SOAP was basically made a requirement for
webservices in ASP.Net, and I can't find any documentation telling me how to
get access to raw post data in an XML web service. Can this be done? Or do I
need to create an ASP.Net website which consits of a single webpage wich
happend to accept only raw posted XML and happens to return only the XML
response? Any help would be appriciated. Thanks,
Carlo Razzeto