User-665585339 posted
Hi,
I had implemented a client interface in my web service, thus they can invoke their methods, but when they call to my web service, they received error:-
java.lang.RuntimeException: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Client]
FaultString [Server did
not recognize the value of HTTP Header SOAPAction: .] FaultActor [null] Detail [<detail></detail>]; nested exception is:
weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Server did not recognize the value of HTTP Header SOAPAction: .
I had success to simulate to my web service, after i look into wireshark packet data
i found that there is a unknown header in their envelope post, anyone have ideas of this? Below might be the root cause?
How can i handle this in my web service?
<env:Header>
<xparams xmlns="http://schemas.xmlsoap.org/soap/envelope/" env:mustUnderstand="0">
<param xmlns="" key="data_coding" value="0"/></xparams>
</env:Header>