Own Emiiter

2002-02-12 Thread Kamlesh Anvekar
Hi I want to plug in my own emitter which will be used to generate the WSDL file from java Does Axis support thisi?? Thanks kamlesh

wsdl2java / Missing classes in generated stub?

2002-02-12 Thread Eric Rajkovic
Hi Axis users, I have downloaded the Alpha3 - Dec version of the Axis's libraries and I am trying to generate stub to consume the Interop service from pocketSOAP [1] with the wsdl2java utility. In the generated code, there are a few classes missing, including com.pocketsoap.soap.Service. Is th

RE: errors when accessing 1st page of axis installation

2002-02-12 Thread Nirmala Ranganathan
Title: errors when accessing 1st page of axis installation From the errors you got java.lang.NoClassDefFoundError at javax/xml/rpc/namespace/QName & at org.apache.axis.deployment.SimpleDeploymentManager, it looks like it is looking for axis.jar file. Files QName and SimpleDeploymentManager 

Problem with HashMap

2002-02-12 Thread David L. Cole
Has anybody ran into this problem before? I have a JavaBean which has a HashMap as one of it's attributes. When I run WSDL2Java I get the following exception: Parsing XML file: http://localhost:7001/axis/services/UserManagerEJBPort?wsdl java.io.IOException: http://xml.apache.org/xml-soap:Map alre

errors with deploying example web service shipped with xml-axis-alpha3

2002-02-12 Thread Jianlin Chang
Title: errors with deploying example web service shipped with xml-axis-alpha3 Following the installation guide that comes with Axis, I tried to deploy a web service in the samples directory, and I got this error: %java org.apache.axis.client.AdminClient -lhttp://localhost:9000/axis/services/

Quaified parameters in soap request

2002-02-12 Thread Till Woerner
Hi, I have following problem with a client test program I wrote: In the WSDL file the types are defined as follows: -- http://www.xml-webservices.net/services/maths";>

errors when accessing 1st page of axis installation

2002-02-12 Thread Jianlin Chang
Title: errors when accessing 1st page of axis installation Under the 1st page for Axis installation axis/index.html, there are two links: Administer Axis Visit the Axis Servlet Access both links generates errors as shown in the enclosed doc.  What might be the cause of errors and how

Method Not Allowed

2002-02-12 Thread David Jensen
I'm trying to use Axis (alpha3) on iPlanet Webserver 6.0sp1. The AdminServlet seems to work properly. I am able to successfully use the Admin deploy services such that I receive the following response ... "Done processing" However, whenever I try to use any of the clients that accesst he services

java.lang.NoSuchFieldError: XSD_STRING

2002-02-12 Thread Peake, Chris
Trying to run samples.userguide.example3.Client and keep getting the error: java.lang.NoSuchFieldError: XSD_STRING This field is part of XMLType which is in the Axis.jar. This jar is in the front of my class path. I cannot figure out why this field is unresolvable. any direction to try is help

Newbie deployment style questions

2002-02-12 Thread Frank Griffin
I'm just starting in with J2EE, and I'm working on an application where it is desired that all EJB methods be available via SOAP as well. I have two environments to worry about: 1) Our developer environment uses JBoss-Jetty, and I would like to use Axis for the SOAP support. 2) Our QA environment

RE: WSDL-Emitter: No parameter names for arrays (fixed)

2002-02-12 Thread R J Scheuerle Jr
Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: Need help with TCPMon

2002-02-12 Thread Ken Weiner
Jean, Thank you very much. I understand it now with your help and a private response I got from Sylvain St-Germain. Very neat tool! -Ken - Original Message - From: "Jean Marc Taillant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 11:45 PM Subject: Re: Ne

Re: Custom deserializer

2002-02-12 Thread R J Scheuerle Jr
The Axis encoding framework has changed. You should update your version of Axis, and make necesary changes to your deserializer. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: ArrayListExtension is not serializable

