The silly 1.5 error was because I still had java_home pointing to java 5.

The test that is failing is this:

Testcase: testScenario1(sandbox.TestTrust2):    Caused an ERROR
The AXIS engine could not find a target service to invoke!  targetService is
SampleSecurityTokenService
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.NoService
 faultSubcode: 
 faultString: The AXIS engine could not find a target service to invoke! 
targetService is SampleSecurityTokenService
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace:The AXIS engine could not find a
target service to invoke!  targetService is SampleSecurityTokenService
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:270)
        at
org.apache.axis.transport.http.SimpleAxisWorker.execute(SimpleAxisWorker.java:428)
        at
org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxisWorker.java:155)
        at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:245)
        at
org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java:296)
        at
org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java:304)
        at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:385)

        {http://xml.apache.org/axis/}hostname:L3B7594

The AXIS engine could not find a target service to invoke!  targetService is
SampleSecurityTokenService
        at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
        at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
        at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
        at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:1902)
        at
org.apache.ws.sandbox.security.trust2.samples.SampleSecurityTokenServiceClient.main(SampleSecurityTokenServiceClient.java:111)
        at sandbox.TestTrust2.testScenario1(TestTrust2.java:64)
--
View this message in context: 
http://www.nabble.com/WS-Security-1.1-beta-1-configuration-t1476075.html#a4127429
Sent from the XFire - User forum at Nabble.com.

Reply via email to