Re: Axis and constrained devices

2008-03-20 Thread Demetris G
I will try that - thanks much Keith. keith chapman wrote: May be you could try Axis2-c. Also you may get a better response for this question if u posted it to axis2-c list. Thanks, Keith On Fri, Mar 21, 2008 at 1:22 AM, Demetris G <[EMAIL PROTECTED] > wrote:

Re: Axis2 and OSGi

2008-03-20 Thread Demetris G
No problem - 1.4 is a priority - good luck and we can talk about this again later on. Thanks Dims. Davanum Srinivas wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately no. Sidetracked with trying to get 1.4 release out. thanks, dims Demetris G wrote: | | Hi Dims, | |any pr

Re: axis 1.3 generated WSDL with three ports/bindings?

2008-03-20 Thread Daniel Woo
Hi Nadir, Really thanks. On Thu, Mar 20, 2008 at 10:11 PM, Nadir Amra <[EMAIL PROTECTED]> wrote: > Daniel, > > One for SOAP 1.1, one for SOAP 1.2, and one for REST-like Web services. > You can suppress 1.2 and REST like SOAP bindings by turning a flag on or > off in Axis2.xml, as follows: > > -

What might cause "Unexpected subelement return"?

2008-03-20 Thread Nate Roe
I am using Axis2 v1.3 and Rampart v1.3 on JBossAS v4.0.5 running on Java 1.6.0_03. I'm deploying a POJO service. Responses from this service cause an ADBExceptoion: "Unexpected subelement return". The subelements in this case are child objects, collections, etc. What are some causes of this e

Re: Interop problems with .Net and Axis 2 using MTOM

2008-03-20 Thread Thilina Gunarathne
If the error is coming from the server, you may want to check the following and try using the axiom snapshots as mentioned. https://issues.apache.org/jira/browse/AXIS2-3196 thanks, Thilina On Wed, Mar 19, 2008 at 12:11 PM, Paul Fremantle <[EMAIL PROTECTED]> wrote: > Any chance of the TCPMON tra

RE: [Axis2] What might cause "The server did npot recognise the action..."

2008-03-20 Thread Nate Roe
After doing some Googling, I've decided to disable Rampart to verify my service, and it turns out that my service is not working properly. Therefore, please ignore this thread. I will begin a new thread to discuss my new, more specific problem. - Nate Roe -Original Message- From: Nate

Re: Axis2 and OSGi

2008-03-20 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately no. Sidetracked with trying to get 1.4 release out. thanks, dims Demetris G wrote: | | Hi Dims, | |any progress on this? Just curious :) | | Thanks | |> |>> Hi Demetris, |>> |>> Dims has kicked off an effort to create an Axis2 OSGi

[Axis2] What might cause "The server did npot recognise the action..."

2008-03-20 Thread Nate Roe
I am using Axis2 v1.3 and Rampart v1.3 on JBossAS v4.0.5 running on Java 1.6.0_03. I have built a web service and a client of that web service. The client and service are both web apps, so I deploy two WARs. I've activated Rampart and I'm using a policy.xml. Earlier, I created a very simple

Re: Axis 2 client, Axis 1.4 server, unexpected element

2008-03-20 Thread Anne Thomas Manes
Please post the WSDL. Anne On Thu, Mar 20, 2008 at 4:28 AM, Richard Fagot <[EMAIL PROTECTED]> wrote: > Nobody knows why Axis 2 client can not correctly interpret complex > type returned by an axis 1 server ? > > > > > 2008/3/17, Richard Fagot <[EMAIL PROTECTED]>: > > I would like to add sent s

Handling exceptions

2008-03-20 Thread Adrián Cuartero
Hi all I'm developing a proyect with axis2 and now i'm trying the server throws an exception to the clients. I'm having lots of problems with it so i've written a small example but it doesn't work too. The problem is that the server, instead of throwing the exception captures it or if the serve

Re: Axis and constrained devices

2008-03-20 Thread keith chapman
May be you could try Axis2-c. Also you may get a better response for this question if u posted it to axis2-c list. Thanks, Keith On Fri, Mar 21, 2008 at 1:22 AM, Demetris G <[EMAIL PROTECTED]> wrote: > > Hi all, > >not sure if this was asked before but have people tried running Axis > (1.x o

RE: How to return Object[] from axis2

2008-03-20 Thread Vinh Nguyen (vinguye2)
Hi, What kind of value are you getting back? I don't think xs:any was designed for this. It should be to generically represent an object that actually has an XSD schema. In what you're trying to do below, what is the schema of the xml you expect to be returned? -Vinh __

Axis and constrained devices

2008-03-20 Thread Demetris G
Hi all, not sure if this was asked before but have people tried running Axis (1.x or 2) on constrained (mobile) devices? Is kSOAP2 what I am should looking into? Thanks much - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: Axis2 and OSGi

2008-03-20 Thread Demetris G
Hi Dims, any progress on this? Just curious :) Thanks Hi Demetris, Dims has kicked off an effort to create an Axis2 OSGi bundle. He posted to the axis-dev list last week [1]. [1] http://marc.info/?l=axis-dev&m=120308686726732&w=2 Lawrence Demetris G <[EMAIL PROTECTED]> 02/28/20

