kantplayalik
Programmer
ok guys, i'm rather new to xml and namespaces ansd such...I've seen documents with multiple namespace and prefix defininitions defined in the soap envelope tag...like this
"<soap:Envelope xmlns:A="xxxxxxxxxx" xmlns:B="xxxxxxxxxx" xmlns:C="xxxxxxxx">"
I'm using Visual Studio 2003 and .net and I need to impliment something like this in my web service, but I have no idea how to declare multiple namespaces inside the Envelope tag.
Any and all suggestions are much appreciated.
Thanks in Advance!
"<soap:Envelope xmlns:A="xxxxxxxxxx" xmlns:B="xxxxxxxxxx" xmlns:C="xxxxxxxx">"
I'm using Visual Studio 2003 and .net and I need to impliment something like this in my web service, but I have no idea how to declare multiple namespaces inside the Envelope tag.
Any and all suggestions are much appreciated.
Thanks in Advance!