RE: minOccurs, maxOccurs not used by WSDL2Java ?

2002-05-12 Thread Geza.Szocs
Yeap, I played myself with this maxOccurs thing, and experienced the same. It doesn't really matters what you type in. I also tried to play with a string type, which had some restriction on it (regular expression). That restriction didn't appear anywhere in the code. Okay, I said, Axis cannot hand

RE: .NET Client calling Axis service with Bean Datatype returned

2002-05-12 Thread Steven Schreiber
Sorry, didn't include the WSDL and TCPMonitor Message Trace on the first email. - steve === TCPMon TRACE: === Listen Port: 8080 Target Host: localhost Target Port: 100 Request POST /axis/services/PapService HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Clien

initial parameters

2002-05-12 Thread Schuring, Tom
Hello,   how would i get an initial parameter into my class that implements a axis-soap service ?   In a webapplication i can ask for the   application.getInitParameter("configFileLocation");   but within axis the servlet context is sort of hidden from me.   Is this suppose to happen with

Re: Axis SOAP on PDA

2002-05-12 Thread L Rutker
I guess that would depend on a few factors. A) Personal Java (I am using the beta from sun for ithe ARM processor on my PPC2002 pda) only supports up to 1.18. Jars can be added to the classpath but only if they contained classes that are not later than 1.1.x. B)not all 1.1.x classes are implemen