Re: How to return Object[] from axis2

2008-03-20 Thread Chinmoy Chakraborty
Hi Deepal, Thnaks a lot for your response. I can use Axis2 in our client side but we need to make it work with Axis 1.4 to support backward compatibility. I checked axis2 and found that it supports Object array as return type however, it does not work with following return type (Object array of Ob

Re: How to return Object[] from axis2

2008-03-20 Thread Deepal jayasinghe
Does axis2 suport following return type? Yes , and the generated wsdl would be anytype , but when serialize it does the right thing. Thank you! Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: How to return Object[] from axis2

2008-03-20 Thread Deepal jayasinghe
Hi Chinmoy , If you do not mind , try to use Axis2 in the client side . If it is working then the problem should be there in either Axis1 or the way Axis2 serialize that message . Thank you! Deepal Thanks a lot Deepal for your reply. I have a made a test service that returns an object array.

RE: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Appasamy Thirugnana
One more simple way is go to docjar.com .. type your class name like org.apache.axis2.engine.AxisEngine.. it will list the jars in which your class is in From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Beldyk Sent: T

Re: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Matthew Beldyk
The way I find which jars hold the class I need is to do a grep of the all the jar files (mind you, I'm coming from a unix background, and I assume this would also work with cygwin in windows). Zip files seem to store the data structure to access the stored files in an uncompressed way (letting me

Re: [Axis2][1.4] RC1 - doc build problem

2008-03-20 Thread Leon Searl
Hi Guys, I have tried to build the Axis2 1.4 RC1 from src but ran into an issue and a BUILD ERROR. The issue: When building the docs the javax.servlet.http package can not be found: [exec] [javadoc] Constructing Javadoc information... [exec] [javadoc] /users/searl/sensorNet/ecli

Re: axis 1.3 generated WSDL with three ports/bindings?

2008-03-20 Thread Nadir Amra
Daniel, One for SOAP 1.1, one for SOAP 1.2, and one for REST-like Web services. You can suppress 1.2 and REST like SOAP bindings by turning a flag on or off in Axis2.xml, as follows: - true - true Nadir Amra "Daniel Woo" <[EMAIL PROTECTED]> wrote on 03/20/2008 01:31:44 AM: > Hi

Persisting AxisService to aar

2008-03-20 Thread Chefo
Hi guys, is anyone aware of the eventual existence of some ready-to-use functionality in axis2 to persist an AxisService that has been created or modified programmatically in the Axis2 runtime? Ideally an AxisService to AAR utility would be nice :) , to be able to overwrite/modify an existing serv

Re: How to return Object[] from axis2

2008-03-20 Thread robert lazarski
Ahh, you have an axis2 service with an axis 1.x client. I'm not sure if axis 1.x supports object arrays so someone else will have to comment, sorry. Robert On Thu, Mar 20, 2008 at 9:05 AM, robert lazarski <[EMAIL PROTECTED]> wrote: > Hmm, you mention axis2 but the exception below is axis 1.x ? >

Re: How to return Object[] from axis2

2008-03-20 Thread robert lazarski
Hmm, you mention axis2 but the exception below is axis 1.x ? Robert On Thu, Mar 20, 2008 at 4:47 AM, Chinmoy Chakraborty <[EMAIL PROTECTED]> wrote: > Thanks a lot Deepal for your reply. I have a made a test service that > returns an object array. I can see the correct SOAP through the SOAPMonitor

Re: How to return Object[] from axis2

2008-03-20 Thread Chinmoy Chakraborty
Does axis2 suport following return type? public Object[] returnObjectArray(String authToken) { Object[] retVal = new Object[3]; Object[] args = new Object[3]; args[0] = new Object[] {"Arg1", "Arg2", "Arg3"}; args[1] = new Object[] {"Arg1", "Arg2", "Arg3"}; a

Re: Axis 2 client, Axis 1.4 server, unexpected element

2008-03-20 Thread Richard Fagot
Nobody knows why Axis 2 client can not correctly interpret complex type returned by an axis 1 server ? 2008/3/17, Richard Fagot <[EMAIL PROTECTED]>: > I would like to add sent soap messages : > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";> > > htt

Re: How to return Object[] from axis2

2008-03-20 Thread Chinmoy Chakraborty
Thanks a lot Deepal for your reply. I have a made a test service that returns an object array. I can see the correct SOAP through the SOAPMonitor (that Axis2 is returning) but in axis 1.4 client I am getting following exception: 23938 ERROR [http8080-Processor23] org.apache.axis.client.C

RE: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Matthias.Gaiser
If it is still valuable to anyone. If you use eclipse as your developing IDE. It has a nice feature how you can lookup classes. Just press the keys Strg+Shift+T (alternatively open the Menu "Navigate" --> "Open Type") and eclipse opens a "Open Type" dialog. There you can start typing your classn