Hi Dims, I'm not sure I understand. Let's say I have a certain Java class, and I want it to act as a web service. I let Axis2 generate a WSDL or write my own WSDL in accordance to the Java class. So, in my case I do not generate code using the WSDL to create the service but the other way around.
What do I do from here? Why can't I use the RPCMessageReceiver in this case? Thanks, Shahar Kedar -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 5:19 PM To: Kedar, Shahar Cc: [email protected] Subject: Re: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL You should use ADB on the server-side. RPCMessageReceiver is not used when you generate code using wsdl to create the service. -- dims On 11/9/06, Kedar, Shahar <[EMAIL PROTECTED]> wrote: > Hi Dims, > > I'm not sure how this workaround will help as I am currently using > WSDL2Java and ADB. > > Shahar > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 09, 2006 3:21 PM > To: [email protected] > Subject: Re: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a > subelement that doesn't conform to the WSDL > > Shahar, > > we deferred AXIS2-1606 and hence will defer this as well. Solution for > now is to please use WSDL2Java and use ADB generated code (or any > other data binding). We will deal with this issue immediately after > 1.1 release. > > thanks, > dims > > On 11/9/06, Kedar, Shahar <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hi, > > > > > > > > Will this issue be resolved soon? If I can't change the WSDL and > change > > elements' names then I cannot provide a robust API through my web > services. > > > > > > > > Thanks and regards, > > > > Shahar Kedar > > > > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service > Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
