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.handleMessage(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


Reply via email to