I'm *guessing* that
strXML= ... lots of code ...
token = objSOAPClient.InsertInvoiceAndCustomer(strXML)
would work. Sorry, I only worked with the SOAP client one time several years ago, and I have forgotten all too many of the details. I do remember that I constructed the XML by hand, rather than using the serializer. But beyond that...
|