RE: 1.0rc2 SOAPMonitor usage?

2002-10-06 Thread Luca Palli
The user guide is not updated to the last vrsion (RC1 and RC2). You must add the SAOPMonitor service in order to make the applet running! I have manually deployed the service in the server-config.wsdd file, while I don't find a deploy.wsdd for SAOPMonitor. You must add this code at the right pla

1.0rc2 SOAPMonitor usage?

2002-10-06 Thread Dennis Sosnoski
RC2 has only the .java for SOAPMonitor applet, not the .class, as was mentioned on the dev list a few days ago. I had no problems building it (with all the usual jars in the compiler classpath) with: javac -classpath WEB-INF/lib/axis.jar SOAPMonitorApplet.java after which it loads and runs

Re: Can the axis client deserialize two dimensional String Arrays?

2002-10-06 Thread Steve Loughran
- Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 03:09 Subject: Can the axis client deserialize two dimensional String Arrays? > I've created a webservice function that returns a two dimensional array of > Strings (a lon

Error while deploying WebService

2002-10-06 Thread Prasanchand S
Hi, I am trying to deploy a sample webservice available along with the axis. I am using axis RC 1.0 version, JRun 3.0. When I am trying to deploy the web service, I am getting this error : - Processing file deploy.wsdd - Exception: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP fault

Can the axis client deserialize two dimensional String Arrays?

2002-10-06 Thread Ben Souther
I've created a webservice function that returns a two dimensional array of Strings (a long list of name/value pairs). When I view the WSDL in a browser, it appears that Axis knows how to handle it (It's listed as being an array of arrays) but the client crashes with a deserialization error.

Newbie Question - Marshalling Java Arrays

2002-10-06 Thread Rick MacConnell
I've got a simple Java class that has a member variable which is an array of very simple Java child classes. The child class just has two Strings inside. My question is what should I do to teach Axis that the object coming back contains an array of these other object types. I get an error saying t

Problem compiling RC1..

2002-10-06 Thread Sreekanth Thirunagari
I just downloaded the rc1 release and i am not able to build it. When i try to compile it using the ant(version 1.5) I am getting the following exception: Buildfile: build.xml BUILD FAILED Total time: 4 seconds C:\axis-1_0\build.xml:43: Class org.apache.tools.ant.taskdefs.condition.And does n't

EJB Provider and WebLogic 7.0.1

2002-10-06 Thread Eric Ma
Using Axis 1.0 RC2, WebLogic 7.0.1, and EJB Provider.  Deployed a HelloWorld stateless session bean with a hello() method that returns a String.  No problem calling it from a Java client using JNDI.  Now exposed this EJB as a Web Service.  Assume this was done successfully because I could g

Exception trying axis!_0 tag from CVS

2002-10-06 Thread Ignacio J. Ortega
Downloadd tag axis1_0, satisfied dependencies, ant dist.. wait (longg), deployed in tc 4.1.12, go to samples, adapted classpath, tryied thefirst sampe addr one.. after a little repair of the testit.cmd file, changed deploys.wsdl for AddressBook.wsdl.. [e:\tomcat\xml-axis\java\axis-1_0\samples