I have followed al the instructions in the Sandbox article SOAPConnect for LotusScript. I want to consume a web service and have made a agent.
…
temp = bn.invoke(servicenamespace,methodname, myArgs)
…
but I get the error:
“(SOAP-ENV:Client) No Serializer found to serialize a 'null' using encoding style 'Error”
Do anyone here have a solution for this problem?
- Reagards Arnt