CASDK-0032: Unable to validate the resource.
Summary:
Content (required):
Hi team,
I am trying to create a SOAP trigger connection using a WSDL URL having no authentications in it. As I am trying to test the connection it is throwing an error, which says:
- CASDK-0032: Unable to validate the resource. https... Correct the WSDL before creating the connection; WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "https... caused by: java.net.SocketException.: java.net.SocketException: Connection reset; Connection reset.
This should not have been the case as the WSDL URL is not authenticated and after passing the URL and testing the connection with the default option of security policy taken as "Username password" token, it should have shown connected successfully (as it does for random public WSDL URLs) . What could go wrong in here?
0