Howto consume multiple webservices with lotuscript?

I’am trying to within a single agent consume multiple webservices with the R8 native method (an scriptlibrary constructed from the imported WSDL file), Iam getting stucked in a loop with that the agent doesnt like having multiple %INCLUDE “lsxsd.lss” (one for each WS consumer lib) - and If i take it away from the lib the lib cant be compiled, likewise if I move the include to another script lib and use that from the WS Consumer libs, the cant be compiled… anyone have a solution on this?

Subject: Any slotution to this?

Hi Rickard,I’ve got stuck to this issue aswell. By having the “lsxsd.lss” in only one consumer and referring to it in other consumers (+ removing “lsxsd.lss” in the others) the other ones can not be compiled as the PortTypeBase class is not found.

Did you find a solution to this, anyone else?

/mats