Re: Replacing 'encoded' with 'literal' in WSDL directly. [Axis2]

2011-06-13 Thread Dmitry Ruban
In wsdl file that you attached some complex types are subset of SOAP-ENC:Array, so not ALL the elements belong to standard XSD name space ("http://www.w3.org/2001/XMLSchema";). You should get rid of them. Here is an example: maxOccurs="unbounded"/> On 11/06/11 20:38, fire fox wr

RE: Axis2 server on Https

2011-06-13 Thread Matta, Geethamadhurima
Hi, Can anyone help on the below. I am using stand-alone Axis2 server. Need it on https. From: Matta, Geethamadhurima [ICG-IT] Sent: 09 June 2011 17:46 To: '[email protected]' Subject: RE: Axis2 server on Https I am running Axis2 standalone server. As yo

Re: Axis2 soapsession Example

2011-06-13 Thread Deepal Jayasinghe
Hi Mahesh, SOAPSession only works withing Axis2 (not even with Axis1), so you will have hard time trying to get that working with .Net. You probably need to write custom code to handle required SOAP header. However, transport session should work, b'coz in Axis2 transport session works using cookie

Re: Axis2 soapsession Example

2011-06-13 Thread Sagara Gunathunga
On Fri, Jun 10, 2011 at 12:00 AM, Mahesh kumar wrote: > Hi, > I'm new to axis2 webservice. Can anyone provide me example for soapsession. [1] is a good references about session management. I don't have sample to point out but these are the extra step required for soapsession. Server side - (1)

Re: Axis2 webservice returning ArrayList of Hashtable

2011-06-13 Thread José Silva
Thanks. Of course I will wait for version 1.7.0. Thanks one more time.   José Silva Em 13-06-2011 16:19, Sagara Gunathunga escreveu:  Hi José, On Mon, Jun 13, 2011 at 8:31 PM, Sadeep Jayasumana wrote

Re: Axis2 webservice returning ArrayList of Hashtable

2011-06-13 Thread Sagara Gunathunga
Hi José, On Mon, Jun 13, 2011 at 8:31 PM, Sadeep Jayasumana wrote: > Hi, > > This has been reported in [1]..[3]. AFAIK, Sagara is currently working on > them. > > [1] https://issues.apache.org/jira/browse/AXIS2-5063 > [2] https://issues.apache.org/jira/browse/AXIS2-5064 >

Re: Axis2 webservice returning ArrayList of Hashtable

2011-06-13 Thread Sadeep Jayasumana
Hi, This has been reported in [1]..[3]. AFAIK, Sagara is currently working on them. [1] https://issues.apache.org/jira/browse/AXIS2-5063 [2] https://issues.apache.org/jira/browse/AXIS2-5064 [3] https://issues.apache.org/jira/browse/AXIS2-5066 Tha

Axis2 webservice returning ArrayList of Hashtable

2011-06-13 Thread José Silva
Hi. I have been using Axis1 for a long time in a simple way, just creating web services to retrieve some records of databases. Making the methods return "java.util.ArrayList" of "java.util.Hashtable" Java Objects the WSDL auto generated  by Axis1 was enough to consu