Do you have any .NET documentation for the same.
"intrader" wrote:
> On Mon, 15 Aug 2005 12:08:06 -0700, Nikhil wrote:
>
> > I want to create a SOAP/XML payload, which is ent to a web-service using HTTP
> > POST. I was wondering if there is a better way to create a SOAP envelope than
> > concatinating strings which have the actual envelope text.
> >
> > Thanks,
> I have used a java solution, from which you may infer what you need:
>
http://developers.sun.com/sw/building/tech_articles/j2ee_soap_part2.html >