T
Tarun Mistry
Hi there everyone, before I delve into doing something silly, i hope you
guys can set me straights on some ASP.NET (c#) SOAP fundementals.
I am manually creating SOAP messges from a template on disc and posting
these to remote clients, do I need to use the httpwebrequest/httpwebresponse
classes todo this or are there some SOAP classes that will do this for me.
How do I process a SOAP message if it is sent to my machine, I would like to
validate it and ensure it is correct. I have schemas for my custom headers
and payloads, what should I do/use to ensure the SOAP packet is valid, then
the header and body?
Basically i do not want to reinvent the wheel if classes are already
available, im pretty new to SOAP so still mashing my way through things.
Thanks for all your help!
Taz
guys can set me straights on some ASP.NET (c#) SOAP fundementals.
I am manually creating SOAP messges from a template on disc and posting
these to remote clients, do I need to use the httpwebrequest/httpwebresponse
classes todo this or are there some SOAP classes that will do this for me.
How do I process a SOAP message if it is sent to my machine, I would like to
validate it and ensure it is correct. I have schemas for my custom headers
and payloads, what should I do/use to ensure the SOAP packet is valid, then
the header and body?
Basically i do not want to reinvent the wheel if classes are already
available, im pretty new to SOAP so still mashing my way through things.
Thanks for all your help!
Taz