Because the tests are testing Axis, not the JAX-RPC or SAAJ APIs that are
based on that implementation.

The Axis classes are usually a superset of these interfaces.

Tom Jordahl
Macromedia Server Development 

-----Original Message-----
From: Rajdeep Dua [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 18, 2005 5:58 AM
To: axis-dev@ws.apache.org
Subject: Axis (org.apache.axis APIs in Sample Vs Pure JAX-RPC/SAAJ APIs)

Hi
A lot of samples and tests in axis use org.apache.axis
APIs directly instead of JAX RPC and SAAJ APIs
(javax.xml.rpc , javax.xml.soap )

Is there any particular reason for this?
My experience with other APIS and their impls always
was the the clients/test cases access the impls
through APIs and not directly their implementation
classes

Why are we not using 

javax.xml.rpc.Service myService = new
org.apache.axis.Service();

javax.xml.rpc.Call myCall = myService.createCall()
etc.

rgds
Rajdeep



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

Reply via email to