NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
milliemc
Joined: 22 Mar 2010 Posts: 7
|
Posted: Mon Mar 22, 2010 4:46 pm Post subject: webservice schema need element(operation param) to generate required |
|
|
Java 1.6, Metro 1.0, Netbeans Java to wsdl webservice using jax-ws.
In the schema (xsd) file my operation parameter generates minoccur=0.
How do I get the parameter to generate required?
xsd code generated:
xs:element name="updateVehicleInspectionDataResponse" type="tns:updateVehicleInspectionDataResponse" />
- <xs:complexType name="updateVehicleInspectionData">
- <xs:sequence>
<xs:element name="vinNumber" type="xs:string" minOccurs="0" />
<xs:element name="sequenceNumber" type="xs:int" />
<xs:element name="passFailIndicator" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
thank you |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|