Hi Yogita,

I'm not sure what you're looking for with this. Using this binding, the 
binding compiler should add code to the 
appinterface.temp.com.appinterfaceserver.Order5OrderTroubleCall, 
com.mycode.mysuite.types.v1x0.GenericRequestType, 
appinterface.temp.com.appinterfaceserver.Order5OrderTroubleCallOfficeOnlyPhoneOccurrenceItem,
 
and com.mycode.mysuite.types.v1x0.XsdTimeType classes which implements 
the org.jibx.runtime.IMarshallable and org.jibx.runtime.IUnmarshallable 
interfaces. You won't see these changes in the source code, since the 
changes are only made to the class files - but you can then cast 
instances of these classes to these interfaces at runtime.

  - Dennis

Dennis M. Sosnoski
SOA and Web Services in Java
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117



Yogita wrote:
> Hi, I have an binding.xml file as attached: binding.xml 
> <http://www.nabble.com/file/p21307627/binding.xml> In here, the 
> default namespace for Order5.OrderTroubleCall is 
> http://com.temp.appinterface/AppInterfaceServer. It contains a 
> structure, with the default namespace as: 
> http://www.mycode.com/mysuite/types/v1x0 Since, i was getting the 
> error "Default namespace conflict on mapping reference", I added the 
> attribute ns to the mapping tag itself for the 
> class="com.mycode.mysuite.types.v1x0.XsdDateType". When I run the 
> binding.xml, the JIBX classes generated do not create the JIBX binding 
> class that contains the marshal(), unmarshal(), isExtension() and 
> isPresent() methods. Can anyone help me with this, or my understanding 
> is wrong.
> ------------------------------------------------------------------------
> View this message in context: JIBX class not generated properly 
> <http://www.nabble.com/JIBX-class-not-generated-properly-tp21307627p21307627.html>
> Sent from the jibx-users mailing list archive 
> <http://www.nabble.com/jibx-users-f4287.html> at Nabble.com.
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>   

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to