SOAP Toolkit 3.0 Formatting question
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I am sucessfully writing SOAP messages with the SOAP Toolkit and VB6.0. I did however run into a problem whereby the format of one of my input parameters needs to be in a format as in below: AliquotInternalID In general the toolkit calls to serializer.writestring, outputs in the following: AliquotInternalID How can I make calls to the Toolkit to create the child tags with the values as see in the first example. All responses are welcome. Have a great day.