tc3596
Technical User
- Mar 16, 2001
- 283
I need my function to pass back data as a XMLDocument
The result needs to be as....
<Challenge><\Challenge>
<Reponse><\Response>
The service seems to auto place an xml declaration, so I don't need to put that in place. Also, it puts back a GetNewPalletInfoResponse node as well....
How can i do this with no root node...
all the examples seem to allocate a XMLNode and then elements underneath that?
Any help is appreciated. Thanks.
The result needs to be as....
<Challenge><\Challenge>
<Reponse><\Response>
The service seems to auto place an xml declaration, so I don't need to put that in place. Also, it puts back a GetNewPalletInfoResponse node as well....
How can i do this with no root node...
all the examples seem to allocate a XMLNode and then elements underneath that?
Any help is appreciated. Thanks.