WSDL Import Issue src-resolve.4.2 [ISS.0092.9001]

Hi,

We are not able to import WSDL from below URL (also attached). We are getting below errors. It’s on Integration Server 8.2.2.0 (IS_8.2_SP2_Core_Fix7).

[ISS.0092.9001] Server Error: src-resolve.4.2: Error resolving component ‘ns6:CancelDocumentResult’. It was detected that ‘ns6:CancelDocumentResult’ is in namespace ‘http://dto.api.echosign’, but components from this namespace are not referenceable from schema document ‘https://secure.na1.echosign.com/services/EchoSignDocumentService22?wsdl2’. If this is the incorrect namespace, perhaps the prefix of ‘ns6:CancelDocumentResult’ needs to be changed. If this is the correct namespace, then an appropriate ‘import’ tag should be added to ‘https://secure.na1.echosign.com/services/EchoSignDocumentService22?wsdl2’.

Hi Anant,

did you try to import the wsdl in SoapUI?

What is the result there?

Can you elaborate where the referenced objects are definged?
Introspecting the WSDL there is no definition of “ns6:CancelDocumentResult” in it.

Most likely there are missing some import statements to xsd(s) where these are defined (as susggested at the end of the error message).

Regards,
Holger

It works in SOAP UI. Now I am able to import the WSDL after adding explicit import statements for these namespaces.

Thanks!