Announcing Axis 1.0!

2002-10-07 Thread Sam Ruby
I'm pleased to announce the Apache SOAP engine known as Axis just had it's first release. Performance, interoperability, and JAX RPC compliance have been significant focuses of this effort. You can download it at http://xml.apache.org/axis/dist/1_0/. - Sam Ruby -- To unsubscribe, e-mail:

soap can't work properly

2002-10-07 Thread 刘纯波@北大千方
      hi, what's wrong with the soap?can you help me?    

Re: soap can't work properly

2002-10-07 Thread Scott Nichol
It may be a problem with the jars in your server's classpath. For example, see http://xml.apache.org/soap/faq/faq_chawke.html#Q1_6. Scott Nichol - Original Message - From: "Áõ´¿²¨£À±±´óǧ·½" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 11:19 PM Subject: soa

Classpath on Windows ME

2002-10-07 Thread Syam Rajasekharuni
Hi, I am deploying SparePartPrice web service in Tomcat, AXIS Java SOAP environment. I have set up Autoexec.bat on Windows ME to point to required class file paths. I am getting Out of environment space error when starting Tomcat. I have modified my config.sys file to increase the shell=c:\comman

SOAP & PHP

2002-10-07 Thread Dale Attree
Is there any other way than having to instantiate multiple soap clients & servers for me to pass a soap request via a "middle man" file within my website architecture? Dale Attree -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Classpath on Windows ME

2002-10-07 Thread Pavel Ausianik
Hello, you need to change the way you create classpath to the following > SET CLASSPATH=C:\J2SDK1.4.0_02\BIN; > SET CLASSPATH=%CLASSPATH%;C:\J2SDK1.4.0_02\LIB; > SET CLASSPATH=%CLASSPATH%C:\AXIS; Best regards, Pavel > -Original Message- > From: Syam Rajasekharuni [mailto:[EMAIL PROTECT