Re: Axis2 wsdl2java jibx: No mapping defined for element

2009-09-29 Thread don t
Hi, you need to check the binding.xml file and verify there is a correct mapping defined for ElementName. There should be an entry like this: value name=ElementName ns=http://sample/types/ The element name and namespace in the binding file needs to match the WSDL definition. Anshuk Pal

Axis2 wsdl2java jibx: No mapping defined for element

2009-09-24 Thread Anshuk Pal Chaudhuri
Hello, Mentioned an incorrect subject line in my earlier mail. My applogies. I am trying to integrate axis2 1.5 with jibx 1.2.1. I am not sure that is a problem with axis2 or jibx. I have the wsdl file and the schema with me. I have used the jibx org.jibx.schema.codegen.CodeGen to generate the