Re: Cannot find WSDL2Java Class

2002-02-13 Thread Lakshmi Prasad
Hi Emily,   Previous mail missing the '?' at the URL please addit.   % java org.apache.axis.wsdl.Wsdl2java http://localhost:8080/axis/services/MyService?wsdl   Regards Prasad- Original Message - From: Jinghua Gu To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 4:57

Re: Cannot find WSDL2Java Class

2002-02-13 Thread Lakshmi Prasad
Hi Emily,   You are passing the wrong class file name.i.e.you are using more capital letters in the file name .Try with the following command that is working fine withme.   % java org.apache.axis.wsdl.Wsdl2java http://localhost:8080/axis/services/MyServicewsdl   Regards Prasad   - Origi

RE: Cannot find WSDL2Java Class

2002-02-13 Thread Jinghua Gu
Thanks a lot! At 05:23 PM 2/13/2002 -0800, you wrote: > Its a typo in the documentation. The class name is really Wsdl2java. > >-Original Message- >From: Jinghua Gu >To: [EMAIL PROTECTED] >Sent: 2/13/2002 3:27 PM >Subject: Cannot find WSDL2Java Class > >I can get http://localhost:8080/a

RE: Problem deploying web service on axis

2002-02-13 Thread Taras Shkvarchuk
Tomcat has its parser.jar that does not have the method you (with axis) are trying to call. Solution: Put xerces-1_4_x.jar in front of parser.jar in your lib folder for tomcat. problem will go away. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesda

Problem deploying web service on axis

2002-02-13 Thread gpemmanda
Hi all, I installed axis and when I run java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Cannot find WSDL2Java Class

2002-02-13 Thread Jinghua Gu
I can get http://localhost:8080/axis/services/MyService?wsdl WSDL from web browser but the following command didn't work. % java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/services/MyService?wsdl Any idea on where to run this command? It always complains that the java.lang.NoClas

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

2002-02-13 Thread Jianlin Chang
Title: RE: errors with deploying example web service shipped with xml-axis-alpha3 Thanks for the reply. The reply suggests that Tomcat had problems loading class in javax.* package in webapps.   I copied axis.jar from $TOMCAT_HOME/webapps/axis/WEB-INF/lib to $TOMCAT_HOME/common/lib, and it

Re: Method Not Allowed

2002-02-13 Thread David Jensen
Thanks, I eventually figured it out. It seems iWS 6.0 doesn't like the servlet-mapping that comes with the axis package. It was missing the preceeding "/" before servlet (as you have shown below). "Adam.Leggett" wrote: > Try this. Put the following in your axis webapp web.xml file: > >

problem generated proxy classes from wsdl file (return type can not be parsed)

2002-02-13 Thread Oliver Kowalke
Hello,   I've made a simple WebService with .NET (C#, C++) which returns in a function my own defined type called 'UserDefinedType'. The java-client which uses axis-alpha3 and the proxies created with the wsdl2java-tool produces an error after executing the client :   'org.xml.sax.SAXExceptio

RE: errors when accessing 1st page of axis installation

2002-02-13 Thread Jianlin Chang
Title: RE: errors when accessing 1st page of axis installation A reply to another question I posted suggests that Tomcat had problems loading class in javax.* package in webapps.   I copied axis.jar from $TOMCAT_HOME/webapps/axis/WEB-INF/lib to $TOMCAT_HOME/common/lib, and it is working.  -

AXIS alpha3 does not generate all classes

2002-02-13 Thread Christoph Hartmann
Hi, I have a problem with AXIS alpha3 not generating all java classes when using arrays of complex types: My WSDL file (please find array.wsdl as an attachement) contains a array definition as well as a complex type definition (which is the array base element). If I uncomment the comment-out p

Exception on attempt to flush buffer in AxisServlet with Weblogic6.1

2002-02-13 Thread David L. Cole
The file: org.apache.axis.transport.http.AxisServlet at line 586 contains the following line: res,flushBuffer(); //Force it right now. In Weblogic 6.1 this is causing an exception to be thrown everytime a SOAP request is made. Would it be possible not to force flushing the buffer? Heres the ex

Open discussion on how to handle the Actor attribute

2002-02-13 Thread olivier brand
All, I believe the role of the Actor attribute is to provide some kind of proxying capability (The first SOAP server redirects to the URL specified in the Actor attribute). If we look at the proxy example in the Axis samples directory, we are seeing similar functionalities. The author wrote a

Re: BeanSerializer and null properties

2002-02-13 Thread Vikram Rayabhari
oops... its BeanDeserializer that throws the exception. The serializer seems to work fine. Vikram Rayabhari wrote: > I have a property in a bean that is declared as > > private MyInterface intf; > > This property is always null and will never change in my application. > Currently the BeanSeriali

