Re: WSDL of java.* types

2003-01-14 Thread Karsten Düsterloh
Steve Loughran aber hob zu reden an und schrieb: > you need to be using Axis1.1b Already doing so. >> At least I expect Axis / java2wsdl to create a valid wsdl. > > well, it is trying to stop you sending stuff over the wire that may make no > sense at the far end. Hm, the not-creation looks mor

Re: WSDL of java.* types

2003-01-14 Thread Steve Loughran
- Original Message - From: "Karsten Düsterloh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 00:43 Subject: Re: WSDL of java.* types > Und Steve Loughran aber hob an zu schreiben: > >>> > public cl

Re: WSDL of java.* types

2003-01-14 Thread Karsten Düsterloh
Und Steve Loughran aber hob an zu schreiben: >>> > public class test >>> > { >>> > public test() {} >>> > public void Func(java.lang.Math m) {} >>> > } Actually, java.lang.Math was just an example for a whole set of classes from java.lang.*, java.io.* etc. which will fail to get a wsdl created

Re: WSDL of java.* types

2003-01-13 Thread Steve Loughran
- Original Message - From: "Volkmann, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 12:34 Subject: RE: WSDL of java.* types >> > In particular, the following class is *not* exportable as a >> web

RE: WSDL of java.* types

2003-01-13 Thread Volkmann, Mark
Title: RE: WSDL of java.* types > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 2:13 PM > To: [EMAIL PROTECTED] > Subject: Re: WSDL of java.* types > > - Original Message - > From: "Karsten

Re: WSDL of java.* types

2003-01-13 Thread Steve Loughran
- Original Message - From: "Karsten Düsterloh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 02:39 Subject: WSDL of java.* types > In particular, the following class is *not* exportable as a web service: > > public

WSDL of java.* types

2003-01-13 Thread Karsten Düsterloh
Hi! Since I'm new to Axis, I might miss something very obvious. If so, please redirect me accordingly. I run an Axis 1.1b/Tomcat 4.1.12 combination to deploy some web services. The java classes to be exported as services specify functions with java.lang.* or java.io.* parametres. These classes are