PDA

View Full Version : Why is SOAP not working with my WSDL?


eugenio.rizzi
04-02-2007, 07:07 AM
Hi,

i am trying to integrate my WebService with OpenLaszlo. After reading the documentation regarding <soap> i came up with two simple mock ups: one using the <remotecall> tag and one using the proxy object (both attached lzx_files.zip). However no matter what WSDL i am feeding the <soap> tag i never succeed in invoking a sample remote method. I have tried to generate the WSDL with several tools (XFire, Axis2 & .NET) but all fail (allattached wsdl_files.zip). My WebService works fine and i can consume it from several platforms (Java, .NET, SoapUI).

Remote method signature: xmlstring findActivity(userId, name);
organizer-remotecall.lzx result: "wrong number of parameters; need 1, passed in 2"
organizer-proxy.lzx result: "ERROR: LzDelegate is required, got: TEST1"

It clearly is a WSDL issue, but what's wrong with it?

Thanks for the help!!
Eugenio Rizzi