Deploy problem

2002-12-30 Thread Martin Smith
I've written a trivial java class and it works OK with the jws deployment method. However, I can't get it successfully deployed via wsdd. I get no error during deployment, but when I try to get the wsdl I get a nullpointer exception. And when I try to access it with a simple client, I also ge

Re: [wsif]-help please!

2002-12-30 Thread Aleksander Slominski
Ullas Kapadia wrote: Happy Holidays and Happy New Year! I am new to WSIF and am trying to play with different types of parameters say: 1. XML document 2. attachments. btw, so we have something like SAAJ for WSIF? Any suggesstions?Also, how can I handle complex types? hi, i am not sure about

[wsif]-help please!

2002-12-30 Thread Ullas Kapadia
Hi, Happy Holidays and Happy New Year! I am new to WSIF and am trying to play with different types of parameters say: 1. XML document 2. attachments. btw, so we have something like SAAJ for WSIF? Any suggesstions?Also, how can I handle complex types? Thanks Joy

Axis 1.1b and tomcat 3.2.x?

2002-12-30 Thread Tim Colson
Sorry to be a pest, but has anybody got 1.1b to work with Tomcat 3.2.x? Thanks! Tim -Original Message- From: Tim Colson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 6:53 AM To: [EMAIL PROTECTED] Subject: RE: Initial Axis 1.1b Install Failure & Build Error Replying to mys

Axis and soap header strange behavior

2002-12-30 Thread thomas . cherel
I am trying to understand how SOAP headers are handled by Axis. I admit that I can find the answer to my question by looking into the source code, but in the case someone as a quick answer, I will appreciate. The sequence of operation call to my web service is the following: 1) Login operation.

WSDL2Java and simpleType

2002-12-30 Thread ALI,HANEEF (HP-Cupertino,ex1)
Hi, How to make WSDL2Java generate code for simpleType. ( I used -a option -- no luck) The way I used is java org.apache.axis.wsdl -p package_name -a wsdflfile Eg: The stub generated looks like String getRootObject() But I need ObjectName g

Re: Axis and Linux JVM crashing

2002-12-30 Thread Joe
Hi... I was having a problem with the JVM crashing while sending SOAP objectsturns out the problem was an incorrect XML character in the SOAP document, which caused the cliend to throw a SAXException and reset the connection to the server. The JVM does crash however on the server when th

Re: Returning my own WSDL from ?wsdl

2002-12-30 Thread Steve Loughran
yeah, I was catching up. What would be cool would be if axis would let you name a class that implemented some getWSDL() method in an interface, so that you could write a 'smart' wsdl generator that even did different things for different callers. - Original Message - From: "Kevin Jones" <

Re: axis ant task in netbeans

2002-12-30 Thread Steve Loughran
- Original Message - From: "Gene Chuang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 21:19 Subject: Re: axis ant task in netbeans > > > Thanks for the pointers guys. I'm ALMOST there! I added the classpathref to taskdef, but then ANT complained of not fi

Re: Returning my own WSDL from ?wsdl

2002-12-30 Thread Kevin Jones
I guess you were reading through the threads and hadn't got to the last one I posted - I'd already figured this :-) > well, stick it as a resource in the classpath. You are left with a separate > problem 'what if I want to include full urls in the wsdl', but that may be > tractable at build time -

Re: [wsif] -- example of asynchronous request/response, with correlationservice?

2002-12-30 Thread Anthony Elder
Hi Jeff, The only example with WSIF is an async testcase at: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/test/async/AsyncTests.java The async model still needs a bit of work but the current design works as follows: There are two ways of using async, one where WSIF handles th