SOAP-WSDL - Re: wsdl2perl error

Posted on Mon Mar 31 21:03:10 2008 by mkutter in response to 7540 (See the whole thread of 4)
Re: wsdl2perl error
Hi lom,

As far as I know, the XML Schema specification demands element declarations to resolve to a valid type , so this looks like an error in the WSDL (I might be wrong here, please correct me). Adding any type (like type="xsd:string") should help - I guess the element is always empty.

This is probably OK if you only generate once - a permanent solution (like either fixing the WSDL, or SOAP::WSDL [provided I'm wrong above]) should be sought for.

Martin
Direct Responses: 7570 | Write a response