SOAP Service

0
Hi Team , I am working on a SOAP Service . I am getting below error while running the webservice . Can someone help me with the information about below error.   java.security.PrivilegedActionException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:9080 [localhost/127.0.0.1] failed: Connection refused: connect     at com.mendix.integration.util.PrivilegedUtil$$anonfun$withPrivileged$2.applyOrElse(PrivilegedUtil.scala:17)
asked
1 answers
0

The error is clear. You are not allowed to connect to the webservice. Double check your credentials that you use for this webservice. You could set your webservice log level to trace when debugging the webservice so that you might get some extra information.

Regards,
Ronald

 

answered