Re: Axis2: Axis2 1.1.1 code generator unable to generate code for WCF WSHttpBinding webservice wsdl

2007-04-15 Thread Paul Fremantle
Please can you check out Axis2 1.2. I think this might already be fixed. Paul On 4/14/07, shantanu chawla [EMAIL PROTECTED] wrote: I developed a WCF web service and now I am trying to create a client to consume WCF service in java using axis2 1.1.1 version. I am using Axis2 code generator

Axis2: Axis2 1.1.1 code generator unable to generate code for WCF WSHttpBinding webservice wsdl

2007-04-14 Thread shantanu chawla
I developed a WCF web service and now I am trying to create a client to consume WCF service in java using axis2 1.1.1 version. I am using Axis2 code generator version 1.2.1 compatible with axis2 version 1.1.1 for eclipse. When I am trying to generate client code I am gettting the error the

Re: Axis2: Axis2 1.1.1 code generator unable to generate code for WCF WSHttpBinding webservice wsdl

2007-04-14 Thread Lahiru Sandakith
Hi shantanu, As the exception points out the the input policy attach to the the binding it not being resolved by the codegenerator engine. Please raise a JIRA issue on https://issues.apache.org/jira/browse/AXIS2 and attach the wsdl for it. Thanks Lahiru. On 4/14/07, shantanu chawla [EMAIL