Re: Array String parameter on SOAP Web Service

2012-01-03 Thread Sagara Gunathunga
Axis2 does not support for SOAP encoding hence you can't use arrayType attribute. As previous post mentioned you have to edit WSDL and use XMLSchema to specify your array constrains. Thanks ! On Wed, Jan 4, 2012 at 12:32 AM, Raghu Upadhyayula < rupadhyay...@responsys.com> wrote: > I guess fo

RE: Array String parameter on SOAP Web Service

2012-01-03 Thread Raghu Upadhyayula
I guess for that you have to modify your WSDL as follows and regenerate the code from wsdl. Thanks Raghu [Description: cid:B80A849F-8953-4496-BB5B-34FFFD4B2394] From: Rui Oliveira [mailto:racoqs...@gmail.com] Sent: Tuesday,

Re: Array String parameter on SOAP Web Service

2012-01-03 Thread Rui Oliveira
Raghu Thanks! That worked it returned me 4 (the length of the array with all the elements). However, this only addresses part of the problem. I would like to reserve a array with a fixed size like what was done with my previous request example with: arrayType="xsd:string[4]" For instance, i w

RE: Array String parameter on SOAP Web Service

2012-01-03 Thread Raghu Upadhyayula
Hi Rui, Try this and see http://schemas.xmlsoap.org/soap/envelope/"; xmlns:myw="http://MyWebService.dei.uc.pt";> Egypt Amsterdam Lisbon

Array String parameter on SOAP Web Service

2012-01-03 Thread Rui Oliveira
Sorry about bumping this thread but i really need a solution, or at least the confirmation that i'm doing things right and this is a limitation of Apache Axis2. -- Forwarded message -- From: Rui Oliveira Date: Thu, Dec 29, 2011 at 4:05 PM Subject: Array String parameter on SOAP We

How to pass an array to a service using GET binding ?

2012-01-03 Thread Rudy Commenge
Hi, First of all, HAPPY NEW YEAR !!! In a WSDL, I have defined a WS operation with the following input message : I have also defined 2 binding parts : SOAP and GET. I am able to invoke the above operation using soap. But I don't kno