wsdl2java not generating WSDD file??

2002-10-25 Thread kevinz
I am using AXIS 1.0 with JDK 1.3. I issued following command: "java org.apache.axis.wsdl.WSDL2Java HelloWorld.wsdl" I only saw the java files generated. Isn't it supposed to generate the wsdd file for axis deployment? Anyone has any idea? Thanks, -Kev __

problem getting jms sample to work

2002-10-25 Thread Len Takeuchi
Hi, I'm trying to run the jms sample and I'm running into some problems. I have followed the document associated with the sample to setup the JMS provider (sonic). It seems that the message is getting on to the queue and the listener (SimpleJMSListener) is picking up the message but cannot find

Axis generated client code vs. .Net using same WSDL

2002-10-25 Thread Peake, Chris
Title: Axis generated client code vs. .Net using same WSDL We have generated WSDL code (home grown generated) that appears as follows: .. consult"> unbounded" minOccurs="1" name="consultData" type="types:Pattern" />  == this is the question area here Pattern"> ...

Re: Session handling

2002-10-25 Thread Glen Daniels
Hi Sandeep, Ricky: The stubs end up caching the HTTP information (i.e. the HTTPTransport object) per-Service (i.e. org.apache.axis.client.Service). This means that if you use the same Locator object to get stubs, they'll all end up sharing the same session. If you instead new up a fresh Locator

Listing of services returns -unauthorized

2002-10-25 Thread Julio Castillo
I deployed a service via the AdminClient app. It succeeded, the service is listed when invoking the View link in the Axis home page of my installation. However, when I run the AdminClient with the "list" command per the documentation I get an Unauthorized response. Any ideas? Here is the printed o

How to setup axis in a multiple user environment

2002-10-25 Thread Zhimin Xie
Hi, I want to install axis on tomact in a multiple-user Linux environment. But after setting up things in the user's webapps directory, according to the installation directions, the testing page told me that I missed some needed components. But I copied all the needed files and kept them in the

Problems/questions with Client using .NET web services

2002-10-25 Thread Tony Keith
Hello, First of all we are new to using web services. We are trying to use a client's set of web services for a project. We are a java/linux house and they are a MS house. We installed axis 1.0 and ran WSDL2Java to generate the interface stubs. The WSDL has elements of complexTypes within comple

RE: Wrapped document/literal support in Axis 1.0

2002-10-25 Thread Cun Yong Tan
Both problems reproducible with nightly build of 10-19-2002. Filed bugzilla bugs 13979 and 13980. Thanks. From: Tom Jordahl <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Wrapped document/literal support in Axis 1.0 Date: Fri, 25 Oct

Change the actual XML on the wire

2002-10-25 Thread Robin Berjon
Hi, I am pretty certain that what I wish to do is doable with Axis, but I'm not exactly sure of how to approach it. I need to control the format of the XML that is sent on the wire. Not format as the way the elements are arranged but the actual bytes. The reason for this is that to control the

RE: Mangled XML response generated by AXIS 1.0

2002-10-25 Thread Tom Jordahl
Does this have anything to do with HTTP 1.1 chunked encoding? -- Tom Jordahl Macromedia Server Development -Original Message- From: Aravind Chavar [mailto:arvindbc@;hotmail.com] Sent: Friday, October 25, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: Mangled XML response generated by AXI

Mangled XML response generated by AXIS 1.0

2002-10-25 Thread Aravind Chavar
I am using AXIS soap 1.0.The XML being generated is mangled as in the following snippet.Has anybody come across such a problem? == 3 1e penv:Body> 0 == __

RE: Selectively exposing overloaded methods.

2002-10-25 Thread Tom Jordahl
Hummm.. The allowedMethods attribute on the service doesn't handle this kind of thing. I am not sure how we would be able to allow you to specify one and not the other. You could file an enhancement request, but without a strong idea of how it could be done (or better yet some code patches), I

