I installed apache-Tomcat and downloaded axis and run it from a separated
directory, I can see http://localhost:8080/axis/servlet/AxisServlet
My project include 2 java files: I also successfuly compiled xmlcore.java
and client.java and deployed the wervice. and put the files in the
directory: D:\axis-xml\webapps\axis\WEB-INF\classes\clientaxis\Battle
I compiled both files successfully (client.class refference xmlcore.class)
when running (from the command line: "java client param1" I receive the
following errors: client.main: java.net.MalformedURLException
Axisfault
faultCode: {http://schemasa.xmlsoap.org/soap/envelope/} .......
can any one help me?
-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 11:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Axis <-> Apache SOAP
I believe there are summaries on the Apache SOAP and Axis sites that
together do a decent job of showing the differences.
A very brief explanation is that Apache SOAP implements most of SOAP
1.1, SOAP with Attachments and HTTP 1.0. Axis implements most of
SOAP 1.1, WSDL 1.1, SOAP with Attachments, DIME, JAX-RPC, SAAJ and
HTTP 1.0, as well as some of SOAP 1.2 and HTTP 1.1. From this it is
apparent that Axis implements more specifications. The JAX-RPC and
SAAJ specifications are Java-specific. If you use Axis and write
your code to use this interfaces, you will find it easier in the
future to switch to another Java-based SOAP implementation if you
desire. Support for WSDL and DIME gives Axis broader
interoperability, and the WSDL support improves programmer
productivity.
If you have an existing Apache SOAP code base and do not have time in
your current project schedule to migrate to Axis, then continuing
with Apache SOAP is fine if you do not need to support the additional
specifications. Otherwise, you should consider using Axis now.
On 21 Jan 2003 at 12:36, Alf Koegel wrote:
> Hi *!
>
> Please don't hurt me! have patience of job with me!
>
> Do you know a site describing the differences between axis and apache
soap?
>
> I'm starting a project, and it seems so, that there's no need of axis. But
> we will see. Otherwise, in my suggestion it should be possible to move to
> axis in the future ( without have many changes in the code / work ).
> Is this suggestion correct?
>
> Thanks.
>
> Alf Koegel
>
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
Scott Nichol
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>