15,000 Jobs Available in:
Java, ASP, C#, PHP, SQL, SAP, MySQL and many more.
- Class Quick -
The moose likes Web Services and the fly likes  JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark " JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test" Watch " JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test" New topic
Author

JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test

Chan sek
Greenhorn

Joined: Apr 10, 2008
Posts: 1
I am getting
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test
faultActor:
faultNode:
faultDetail:

JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:260)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:169)
at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl. java:1015)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser. java:633)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(XMLNSDocum entScannerImpl.java:719)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDisp atcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDoc umentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.jav a:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.jav a:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java: 1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
[ April 21, 2008: Message edited by: Chan sek ]
Ashraf Abu-Aisheh
Ranch Hand

Joined: Apr 17, 2009
Posts: 88
Any Help please


SCJP 5 - 79%
SCWCD 5 - 100%
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11691
Your client request appears to specify a "Test" operation which the server side can't match.

I suggest you use a tool such as SoapUI or TCPMON to capture the exact request your client is sending.

What code on the server side is supposed to be handling "Test"?

Bill

Java Resources at www.wbrogden.com
 
 
subject: JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: Test
 
MyEclipse, The Clear Choice