My Oracle Support Banner

javax.xml.ws.soap.SOAPFaultException: Error processing input (Doc ID 1562021.1)

Last updated on FEBRUARY 13, 2024

Applies to:

Oracle JDeveloper - Version 11.1.2.0.0 and later
Information in this document applies to any platform.

Symptoms

 A procedure is exposed using XML DB Native WebService in Oracle Database 11g.

When attempting to invoke the WebService with JDeveloper 11g proxy, it reports:

Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Error processing input
at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197)
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
at $Proxy27.getDEPTNAME(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
at $Proxy28.getDEPTNAME(Unknown Source)
at com.oracle.xmlns.orawsv.hr.get_dept_name.GET_DEPT_NAMEPortClient.main(GET_DEPT_NAMEPortClient.java:30)

 

The example web service proxy code being used to access the service is as follows::

 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.