2002-02-12 Thread R J Scheuerle Jr
The ArrayListExtension object should not be propogated outside of the deserialization framework. I will change the code to fix this. Note that the Axis deserialization has been recently changed to return an array instead of a List. Could you update your version of Axis and tell me if this fixes y

Re: Java2WSDL In/Out/InOut method parameter question

2002-02-12 Thread R J Scheuerle Jr
Steve, You will need to specify an InfoHolder class for Info as defined by JSR 101. Java2WSDL will interpret a "Holder" parameter as InOut when generating the WSDL. If you change your interface to a class and compile with -g, you should get parameter names. Rich Scheuerle XML & Web Services Dev

RE: WSDL-Emitter: No parameter names for arrays

2002-02-12 Thread R J Scheuerle Jr
I added this to my to-do list. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Thomas Börkel

wsdl.exe .NET and AXIS

2002-02-12 Thread Jean Marc Taillant
I try to use wsdl.exe from .Net to generate a vb proxy for my services for example:  % wsdl /language:vb /namespace:JavaService http://localhost:8080/axis/MyService.jws?WSDL   when i try url: http://localhost:8080/axis/MyService.jws?WSDL all the wsdl seems to be good except for the schema. I

Re: overloaded methods

2002-02-12 Thread Russell Butek
WSDL supports overloaded operations, but because of a bug in WSDL4J which AXIS depends on, AXIS does not yet support overloaded operations. Russell Butek [EMAIL PROTECTED] Vikram Rayabhari <[EMAIL PROTECTED]> on 02/12/2002 07:23:05 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED

overloaded methods

2002-02-12 Thread Vikram Rayabhari
Hi all, Does SOAP support overloaded methods?? If yes, does the current version of AXIS support them?? if yes, how does a client differentiate one from the other?? If no, what is the best way to tackle the issue?? I already have an API that contains overloaded methods and I want to expos

RE: How to prevent Axis from saving the configuration file?

2002-02-12 Thread Thomas Börkel
Title: RE: How to prevent Axis from saving the configuration file? HI! Great! Thanks! Regards, Thomas > -Original Message- > From: Glyn Normington [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 12. Februar 2002 14:02 > To: [EMAIL PROTECTED] > Subject: Re: How to prevent Axis

Re: How to prevent Axis from saving the configuration file?

2002-02-12 Thread Glyn Normington
Thomas, I just committed a fix [1] to log an informational message avoid saving the configuration if the config. file is read-only. Glyn [1] http://marc.theaimsgroup.com/?l=axis-dev&m=101351827207436&w=2

Custom deserializer

2002-02-12 Thread Koen Weyn
Hello all, I have written a custom deserializer, but I can't seem to let it get used The deserializer extends org.apache.axis.encoding.Deserializer and I install it as follows: MessageContext msgContext = new MessageContext(new AxisServer()); TypeMappingRegistry reg = msgContext.getTypeMappingRe

ArrayListExtension is not serializable

2002-02-12 Thread Vikram Rayabhari
Hi, I have a wrapper service that has a session bean. The service class declares a method public java.util.List myMethod(java.util.List myList) {     return mySessionBean.myMethod(myList); } Calling this method resulted in a java.io.NotSerializableException.. The bean was deployed on WebSphere4.0

RE: Found bug in Emitter, fix provided

2002-02-12 Thread Glyn Normington
Thomas, Fix committed [1]. Thanks for suggesting this. Glyn [1] http://marc.theaimsgroup.com/?l=axis-dev&m=101350691012525&w=2

RE: Found bug in Emitter, fix provided

2002-02-12 Thread Thomas Börkel
Title: Found bug in Emitter, fix provided Apparently, this is not fixed in the 2002-02-11 build. Will this be included soon (it's a bit annoying)? -Original Message-From: Thomas Börkel Sent: Donnerstag, 7. Februar 2002 13:48To: Axis MailinglistSubject: Found bug in Emitter, fix