RE: Need Help, Unable to run any Axis Samples

2002-06-02 Thread Thomas Herbstreuth
Hi, without looking to deep into the settings you posted... if you're using Java 1.4 try to fix tomcat http://home.attbi.com/~danchisholm/axis/doc/install.html Restarting tomcat sometimes did the trick for me. Bye, Thomas assistent = Unternehmensberatung http://www.ass

Help for those trying to do document style

2002-06-02 Thread Murray Spork
Hi all, I've put together some skeleton code for how to implement, publish and call a document-style SOAP service in Axis beta 2 (thanks for the help Ramon Turnes). Maybe some of the experts here could check this for me - hopefully other newbies trying to do document-style SOAP will find it o

Re: question on migrating from Soap 2.2 to Axis

2002-06-02 Thread Glen Daniels
Hi Ed, Caching resources like db connections is certainly possible in Axis, but we try where possible to avoid transport level dependencies on things like HTTP/servlets. There are several ways you can go about this: 1) Set your service to be "scope='application'", which will share a single inst

Problems with Axis beta2 on Resin 2.1.1 server

2002-06-02 Thread Jose Airton F. Silva
Please, I need help. Could someone help me? I'm using Windows 2000 server, Axis beta2, Resin 2.1.1, Sun JDK 1.3.1_03, and Microsoft Internet Explorer 5.00. I installed and run Axis beta2 on Tomcat 4.0.2. I successfully deployed and invoked my "InvertStrService" web service. I installed and ru

Outstanding WSDL Issues

2002-06-02 Thread robert woodley
2nd post - 1st one didn't get thru, it seems... There are several WSDL-related issues that were posted here that never received a response (hey, and not all of them are mine either!). I find issues 1, 3, & 4 cause problems for interop with MSSoap and other packages. I wonder if anyone has any so

Publishing service with .jws file

2002-06-02 Thread AxisBeta2User
Hi,   I have a FirstService.jws file that has two classes in it. class FirstService and class Helper.  I copied it to the /axis directory. When I call this service, axis is able to compile this jws file into 2 classes (FirstService and Helper) but I get the following exception.   Caused by:

how to get WSDD from Java interface?

2002-06-02 Thread Wei Chen
Hi, I have my Java service implementation. I would like to deploy this into Axis using WSDD (because I want to add my own handler) The question is how to get WSDD from the Java interface. Java2WSDL doesn't generate a WSDD. One option I can think of is using Java2WSDL and WSDL2Java again. But t

Need Help, Unable to run any Axis Samples

2002-06-02 Thread Sybase Employee
I've installed Tomcat 4.0.4 beta 3 and axis beta 2. My tomcat seems to be ok, and I was able to start the axis server. But I'm unable to deploy services or invoke any of the samples. I get the following error: C:\>java org.apache.axis.client.AdminClient -lhttp://localhost:80/axis/services/ Adm

[ANNOUNCE] Apache SOAP 2.3 Released

2002-06-02 Thread William A. Nagy
A new release (mostly bugfixes, with a few performance enhancements and new features thrown in for good measure) of Apache SOAP has been created. As always, you may find it at http://xml.apache.org/soap Enjoy. -Bill