Forum Discussion

marshallbell's avatar
marshallbell
Occasional Contributor
9 years ago

InvalidDefinitionException for HTTPS Endpoint

Hello,

 

I'm to point of great frustration trying to add a new SOAP project to Ready! API (v1.5).  I seem to have no issues adding HTTP endpoints but it throws errors when I tried to add two different HTTPS endpoints.

 

Both endpoints are within my local network and should not require a proxy server but I have tried all three proxy modes (None, Auto, and Manual) with the same result.

 

I'm able to view the WSDL in a browser and I was able to import the WSDL to a Visual Studio project and actually call the service without issue.  

 

I do an the JRE v1.8 installed and I ran across posts of other java instances interferring with SoapUI.  Not sure if that could be the issue.  To test this, I removed the JAVA_HOME environment variable and restarted Ready! API with the same result.

 

I've attachede the Ready! API and Error logs.

 

Thanks for the help,

 

Marshall

11 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Are you using online wsdl? Is the service running on https?
    • marshallbell's avatar
      marshallbell
      Occasional Contributor
      Yes it is an online WSDL (not a file on disk). Yes, it is an HTTPS endpoint.
      • nmrao's avatar
        nmrao
        Champion Level 3
        Generally, the exception is noticed when the service is stopped/not running. Are sure, this isn't the case for you?