Hi Dennis, That sounds great. You are going to save me, if that is going to work. It's like 2 days me and my colleague are playing really hard, but no luck to make jibx and axis2 run together.
Your early response will be appreciable in releasing the jibx2wsdl tool. Thank you so much. Kiran Kumar. Dennis Sosnoski wrote: > > Java2WSDL is very limited, and it's difficult to make it work properly > in combination with JiBX. I *am* working on a JiBX-specific tool called > Jibx2Wsdl, which starts from a Java class and generates first a JiBX > binding and then a matching schema and WSDL. I expect to have the > initial version of this tool available by the beginning of next week. If > you're able to wait until then you should find your job much easier. > > I'll announce on this list when the tool is available. > > - 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 > > > > mvkirankumar wrote: >> Hi, >> >> I am stuck with this step for almost 8 hours. >> Can someone help me as soon as possible. >> >> Currently, we are evaluating Axis2 with jibx to make use in our project. >> We have a huge amount of fields that needs to be transferred across. >> So, these fields are better when mapped/binded using jibx with java. >> This was our thought. >> >> But, now im stuck up here in the bolded step: >> >> "Create a WSDL document for your service, with the schema embedded or >> imported." - How to import a schema/embed a schema. we should be using >> java2wsdl only right. Can someone tell me the options please. >> >> Starting from Java >> Here's the sequence of steps for using JiBX with Axis2 to expose existing >> Java code as a Web service: >> >> Create a JiBX binding definition for the data being transferred by the >> Web >> service >> Create a schema that matches the XML defined by your binding (you may be >> able to use the JiBX schema generator to help with this) >> Create a WSDL document for your service, with the schema embedded or >> imported. >> Generate Axis2 server-side linkage code using WSDL2Java with the WSDL and >> your binding definition >> Run the JiBX binding compiler on your Java classes to add the actual >> binding >> code >> Include the axis2-jibx.jar in your runtime classpath, along with the >> jibx-runtime.jar (normally done by including these in the >> axis2/WEB-INF/lib >> directory) >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Re%3A--AXIS2--jibx%3A-java2wsdl-step-how-to-import-generated-schema-tf3132900.html#a8682203 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
