I think you mean SOAP 1.1... I am using the latest nightly builds (not the release), but the Axis 2.0 code generator gives me two bindings--one for SOAP 1.2 and one for SOAP 1.1--and a service that uses both.
Since the Eclipse plug-in is really a thin wrapper around the Ant task, you might want to download the latest nightly instead and use the ant task instead. -----Original Message----- From: MUHAMMAD IQBAL [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 10:41 PM To: [email protected] Subject: [Axis2] Very Urgent -- JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL I am also facising the same problem, but i resolve it by using Axis1 Java2WSDL. but i want to generate WSDL 1.1 instead by Axis2. I dont find any thing in Java2WSDL tool of Axis2. can any one help me in that? Currently when i generate WSDL using Axis2 code generator eclipse-plugin, it generates WSDL and when i try to generate stub code for client, all of my methods take OMElements as a parameter and return so. I want my service methods take string parameters instead of OMElement, can i get a WSDL generated by Axis2 that satisfy this? Can any one help me in this? its ugent. Regards, Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801 >From: "Charak, Vikas" <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: [email protected] >Subject: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL >Date: Tue, 5 Sep 2006 16:31:42 -0400 > >Hi, > >I am using JAVA2WSDL Eclipse plug-in to generate WSDL files. By default >it generates SOAP1.2 compliant WSDL files. >Is there a way to make the plug-in generate SOAP1.1 WSDL file. > > >Thanks. > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
