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 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

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