|
If you
have an object like Integer, String, Long, etc... Axis will set the
nillable="true" for you since the Java code can accept a null
value.
You
should let Axis generate the WSDL. Save it off. Then modify it to
your needs. Then in the .wsdd file specify that you want to use a static
wsdl file (put it in WEB-INF/classes so Axis can see it). Use the modified
wsdl.
Specify in wsdd like this:
<service name="MyService"
provider="java:RPC">
<wsdlFile>/MyModifiedWSDLFile.wsdl</wsdlFile> ....
</service>
|
RE: Need to let axis check if parameter is null ?
Barlotta, Timothy - Arlington, VA - Contractor Fri, 15 Oct 2004 11:17:00 -0700
Title: Message
- Re: Need to let axis check ... Barlotta, Timothy - Arlington, VA - Contractor
- Re: Need to let axis c... WAJSBERG Julien RD-BIZZ
- RE: Need to let axis c... Jairam, Roopnaraine
- RE: Need to let axis c... Jairam, Roopnaraine
- RE: Need to let axis c... Jairam, Roopnaraine
