Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Ulrich Winter
j2ee.jar shouldn't be needed. Did you try it without that? Uli - Original Message - From: "Dave Wolf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 4:22 PM Subject: Is there a 'thinner' client runtime? > It appears that to consume a web service using Ax

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-07 Thread Ulrich Winter
Hi, you do not need to use the generated SOAPBindingImpl class.You can continue with your existing class if you change the classname parameter in your deploy.wsdd file. - Original Message - From: "James Black" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 6:

Re: No Support for Attachments

2002-10-01 Thread Ulrich Winter
Carlos, which Axis version do you use? Limited support for attachments was introduced somewhere between rc1 and rc2. So if you use rc2 it should work. Bye, Uli -- Ulrich Winter 100world AG - Original Message - From: "Carlos González" <> To: <[EMAIL PROTECTED]>

Re: Problem with mime attachment

2002-10-01 Thread Ulrich Winter
Jean-Christophe, as far as I know (and tried) AXIS' WSDL2Java doesn't support the wsdl mime binding at all. Do you really get any attachments from a wsdl mime bound service with axis? Uli - Original Message - From: "Jean-Christophe Rioux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: Help with MIME

2002-09-30 Thread Ulrich Winter
ave to checkout one of the recent nightly builds or build AXIS from CVS. Bye, Uli -- Ulrich Winter 100world AG - Original Message - From: "Torsten Kablitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 2:58 AM Subject: Help with MIME

Re: WSDL MIME binding support in axis?

2002-09-27 Thread Ulrich Winter
I've used axis rc1 when I got the exception. The current version works as expected. Sorry.

Re: WSDL MIME binding support in axis?

2002-09-27 Thread Ulrich Winter
Russel, Thank you for your hints. I currently have problems understanding the concept. The supported types (like {http://xml.apache.org/xml-soap}DataHandler) are never defined in any wsdl file or schema, instead they are just referenced. If I define the namespace und use that type inside the ws

Re: deployment without running tomcat

2002-09-27 Thread Ulrich Winter
Robert, > Is there a known way to use the AdminClient without first starting Tomcat > (or whatever servlet container is hosting the Axis webservice)? deployment of web services in axis needs two parts: - make the classes available in the servers class path (which is done in your first step) -

Re: can not compile source code

2002-09-27 Thread Ulrich Winter
look into the build.xml file of axis. The needed libs are listet there with the sources to get them. - Original Message - From: "Jian Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 2:21 AM Subject: can not compile source code > > > I posted similiar

Re: return multidimensional table?

2002-09-26 Thread Ulrich Winter
Eric, what does the corresponding WSDL look like? > For example, this method defined on my server works fine: > > public Collection list(final String username, int startingTask, int total, > boolean directionForward) throws Exception; > > The returned Collection contains n Maps.

WSDL MIME binding support in axis?

2002-09-26 Thread Ulrich Winter
Hi, the JAX-RPC spec doesn't require an implementation to use the WSDL MIME binding to support remote method calls with MIME encoded content. It seems, that AXIS currently doesn't use the WSDL mime binding. Is this right? When will WSDL MIME binding support be added to AXIS? Thank you, Uli

Re: [AdminClient Problem] namespace URL http://xml.apache.org/axis unreachable (404 Not Found)

2002-09-24 Thread Ulrich Winter
Hi, the URIs in the wsdd file are not intended to be accessed via http. You should instead check the URL used as parameter to AdminClient's command line: For example if you invoked AdminClient with a parameter of -lhttp://localhost:8080/axis/services/AdminService"; you should check that URL. It

problems issuing a call using soap with attachments

2002-09-24 Thread Ulrich Winter
Hi, I've problems issuing a call which should use attachments for some parameters. I've setup a Call object and user DataHandler type as parameter. I've worked along the example from the WROX book on Axis. The resulting http request does not use mime multipart/related format. Instead it issues

Re: server-config.wsdd - won't write!

2002-09-23 Thread Ulrich Winter
Hi, I had the same kind of problem: I started with a fresh installation of axis which has no server-config.wsdd file at all. The RC1 release cannot write that config file at all and issues an error message in the tomcat console when the AdminClient is invoked. Updating to the current build from

Re: WSDL2Java

2002-09-23 Thread Ulrich Winter
> Why can't one define a complexType with a base=""/> > in WSDL. This should work right? Of course you can do so. But the call semantics are not what I would expect. The types used as parameters to SOAP calls (more precisely JAX-RPC calls) contain only their attributes - no other methods than

Re: WSDL2Java

2002-09-20 Thread Ulrich Winter
Paolo, you cannot transfer references to remote objects as parameters in JAX-RPC calls. I'm quite sure that WSDL doesn't provide the vocabulary to describe a service which uses remote references as parameters. So in my opinion the answer is: No. Uli - Original Message - From: "Paolo

Re: When Java2WSDL or WSDL2Java will support attachments?

2002-09-20 Thread Ulrich Winter
Can somebody point me to some documentation of this feature? Are there even examples which show how to describe SOAP-with-Attachments in WSDL? Uli - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 07, 2002 10:13 PM Subject: Re: When Java2W