You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sagar Pidaparthi <Sa...@chordiant.com> on 2004/08/26 23:42:10 UTC

axis fault Invalid function

Hi,

 

I get the following axis fault.

 

com.chordiant.bd.exceptions.ParameterValueException: Invalid function
name:instantiateBusinessObject_String_String_String

 

 

does it mean, that the server tried to call the method

 

instantiateBusinessObject(String,String,String)

 

and failed to locate the method?

 

Or else what does it mean.  I know for certain, that the method exists
in the jars in the classpath.

 

Regards

 

Sagar

 

 

 

 

 

 

faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode: 

 faultString: com.chordiant.bd.exceptions.ParameterValueException:
Invalid function name:instantiateBusinessObject_String_String_String

 faultActor: 

 faultNode: 

 faultDetail: 

      {http://xml.apache.org/axis/}stackTrace:AxisFault

 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode: 

 faultString: com.chordiant.bd.exceptions.ParameterValueException:
Invalid function name:instantiateBusinessObject_String_String_String

 faultActor: 

 faultNode: 

 faultDetail: 

 

com.chordiant.bd.exceptions.ParameterValueException: Invalid function
name:instantiateBusinessObject_String_String_String

      at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.ja
va:223)

      at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.jav
a:130)

      at
org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseriali
zationContextImpl.java:1053)

      at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patcher.dispatch(Unknown Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno
wn Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)

      at javax.xml.parsers.SAXParser.parse(Unknown Source)

      at
org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializatio
nContextImpl.java:218)

      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:568)

      at org.apache.axis.Message.getSOAPEnvelope(Message.java:427)

      at org.apache.axis.client.Call.invokeEngine(Call.java:2708)

      at org.apache.axis.client.Call.invoke(Call.java:2671)

      at org.apache.axis.client.Call.invoke(Call.java:2357)

      at org.apache.axis.client.Call.invoke(Call.java:2280)

      at org.apache.axis.client.Call.invoke(Call.java:1741)

      at
com.chordiant.bd.clientAgents.CustomerClientAgentSoapBindingStub.getCust
omer(CustomerClientAgentSoapBindingStub.java:1445)

      at
com.chordiant.axis.webservices.tester.CustomerAXIS_AXIS_Tester.secondTyp
eOfInvocation(CustomerAXIS_AXIS_Tester.java:122)

      at
com.chordiant.axis.webservices.tester.CustomerAXIS_AXIS_Tester.main(Cust
omerAXIS_AXIS_Tester.java:137)

 

 

com.chordiant.bd.exceptions.ParameterValueException: Invalid function
name:instantiateBusinessObject_String_String_String

      at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.ja
va:223)

      at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.jav
a:130)

      at
org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseriali
zationContextImpl.java:1053)

      at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patcher.dispatch(Unknown Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno
wn Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)

      at javax.xml.parsers.SAXParser.parse(Unknown Source)

      at
org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializatio
nContextImpl.java:218)

      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:568)

      at org.apache.axis.Message.getSOAPEnvelope(Message.java:427)

      at org.apache.axis.client.Call.invokeEngine(Call.java:2708)

      at org.apache.axis.client.Call.invoke(Call.java:2671)

      at org.apache.axis.client.Call.invoke(Call.java:2357)

      at org.apache.axis.client.Call.invoke(Call.java:2280)

      at org.apache.axis.client.Call.invoke(Call.java:1741)returned
values for a customer =  null

 

      at
com.chordiant.bd.clientAgents.CustomerClientAgentSoapBindingStub.getCust
omer(CustomerClientAgentSoapBindingStub.java:1445)

      at
com.chordiant.axis.webservices.tester.CustomerAXIS_AXIS_Tester.secondTyp
eOfInvocation(CustomerAXIS_AXIS_Tester.java:122)

      at
com.chordiant.axis.webservices.tester.CustomerAXIS_AXIS_Tester.main(Cust
omerAXIS_AXIS_Tester.java:137)