RE: web service fails to run when has constructor

2002-03-25 Thread Dave Dunkin
Title: RE: web service fails to run when has constructor Try making the constructor public. By adding a constructor with the default access level, the service class can only be instantiated by a class within the same package. Dave -Original Message- From: Hui Deng [mailto:[EMAIL PRO

RE: ideas on debugging a blank ?wsdl page?

2002-03-15 Thread Dave Dunkin
Title: RE: ideas on debugging a blank ?wsdl page? Chris, You may be missing a class from your classpath. Try beta1 -- it will give an appropriate error message if this is the case. Dave -Original Message- From: Chris Wilkins [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002

?wsdl returns nothing

2002-03-13 Thread Dave Dunkin
Title: ?wsdl returns nothing I have a deployed service for which axis returns nothing (0 bytes) when I query it with ?wsdl. There is no error message anywhere that I can find. Is there any way to tell what's going on? Dave

RE: Array deserializer (was: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty)

2002-03-11 Thread Dave Dunkin
developer.cognos.com/schemas/cm/1/:queryPropertyStruct  at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(Unknown Source) [...] Many thanks again. Sylvain. -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:58 PM To: '[EMAIL PROTECTED]'

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-11 Thread Dave Dunkin
server end too?  Thanks for your help. Sylvain. -Original Message----- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 1:12 PM To: '[EMAIL PROTECTED]' Subject: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread Dave Dunkin
r.process(HttpProcessor.java: 1011)     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106 )     at java.lang.Thread.run(Thread.java:484) -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 20

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread Dave Dunkin
ss named "QueryProperty" to be serialized as "queryProperty" the problem is that we do not have this mapping done on the server side. Sylvain. -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 4:59 PM To: '[EMAIL PROTE

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-07 Thread Dave Dunkin
: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty >From: Dave Dunkin [mailto:[EMAIL PROTECTED]] >WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. >That specifies that class should start with a capital l

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-07 Thread Dave Dunkin
ED] Subject: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty >From: Dave Dunkin [mailto:[EMAIL PROTECTED]] >WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. >That specifies that class should start with a

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-06 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. That specifies that class should start with a capital letter. Dave -Original Message- From: St-

RE: array serialization problem (committed possible fix)

2002-03-01 Thread Dave Dunkin
h the way axis builds the response. (btw, the wsdl is from ?wsdl). Dave -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:51 AM To: [EMAIL PROTECTED] Cc: Dave Dunkin Subject: RE: array serialization problem (committed possible fix)

RE: array serialization problem (user error ?)

2002-02-28 Thread Dave Dunkin
s much of the source code as I can provide. Dave Dunkin -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 3:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: array serialization problem (user error ?) I took

Re: array serialization problem

2002-02-27 Thread Dave Dunkin
test version. > > Also it may help if that doesn't work, I can help you add some temporary > code so we can debug this problem. > > Rich Scheuerle > XML & Web Services Development > 512-838-5115 (IBM TL 678-5115) > > > >

Re: array serialization problem

2002-02-26 Thread Dave Dunkin
Jr wrote: > It would help me a lot if I had the line numbers in the stack trace. > > Please rebuild with > ant compile -Ddebug=on > > And send me the stack trace. > > Thanks > > Rich Scheuerle > XML & Web Services Development > 512-838-5115 (IBM

RE: array serialization problem

2002-02-26 Thread Dave Dunkin
Title: RE: array serialization problem I forget to mention I'm running off a CVS build. Dave -Original Message- From: Dave Dunkin Sent: Tuesday, February 26, 2002 12:59 PM To: [EMAIL PROTECTED] Subject: array serialization problem I've run into a problem that app

array serialization problem

2002-02-26 Thread Dave Dunkin
ppreciated. Dave Dunkin [localhost:~/src/tmp] ddunkin% java -cp ../../Applications/axis/WEB-INF/lib/axis.jar:../../Applications/axis/WEB-INF/lib/xerces.jar:../../Applications/axis/WEB-INF/lib/commons-logging.jar:classes Test java.lang.ArrayStoreException at org.apache.axis.utils.JavaUti