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
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
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
$)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,
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
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:
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.
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
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