Re: Could not find deserializer for type ... string[unbounded]

2002-07-22 Thread scheu
Try a nightly build. Processing for has been improved. Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) Helen L Rehn/Durham/IBM@IBMUS 07/22/2002 11:40 AM Please respond to axis-user To: [EMAIL PROTECTED] cc: Subjec

Re: Package Name in Method Parameter and Return Types

2002-07-17 Thread scheu
Using fully qualified names in generated code is because it prevents collisions. If it generated: public Integer myMethod(Integer in0) {...} there would be the possiblity that an Integer class in the same package would be used. There is no way to turn this off. Rich 'Shirley' Scheuerle IBM

Re: fault message

2002-07-17 Thread scheu
See JSR 101 version 1.0 chapter 4.3.6 The mapping fo WSDL faults has changed several times during the development of the specification. If you still think that the Axis is in error, please open a bugzilla defect. Thanks, Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development

Re: Read-only bean properties and ?WSDL.

2002-07-15 Thread scheu
$)C The bean requires editable properties in order to pass the data over the wire. Is your client going to have a different simple bean mapping that uses an editable property? If not there is no way that the BeanDeserializer will be able to set the value. If you still want to pursue this issue,

RE: Parameters Name

2002-06-26 Thread scheu
If the implementation class that implements Service was compiled with -g, then ?WSDL should fill in the appropriate parameter names. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) "Jason D. Lee" <[EMAIL PROTECTED]> 06/26/2002 10:46 AM P

Re: Parameters Name

2002-06-25 Thread scheu
Supply the --implClass option with a class that was compiled with -g. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) [EMAIL PROTECTED] 06/25/2002 07:33 AM Please respond to axis-user To: [EMAIL PROTECTED] cc:

TCK: Holders and QName changes

2002-06-14 Thread scheu
FYI, To comply with the JSR 101 TCK the following changes have been made which may affect your applications. 1) The QName class is now javax.xml.namespace.QName. 2) Holder classes are now generated in a "holders" package. For example the holder for samples.addr.Phone is samples.addr.holders.

re: creating wsdl from java when using abstract classes

2002-06-14 Thread scheu
Is this the latest version of Java2WSDL ? Does the Location class have setters and getters for jceProvider ? (probably so since AbstractCommon is abstract) This sounds like a bug in the Java2WSDL processing not correctly understanding that the setters/getters are the concrete methods for the j

Re: Java2WSDL with multiple portType

2002-06-13 Thread scheu
Java2WSDL only supports a single portTypeName. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) "Yi He" <[EMAIL PROTECTED]> 06/13/2002 11:15 AM Please respond to axis-user To: <[EMAIL PROTECTED]> cc: Subject