Re: Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter

2008-05-31 Thread Raymond Feng
Hi, I have made promising processes in this area. The key is to follow the JAXWS mapping rules to find or generate (I have added ASM-code generation) corresponding RequestWrapper, ResponseWrapper and FaultBeanWrapper for a give java method. With the wrappers in place, we don't have to handle

Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter

2008-05-30 Thread Vamsavardhana Reddy
I have a service operation String[][] getGreetingsArray2(String[][] names). I am using interface.java in my service element in the composite. When the service uses a webservice binding, I get the following wsdl using ?wsdl on the endpoint url. wsdl:definitions wsdl:types

Re: Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter

2008-05-30 Thread Simon Nash
Vamsavardhana Reddy wrote: I have a service operation String[][] getGreetingsArray2(String[][] names). I am using interface.java in my service element in the composite. When the service uses a webservice binding, I get the following wsdl using ?wsdl on the endpoint url. wsdl:definitions

Re: Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter

2008-05-30 Thread Vamsavardhana Reddy
Done. TUSCANY-2358. ++Vamsi On Sat, May 31, 2008 at 3:07 AM, Simon Nash [EMAIL PROTECTED] wrote: Vamsavardhana Reddy wrote: I have a service operation String[][] getGreetingsArray2(String[][] names). I am using interface.java in my service element in the composite. When the service

[jira] Created: (TUSCANY-2358) Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter

2008-05-30 Thread Vamsavardhana Reddy (JIRA)
Incorrect wsdl generated with ?wsdl for a service operation with two dimensional String array parameter --- Key: TUSCANY-2358 URL: