XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS