Subject: | Generated code refers to classes which do no exist |
I am testing this with a WSDL file from Salesforce. After I used this
tool, I tried to login to Salesforce via the generated code, but got
this error:
"Can't locate MyElements/login.pm"
I found that the generated code referred to several classes in this name
space which were not also generated. Here's an example:
body => {
'use' => 'literal',
namespace => 'http://schemas.xmlsoap.org/wsdl/soap/',
encodingStyle => '',
parts => [qw( MyElements::login )],
},
If wsdl is going to generate an incomplete solution because the WSDL
file is incomplete, it should at least print out a report telling me
what all the missing classes are.
In this case, there was no warning about the missing classes, and I'm
not sure who is at fault.
Mark