[Axis2c] query generating server side file from wsdl

2007-05-15 Thread Yogender Singh01
hello.wsdl Hi All, I have written this sample wsdl file to perform the function to accept 2 strings and concatenate as output. But when I am generating server side files. I am not getting getter and setter methods in axis2_concat.c and axis2_concatResponse.c files And in serialize and

Re: [Axis2c] query generating server side file from wsdl

2007-05-15 Thread Dushshantha Chandradasa
It seems to me that your wsdl is wrong. Please note that you have set inpun and output messages as strRequest and strResponse. wsdl:portType name=hello wsdl:operation name=concat parameterOrder=str0 str1 wsdl:input message=intf:strRequest name=strRequest/ wsdl:output