Forum Discussion

rmce's avatar
rmce
New Contributor
16 years ago

Re: DSS and soapUI

Hi there!

I would like to create a new project with this WSDL (http://psis.catcert.net/wsdl/dss.wsdl), but I can not get to create successfully.

soapUI shows me the follow error when creating:

com.eviware.soapui.support.SoapUIException: Error importing wsdl


And log:


18:59:36,640 DEBUG [AbstractWsdlDefinitionLoader] Returning baseInputSource [http://psis.catcert.net/wsdl/dss.wsdl]
Retrieving document at 'http://psis.catcert.net/wsdl/dss.wsdl'.
Retrieving schema at 'http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd', relative to 'http://psis.catcert.net/wsdl/dss.wsdl'.
18:59:36,796 DEBUG [AbstractWsdlDefinitionLoader] Returning latest import URI [http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd]
18:59:57,796 ERROR [AbstractDefinitionContext] Loading of definition failed for [http://psis.catcert.net/wsdl/dss.wsdl]; javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema[1]): faultCode=PARSER_ERROR: Problem parsing 'http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'.: java.net.ConnectException: Connection timed out: connect
18:59:57,796 ERROR [SoapUI] An error occured [WSDLException (at /definitions/types/xsd:schema[1]): faultCode=PARSER_ERROR: Problem parsing 'http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'.: java.net.ConnectException: Connection timed out: connect], see error log for details
18:59:57,812 ERROR [WsdlInterfaceFactory] Error importing wsdl: java.lang.Exception: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema[1]): faultCode=PARSER_ERROR: Problem parsing 'http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'.: java.net.ConnectException: Connection timed out: connect
18:59:57,812 ERROR [SoapUI] An error occured [javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema[1]): faultCode=PARSER_ERROR: Problem parsing 'http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'.: java.net.ConnectException: Connection timed out: connect], see error log for details
18:59:57,812 ERROR [SoapUI] An error occured [Error importing wsdl], see error log for details



Any idea how to solve this problem?.
I have tried with soapUI 3.0.1 and 3.5

Thanks a lot.

-roger

2 Replies

  • Hi Roger,

    I can import the WSDL just fine; your error log indicates some network-related error when trying to receive the included xsds, could there be some local network configuration getting in the way?! Maybe the problem was temporary.. can you try again?

    regards,

    /Ole
    eviware.com
  • rmce's avatar
    rmce
    New Contributor
    Dear Ole!

    yes, i have to disable proxy and i can get run successfully.

    Thank very much!

    -roger