| Author |
need help with the error - main" javax.xml.ws.soap.SOAPFaultException: Server was unable to process
|
Moieen Khatri
Ranch Hand
Joined: Nov 27, 2007
Posts: 144
|
|
Hi,
I am trying to call a webservice using java client and get the below exception.
Please can someone highlight what is wrong with the code
Thanks
Error message:
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Server was unable to process request. ---> Authorization Error at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)
at $Proxy28.getXYZData(Unknown Source)
at com.ml.test_webservice.MainClass.main(MainClass.java:37)
Client code to call the webservice:
|
 |
Moieen Khatri
Ranch Hand
Joined: Nov 27, 2007
Posts: 144
|
|
I am stuck with this issue for almost a day.
Any idea as to what could be the problem?
Regards
Moieen
|
 |
 |
|
|
subject: need help with the error - main" javax.xml.ws.soap.SOAPFaultException: Server was unable to process
|
|
|