-
Bug
-
Resolution: Done
-
Major
-
None
-
None
reproduce
wildfly/testsuite/integration/ws] $ mvn clean test -Dtest=AuthenticationPolicyContextTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2 ... Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://localhost:8080/picketlink-sts-ws/EchoService?wsdl'.: java.net.ConnectException: Connection refused (Connection refused) at com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2198) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2390) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2422) at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:266) at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165) at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85) ... 146 more
WSDL url
URL wsdl = new URL("http://localhost:8080/picketlink-sts-ws/EchoService?wsdl");
shouldn't be hardcoded. Please use TestSuiteEnvironment to build it instead.
- causes
-
WFLY-10336 MustUnderstand headers: [{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood.
- Closed
- relates to
-
JBEAP-14828 [QA](7.1.z) AuthenticationPolicyContextTestCase fails when -Dnode0 is used
- Closed