Re: [AXIS2]: How to enable 2D Array Encoding ?

2006-12-07 Thread Alessandro Marini
Hi Sanjiva! What do you want to mean with "use XML schema" ?? Do you think that exist another way to binding 2D arrays ? Is there something to do on wsdl definition ? ...another issue: I Know the existence of SOAP-ENC namespace (xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";> ) some

Re: [AXIS2]: How to enable 2D Array Encoding ?

2006-12-06 Thread Sanjiva Weerawarana
On Mon, 2006-12-04 at 09:29 +0100, Alessandro Marini wrote: > Hi! > > I need to make a service that send and receive 2D Array parameters type (for > example String[][] or byte[][]). > > I Know that it's possible on axis1 setting the following tag on > globalConfiguration: > > > > There's no

Re: [AXIS2]: How to enable 2D Array Encoding ?

2006-12-05 Thread Alessandro Marini
Just do it: https://issues.apache.org/jira/browse/AXIS2-1827 Any votes to this issue will be appreciate! Thanks! Alessandro > Hi Alessandro ; > > We do not have that feature in Axis2 , but we can have that in future > release, so pls create a JIRA issue. > > Thanks > Deepal > > >Hi! > > > >I ne

Re: [AXIS2]: How to enable 2D Array Encoding ?

2006-12-04 Thread Deepal Jayasinghe
Hi Alessandro ; We do not have that feature in Axis2 , but we can have that in future release, so pls create a JIRA issue. Thanks Deepal >Hi! > >I need to make a service that send and receive 2D Array parameters type (for >example String[][] or byte[][]). > >I Know that it's possible on axis1 s

[AXIS2]: How to enable 2D Array Encoding ?

2006-12-04 Thread Alessandro Marini
Hi! I need to make a service that send and receive 2D Array parameters type (for example String[][] or byte[][]). I Know that it's possible on axis1 setting the following tag on globalConfiguration: There's no parameter of similar type on axis2.xml (global configurator)... Is there any confi