Web service transport

  • Thread starter Thread starter Peter Morris
  • Start date Start date
P

Peter Morris

Hi all

Is there a way I can replace the data transport mechanism of a webservice
client?

I'd like the convenience of serialising requests and responses, and having
the client classes automatically generated etc, but I'd like the request XML
put into a memory stream and also to be able to pump the response back into
the web service from another memory stream.

Is this possible?

Thanks

Pete
 
Back
Top