I have a wsdl from customer which specifies an element policyNumber with type soapenc:string, however, it was not recognized when I tried to import it.
The error message says:
WSDL: The 'string' type that is referenced by the policyNumber part cannot be resolved.
Does any one have idea how to enable the toolkit to reconize:
string under namespace xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" ?
soapenc:string is not the same as xs:string.
Does your WSDL have an <xs:import> for the xsd that contains soapenc:string? Is the prefix 'soapenc' bound to the URL 'http://schemas.xmlsoap.org/soap/encoding/' using an xmlns attribute?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum