Hi,

I am using JiBX2WSDL tool to generate my WSDL and I am running to the
following issue:

I need to set a default value in the WSDL for an element. For instance ,in
the snippet from the schema below the

complexType loginRequest has an element applicationName whose default value
is demoApp.

<xs:complexType name="loginRequest">
    <xs:sequence>
      <xs:element type="xs:string" name="applicationName" default="demoApp"
/>
      <xs:element type="xs:string" name="companyName" />
</xs:complexType>

Checking out the BindGen Customizations and the JiBX2wsdl customizations
references it seems there is no option to customize the default value

of an element. The BindGen <value> customization attributes does not
support the default attribute.

Am I missing something. Any ideas?

Thank you,
Eli

-- 
This e-mail (including any attachments) is for the sole use of the intended 
recipient(s) and may contain information that is confidential and/or 
protected by legal privilege. Any unauthorized review, use, copy, 
disclosure or distribution of this e-mail is strictly prohibited. If you 
are not the intended recipient, please notify Mitel immediately and destroy 
all copies of this e-mail.  Mitel does not accept any liability for breach 
of security, error or virus that may result from the transmission of this 
message.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to