Thank you Dennis for your reply.

The reason why I want to use the default value is to add in a version
element which defaults to

my current service version so developers using my WSDL wouldn't have to
send in the version

value.

Thanks,
Elie




On Fri, Feb 15, 2013 at 3:31 AM, Dennis Sosnoski <d...@sosnoski.com> wrote:

>  Jibx2Wsdl doesn't support default values in the schema. I don't think any
> of the web services stacks that work with schemas pay any attention to
> default values anyway, so it's never been a feature of interest.
>
> Are you trying to do this just to reduce the size of the XML?
>
>   - Dennis
>
> Dennis M. Sosnoski
> Java SOA and Web Services Consulting<http://www.sosnoski.com/consult.html>
> CXF and Web Services Security Training<http://www.sosnoski.com/training.html>
> Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>
>
> On 02/14/2013 10:06 AM, Ajaltouni, Elie wrote:
>
> 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 
> listjibx-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>

-- 
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