Hello,

I'm using JiBX to connect to an external web service.

I used CodeGen to create the appropriate binding classes and configuration file 
entries from the web service's schema definition file. This includes a number 
of classes, one of which includes a List of other objects.

When I try and connect to the external service, I get the following error:

java.lang.NoSuchMethodError:
<package>.JiBX_MungeAdapter.JiBX_jibx_service_partner_interface_binding_unmarshal_1_5(Ljava/util/List;Lorg/jibx/runtime/impl/UnmarshallingContext;)Ljava/util/List;
        at 
<package>.MyClass.JiBX_jibx_service_partner_interface_binding_unmarshal_1_0(MyClass.java)

How can this have happened if I am using CodeGen-created classes which - 
presumably - should work without problems?

Thanks in advice for any assistance.

Mark


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to