Hello,
I'm trying to test my (webMethods/TME GLUE based)
webservice and found that WSDL for one method
void soapApplicationUpdateBlob(
RoSOAPId idApplication, long itemId,
String attribute, MIMEData att)
forced this error
Can't call method "namespace" on an undefined value at
/usr/lib/perl5/.../SOAP/Lite.pm line 2552
to appear at SOAP::Lite->service()
The interesting thing is, when I only have method
MIMEData soapApplicationGetBlob(
RoSOAPId idApplication, long itemId, String
attribute)
in the WSDL, no errors appear, WSDL could be parsed
successfully by SOAP::Lite and method getBlob is known
(but I haven't tried to use it).
Is there anything wrong in SOAP::Lite or is the WSDL
generated by GLUE defect?
The WSDL as a file is attached.
Thank you!
Merten
WSDL of service