Importing WSDL - Service.Initialize and Service.Invoke is not members error

I am importing a WSDL file into a Lotusscript libarary and it reports errors for the Service procesdure.

It does not seem to find Service.Initialize or Service.Invoke?

I guess “Service” is an internal Lotus Notes procedure used to invoke the webservice. but why is it reporting that it is not a member.

The following line is at the top in the SL

%INCLUDE “lsxsd.lss”

thanks

Thomas

http://www.notessidan.se

Subject: Solved it

Solved:

Ofcourse, there can not be a function named “service” as this is a reserved function that Notes uses to invoke the webservice.

I changed the function name in the wsdl and it compiled successfully.

Thomas

http://www.notessidan.se