Thanks for your info. I know that I need to implement handlers. I was confused by the presence of some classes like JAXRPCHandlers which doesn't implement the jax-rpc handler interface.
Just one more question. Chapter 12 you are refering to is from which book? regards, Haneef -----Original Message----- From: Tom Jordahl [mailto:tomj@;macromedia.com] Sent: Tuesday, October 22, 2002 2:01 PM To: '[EMAIL PROTECTED]' Subject: RE: AXIS - JAX-RPC Check out the tests in xml-axis/test/wsdl/jaxrpchander The Handler interface is something *you* implement in your class. You then register your class with the Axis runtime. See JAX-RPC chapter 12 for details, specifically section 12.3.1 for the Handler configuration APIs. -- Tom Jordahl Macromedia Server Development -----Original Message----- From: ALI,HANEEF (HP-Cupertino,ex1) [mailto:haneef_ali@;hp.com] Sent: Tuesday, October 22, 2002 12:37 PM To: '[EMAIL PROTECTED]' Subject: RE: AXIS - JAX-RPC Hi, Can you please let me know this? I don't find any handlers implementation for javax.xml.rpc.handlers. The handlers given their seems to implement org.apache.axis.handlers interface. javax.xml.rpc.handlers are part of JAX-RPC regards, Haneef -----Original Message----- From: Tom Jordahl [mailto:tomj@;macromedia.com] Sent: Tuesday, October 22, 2002 9:20 AM To: '[EMAIL PROTECTED]' Subject: RE: AXIS - JAX-RPC Axis supports JAX-RPC. We have passed all of the Sun "TCK" conformance tests for both JAX-RPC and SAAJ. Axis does NOT implement all/most of JAXM. -- Tom Jordahl Macromedia Server Development -----Original Message----- From: David Orriss Jr [mailto:dave@;davenet.net] Sent: Monday, October 21, 2002 3:01 PM To: [EMAIL PROTECTED] Subject: Re: AXIS - JAX-RPC ---- Original Message ---- From: ALI,HANEEF (HP-Cupertino,ex1) To: '[EMAIL PROTECTED]' Sent: Friday, October 18, 2002 4:04 PM Subject: AXIS - JAX-RPC > Hi, > > Does AXIS supports JAX-RPC fully? I don't find any handlers > implementation (javax.xml.rpc.handlers ). > The handlers given their seems to implement org.apache.axis.handlers > interface. Please correct me if Iam wrong > > > Haneef Haneef, My experience thus far has been mostly at the Messaging level. And at that level Axis still doesn't completely support the API. And in some areas they just take liberty. For example, sending a SOAP Fault tag *always* becomes a SOAPException on the calling environment, even tho you are supposed to be able to trap a .hasFault() method on the client if you want to. On the server side I've written code that according to the JAXM specs should work, but it fails in compile time because the Axis implementation is expecting *Axis* objects and not JAXM objects when used on the server-side message signatures. Just as a brief aside, Weblogic takes a different approach there as well. Too bad there isn't some level of implementation consistency like there has been with the JDBC... -- David Orriss Jr. [EMAIL PROTECTED] http://www.davenet.net Want ICQ/AIM/MSN ID's? Just Ask... Linux - Chicken Soup for the Unix Soul
