RE: [axis2] error when generate code using wsdl2java with multiple binding

2008-07-31 Thread Zhuang, Guanxia (Robin)
for having 3 portTypes. This could be described using a single port type (The abstract definition of the service) and 4 bindings. Bindings for SOAP 1.1, SOAP 1.2, HTTP GET and HTTP POST. Thanks, Keith. 2008/8/1 Zhuang, Guanxia (Robin) <[EMAIL PROTECTED]> Hi Suriarachchi, Thank you ver

RE: [axis2] error when generate code using wsdl2java with multiple binding

2008-07-31 Thread Zhuang, Guanxia (Robin)
ng On Thu, Jul 31, 2008 at 9:32 AM, Zhuang, Guanxia (Robin) <[EMAIL PROTECTED]> wrote: i have got a wsdl file from http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL , and i want to generate the sever side code and client code from it. but axis4 1.4 only generate five

RE: Server ADB and client xmlBeans?

2008-07-31 Thread Zhuang, Guanxia (Robin)
I think it is ok, because the client does not need to know what data binding the server side use. It does not even need to know what language(java or c#) the server use. Regards --- Guanxia Zhuang (Robin) Sycamore Networks (Shanghai China) Phone: 021-24050832 ___

[axis2] error when generate code using wsdl2java with multiple binding

2008-07-30 Thread Zhuang, Guanxia (Robin)
i have got a wsdl file from http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL , and i want to generate the sever side code and client code from it. but axis4 1.4 only generate five methods. it should generate 5 methods for each binding i think. i try to use axis2 to generate code