Modifying the SOAPEnvelope by hand... (document style soap calls)

2002-02-13 Thread St-Germain, Sylvain
Hi all, I need to modify my SOAPBody, before I invoke. Nothing happens when I add MessageElement to a SOAPBodyElement. Looking at the code makes me thing it should work but it does not.I simply do: [...] MessageElement promptValue = new MessageElement(); promptValue.setEnvelope(se);

style="document" and Wsdl2java (stub classes won't compile)

2002-02-13 Thread Stan Jordan
When I use an input wsdl file with style="document", Wsdl2java produces a buncha classes that won't compile.  I tried 4 of the wsdl files on http://www.xmethods.com with the same result each time.  For example, if you try this file:    http://www.esynaps.com/WebServices/DailyDiblert.asmx?WSDL

BeanSerializer and null properties

2002-02-13 Thread Vikram Rayabhari
I have a property in a bean that is declared as private MyInterface intf; This property is always null and will never change in my application. Currently the BeanSerializer is very strict ie it expects a type mapping for MyInterface even though the value is null. This means that I will have to wr

RE: Problem with HashMap

2002-02-13 Thread Glen Daniels
Hi David: I was seeing this yesterday myself on my work machine, and determined it was some kind of a classpath problem with old classes hanging around. After some cleanup it went away, and I'm not seeing it today on my home machine at all. --Glen > -Original Message- > From: David

RE: Problem with HashMap

2002-02-13 Thread David L. Cole
Thanks for the reply Tom. I tried the latest nightly build (Feb 13 version) this morning, but found the problem still existed. David Cole

Re: .NET and AXIS ( again and again ...)

2002-02-13 Thread Jean Marc Taillant
Sorry for my 2 previous  email, i slide on send button ( oops) I  am going to try with the last nightly build  version...   - Original Message - From: Tom Jordahl To: '[EMAIL PROTECTED]' ; '[EMAIL PROTECTED]' Sent: Wednesday, February 13, 2002 4:09 PM Subject: RE

RE: .NET and AXIS ( again and again ...)

2002-02-13 Thread Tom Jordahl
What version of Axis are you using?  Try using the latest Axis nightly build or CVS tree.   -- Tom Jordahl Macromedia   -Original Message-From: Jean Marc Taillant [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 13, 2002 9:54 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: .N

.NET and AXIS ( again and again ...)

2002-02-13 Thread Jean Marc Taillant
Hi all, 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 s

RE: Problem with HashMap

2002-02-13 Thread Tom Jordahl
This was a recent problem, but I believe it has been fixed as of yesterday (Feb 12, 2002). Try getting today's nightly build (Feb 13) and see if the problem goes away. -- Tom Jordahl Macromedia -Original Message- From: David L. Cole [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12

RE: Method Not Allowed

2002-02-13 Thread Adam.Leggett
Try this. Put the following in your axis webapp web.xml file: invoker /servlet/* Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:03 PM To: [EMAIL PRO

Re: wsdl2java / Missing classes in generated stub?

2002-02-13 Thread Russell Butek
Scanning the WSDL quickly, I see nothing obvious that would have caused problems. WSDL2Java has improved quite a bit since alpha3. I don't have the alpha3 version on my machine, but today's version has no problems with your WSDL. Russell Butek [EMAIL PROTECTED] "Eric Rajkovic" <[EMAIL PROTECT

Use of tcpmon

2002-02-13 Thread Stefan . Lecho
I've written a small servlet which connects to the Babelfish WebService. When using "http://services.xmethods.net:80/perl/soaplite.cgi"; as the TargetEndpointAddress and running the servlet on "http://localhost:8080/MyWebSite/servlet/MyServlet"; everything works just fine. When I change the Targe

Re: ArrayListExtension is not serializable

2002-02-13 Thread Vikram Rayabhari
Hi, Thanks for the reply. I updated to the latest version and it resulted in more problems!! When the client passes a java.util.List with only Employee objects, the AxisServlet is trying to invoke myMethod(java.util.List) declared in the service class, with an Employee[] as parameter and promptl

SimpleSessionHandler

2002-02-13 Thread christoph gapp
hi, has somebody a samplecode for session with headers (i use on the clientside the ms soap toolkit)??? thanx chris

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

2002-02-13 Thread Glyn Normington
You need to pin down why the server is failing as the diagnostics you are seeing just indicate that something bad happened. I hit the same problem the other day and used tcpmon to see the server response, which was a HTTP internal server error in the Tomcat servlet engine. Running the server with

RE: Custom deserializer

2002-02-13 Thread Koen Weyn
Rich, I am running alpha3. The deserializer works if it gets loaded, but it isn't loaded except when I set the resturn type. Or am I missing something ? Koen -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 17:04 To: [EMAIL PROTECTED] Cc: [EMA