Note that there are some explanatory texts on larger screens.

plurals
  1. POJava Web Service SOAPFaultException error
    primarykey
    data
    text
    <p>My Java web service was working fine but suddenly somehow it throws error of below.</p> <p>Please tell me what has happened? and what is the solution to resolve it?</p> <pre><code>javax.xml.ws.soap.SOAPFaultException: java.lang.reflect.InvocationTargetException at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(Unknown Source) at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(Unknown Source) at $Proxy31.getGPRSConBillData(Unknown Source) at BillPostingService.postBill(BillPostingService.java:86) at ManualBillPostingService.postBill(ManualBillPostingService.java:27) at BatchBillPostingProcessor.postBill(BatchBillPostingProcessor.java:39) at BatchBillPostingProcessor.run(BatchBillPostingProcessor.java:31) CNO: 405000863 , Acknowledgement: E , Time millisec: -1347267052687 javax.xml.ws.soap.SOAPFaultException: java.lang.reflect.InvocationTargetException at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(Unknown Source) at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(Unknown Source) at $Proxy31.getGPRSConBillData(Unknown Source) at BillPostingService.postBill(BillPostingService.java:86) at ManualBillPostingService.postBill(ManualBillPostingService.java:27) at BatchBillPostingProcessor.postBill(BatchBillPostingProcessor.java:39) at BatchBillPostingProcessor.run(BatchBillPostingProcessor.java:31) javax.xml.ws.soap.SOAPFaultException: java.lang.reflect.InvocationTargetExceptio nCNO: 405000570 , Acknowledgement: E , Time millisec: -1347267053187 at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(Unknown Source) at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(Unknown Source) at $Proxy31.getGPRSConBillData(Unknown Source) at BillPostingService.postBill(BillPostingService.java:86) at ManualBillPostingService.postBill(ManualBillPostingService.java:27) at BatchBillPostingProcessor.postBill(BatchBillPostingProcessor.java:39) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload