This seems to be a ws- addressing thing, not a security thing. Thus, the WSHandlerConstants stuff wouldn't apply.
Any chance to see the soap message along with the wsdl? Dan On Sunday 25 January 2009 8:10:24 pm Oliver Gottwald wrote: > Dear experts, > Has anyone dealt with Actor Header Issues from a Java to .Net > communication??? > > You would think the WSHandlerConstants.ACTOR setting would do the > trick. I guess not. > > I would appreciate some input on how to deal with this issue. > > Oliver > > Oliver Gottwald wrote: > > Hi, > > I'm getting the following error associated with the Actor miss match. > > Does anyone have any idea what to do to fix this? > > > > It seems like a .NET Thing which is on the other end: > > [java] Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: > > Destination Unreachable ---> WSE817: The <To> header must match the Actor > > attribute on this receiver. The <To> header contained > > "https://twsstg.teleflora.com/TelefloraWebService.asmx" whereas the Actor > > attribute was "urn:TelefloraWebServices/Gateway". > > [java] at > > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) > > [java] at $Proxy39.sendTransactions(Unknown Source) > > [java] at client.WSClient.run(WSClient.java:56) > > [java] at client.WSClient.main(WSClient.java:30) > > [java] Caused by: org.apache.cxf.binding.soap.SoapFault: Destination > > Unreachable ---> WSE817: The <To> header must match the Actor > > attribute on > > this receiver. The <To> header contained > > "https://twsstg.teleflora.com/TelefloraWebService.asmx" whereas the Actor > > attribute was "urn:TelefloraWebServices/Gateway". > > [java] at > > org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMe > >ssage(Soap11FaultInInterceptor.java:70) > > > > [java] at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterce > > > > I thought by updating the outProps.put(WSHandlerConstants.ACTOR, ""); I > > could fix. Any ideas would be greatly appreciated. > > > > > > Oliver -- Daniel Kulp [email protected] http://dankulp.com/blog