RE: Problems calling SOAP messaging via Axis

2002-10-25 Thread Tom Jordahl
David, Please feel free to provide a new, improved sample which would work better and be more instructive. You could save other users the same frustration that you experienced. Submit the files in a bug/enhancement request in bugzilla. Thanks! -- Tom Jordahl Macromedia Server Development -

RE: Does Axis include a lightweight standalone server?

2002-10-25 Thread Tom Jordahl
I don't think you understand. There is no servlet container. Try this: java org.apache.axis.transport.http.SimpleAxisServer -p 8080 Then hit this link http://localhost:8008/axis/services -- Tom Jordahl Macromedia Server Development -Original Message- From: Anand Hatwalne [mailt

RE: Wrapped document/literal support in Axis 1.0

2002-10-25 Thread Tom Jordahl
The WSDL generation in for literal "use" should never generate a SOAP encoding for any data type. This sounds like a bug in the WSDL generation, and I would file a small test case in a bugzilla bug demonstrating the problem. Please try the test case on a recent nightly build or the CVS source

Header Question

2002-10-25 Thread Tim Lee
I used WSDL2Java to generate stubs for my client. However, the service I'm working with requires a header. I've attempted to set the header in the stub class but I keep getting an API Exception. Any ideas on what I"m doing wrong: My code: String checksum = .

RE: Wrapped document/literal support in Axis 1.0

2002-10-25 Thread Cun Yong Tan
Curious to see what would happen if the roles were reversed, I created a .NET service (defaults to wrapped doc/lit) with a method that accepts a single parameter of string[]. Then used WSDL2Java to create Axis client. The method signature that WSDL2Java produced for the method is a bean that has

RE: TestClient problem. (Connection refused).

2002-10-25 Thread Ruslan . Zenin
Have you deployed this service? -Original Message- From: sg3 Sent: October 25, 2002 1:58 AM To: sg3; axis-user Subject: TestClient problem. (Connection refused). I've installed Axis 1.0 and it passes the tests, so it seems to be installed properly, but TestClient doesn't work. I've che

Running axis standalone server under eclipse

2002-10-25 Thread Selvakumar Ganesan
Hi, Is there a way I can run the SimpleAxisServer inside Eclipse environment ? I didn't understand the error message, which says "java.lang.NoClassDefFoundError" when I try to launch SimpleAxisServer inside Eclipse. Any pointers as to how I should go about dong this ? appreciate any help. Selva.

Re: TestClient problem. (Connection refused).

2002-10-25 Thread Reynardine
So long as I specify the -l switch on the command line e.g. java fibonacci.FibonacciTester -lhttp://localhost/axis/servlet/AxisServlet Fibonacci(10) = 55 things work ok. -Rey - Original Message - From: "Fadly" <[EMAIL PROTECTED]> Date: Fri, 25 Oct 2002 22:43:03 +0700 To: <[EMAIL PROTE

AW: Registration of custom (de/)serializers

2002-10-25 Thread Haug Thomas
Hi, I have investigated a little further and it seems to me that the methods of my TestService implementation cause the problem described in my first mail. My service exports three methods: 1) String testSimple(String argument) 2) String testComplex(String argument, /* out */ StringHolder out

Re: Session handling

2002-10-25 Thread Ricky Ho
The session is maintain per stub. Since you create a new stub every time (rather than use the previous stub), so you don't have the session behavior. Since the user browser maintain cookies to the HTTPSession, you should store the stub into the HTTPSession variable. Rgds, Ricky At 04:04 PM 10/

Re: Wsdl2Java Client Stub -> jdk 1.3 problem

2002-10-25 Thread Jean-Marc Taillant
Hi, Aa I know org/w3c/dom/Node com from xerces library. JDK1.4 include it own DOM class. So if you want to use with JDK 1.3 you need to include an xml parser (like xerces) Regards, Jean Marc Taillant - Original Message - From: "Markus Koblbauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED