If you are doing your first Java client, I recommend you look at Axis
(http://xml.apache.org/axis), which is the next generation of Apache
SOAP.  Like Sun's pack, it supports JAX-RPC and SAAJ.  Unlike Sun, it
does not support JAXM and JAXR, which you may or may not require.  Axis
gives you source code, and, from my experience, it's documentation is
better (but still not easy for novices).

Scott Nichol

----- Original Message -----
From: "lei han" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 22, 2002 8:23 AM
Subject: Help:Apache Soap or Sun's XML summer pack '02


> Now I have a project to develop a Java Soap client to
> talk with our C++ Soap server. I intented to use
> Apache Soap to develop the Java Soap Client. But some
> team member suggested using Sun's XML summer pack '02
> which I am not familiar with.
>
> I checked Sun's XML summer pack '02 and noticed I can
> probably use JAXRPC which seems similiar to Apache
> Soap. But I didn't find any samples for it.
>
> Is there anyone here familiar with JAXRPC or any other
> package in Sun's XML summer pack '02 which is suitable
> for Java Soap client? Can you point me to the related
> documentation and compare it to Apache Soap. In fact I
> leaned to Apache Soap. I need some evidence to
> convince my colleagues to use it.
>
> Thanks in advance!
>
> __________________________________________________
> Do you Yahoo!?
> Y! Web Hosting - Let the expert host your web site
> http://webhosting.yahoo.com/
>
> --
> To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

Reply via email to