|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Why does a nillable="true" appear in the WSDL?
After generating and deploying a web service to the JBoss appserver the WSDL shows a nillable="true". Why? <xs:element name="aaaRequest" nillable="true" type="tns:aaaRequestType" /> <xs:element name="aaaResponse" nillable="true" type="tns:aaaResponseType" /> <xs:complexType name="aaaRequestType"> <xs:sequence> <xs:element name="name" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:complexType name="aaaResponseType"> <xs:sequence> <xs:element name="return" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:schema> </types> <message name="TestWs_aaaResponse"> <part element="tns:aaaResponse" name="aaaResponse" /> </message> <message name="TestWs_aaa"> <part element="tns:aaaRequest" name="aaaRequest" /> </message> Ben [Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






