RE: Can you have more then one client handler

2005-12-07 Thread Guy Rixon
You could try combining them into a handler chain. You could then assign the chain to handle the request. On Wed, 7 Dec 2005, Parikh,Pratik wrote: > Can anyone reply to this?? > > > Thanks, > Parikh, Pratik > > > > From: Parikh,Pratik [mailto:[EMAIL PROTECTED]

AW: Newbie Question

2005-12-07 Thread Martin, Imme
Hallo Indra, I think you need to tell axis about the object you receive from the service in order to map it correctly. Therefore, try to do something like this: qn = new QName( "", "" ); // create a new serielizer and deserializer for the Java Bean into // which you want Axis to map the rec

Re: [Axis2] - upgrading from [Axis1.3]

2005-12-07 Thread Chathura Herath
Forwarding to the list. It was my fault to hit reply and send only to Simon. I am not sure of the Java2WSDL satus right now. May be ajith would know better. Chathura On 12/8/05, Simon McMahon <[EMAIL PROTECTED]> wrote: > Thanks for your time to look into it. I thought my change to the wsdl > was t

RE: Newbie Question

2005-12-07 Thread Sanjay Gupta
This is from the user guide. You need to add beanMapping tag in your deployment descriptor for this object. This is from the user guide Encoding Your Beans - the BeanSerializer Axis includes the ability to serialize/deserialize, without writing any code, arbitrary Java classes which follow the st

Newbie Question

2005-12-07 Thread Indra Syafruddin
Hello, I am new in using Axis I have one newbie question, can Axis return Object? I tried to make web services that returns Vector (with String value), it runs ok. But when I put Object in the Vector and return it, there's always error : AxisFault faultCode: {http://schemas.xmlsoap.org/soap/enve

Re: [Axis2] - upgrading from [Axis1.3]

2005-12-07 Thread Simon McMahon
Original WSDL and edited are attached. The original was generated by Axis 1.3. All I did was substitute "encoded" for "literal" and changed nothing else. My understanding of all this is pretty limited although I got my Axis 1.3 service and client to work OK. Your help is most appreciated. Cheers

Re: [Axis2] - upgrading from [Axis1.3]

2005-12-07 Thread Chathura Herath
Doesn't seem right. Pls attach the edited WSDL. Literal means the type is fully described by schema: Encoded mean the semantics of encoding applies. If its SOAP encoding then the semantics of SOAP encoding is used other than xsd type. Chathura On 12/7/05, Simon McMahon <[EMAIL PROTECTED]> wrote: >

Re: Async web service

2005-12-07 Thread Eran Chinthaka
I think you are referring to WSDL2Java not Java2WSDL. I'm not sure about Axis 1.x, but you can definitely do this with Axis2. Chinthaka Brosca Diana wrote: >Hello > >I'm implementing a asynchronous web service: in the wsdl I have only the >input. > >Can I use the JAVA2WSDL tool for generate

Re: RE: Can you have more then one client handler

2005-12-07 Thread GEORGE MCKINNEY
Pratik, We've used a client-config.wsdd file to specify two handlers for the outgoing side of things and one for incoming. I'll try to remember to send more information tomorrow when I have access to the file we used. George McKinney - Original Message - From: "Parikh,Pratik" <[EMAIL

Re: [Axis2] - upgrading from [Axis1.3]

2005-12-07 Thread Simon McMahon
Hi again, I hacked up my Axis 1.3 generated wsdl and changed all http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:qh" use="encoded"/> to http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:qh" use="literal"/> based on the WSDL2Java error : java.lan

Re: Creating a WS client, where to start?

2005-12-07 Thread Dies Koper
Hello Håkon, pretty please does help. Did you look at Axis' JUnit tests? test\wsdl\stubheaders Regards, Dies Håkon T Sønderland wrote: Håkon T Sønderland wrote: I am trying to use Axis to create a WS client consuming an existing web service. I've read all the newbie tutorial I could find

Inherited classes do not show up in the wsdl (Axis 1.3)

2005-12-07 Thread Mahesh Seshan
Hello, I have integrated Axis 1.3 into our web-app (Embedded Tomcat 5.5.12). I followed through the documented procedure of creating MY_APP.wsdl,deploying it and all that worked great. However, the inherited classes do not show up when I get the wsdl from the deployed service i.e http://host:port

RE: Can you have more then one client handler

2005-12-07 Thread Parikh,Pratik
Title: Can you have more then one client handler Can anyone reply to this??   Thanks, Parikh, Pratik From: Parikh,Pratik [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 10:02 AMTo: axis-user@ws.apache.orgSubject: Can you have more then one client handler Hi Everyone,    

Superfluous namespaces and Axis (axis 1.4 nightly release)

2005-12-07 Thread Dovholuk, Clint
Hello all, I was wondering why Axis seems to add a namespace declaration to pretty much every element when it marshals an object. It makes the messages larger then they really need to be... I'm not "complaining" so much as wondering... Thanks to all ( example below ) -Clint I keep getting retur

Re: Creating a WS client, where to start?

2005-12-07 Thread Håkon T Sønderland
Håkon T Sønderland wrote: I am trying to use Axis to create a WS client consuming an existing web service. I've read all the newbie tutorial I could find, but the all seem to be on the "hello world" level and think I understand what they do. But, trying to this with the web service I need, I g

Re: Setting a Cookie from a WDSL2Java Generated Client...

2005-12-07 Thread Ravi Krishnamurthy
Before creating the call object, call service.setMaintainSession(true). Brian Conneen wrote: Hi, I'm currently using Axis 1.3.   I used the WSDL2Java to Generate a Client for an existing Webservice.   The Webservice is behind a third party authentication mechanism.   In

Setting a Cookie from a WDSL2Java Generated Client...

2005-12-07 Thread Brian Conneen
Hi, I'm currently using Axis 1.3.   I used the WSDL2Java to Generate a Client for an existing Webservice.   The Webservice is behind a third party authentication mechanism.   In order to get passed the authentication mechanism I need to pass in a HTTP Basic Auth and a Cookie.   I've been able to

Re: Performance When Reading Attachments

2005-12-07 Thread Davanum Srinivas
See http://issues.apache.org/jira/browse/AXIS-2221 there is support for streaming attachments. thanks, dims On 12/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > Can anyone help me with this at all? > > I'm considering using the current CVS build to see if any improvements > have been

RE: Newbie question: Standard services do not show up

2005-12-07 Thread philippe . soares
Hello Giuliana, I had the same problem a few times. This generally happens in my case when I have an error in a webservice and use automated ant tasks to deploy the service to the server... In my case, I use Tomcat. When the shutdown is not done properly, after restarting tomcat, I have tw

Newbie question: Standard services do not show up

2005-12-07 Thread Giuliana Alcantara
Hi,   I know this must be a very simple problem, but I can't see any services in the services list. It's only the heading "And now...some services" and then a blank page. Could anyone help me out there?   For information: - the start page works fine (http://127.0.0.1:8080/axis/), so I know the web

Re: [axis2] WSDL 2.0 validator and InOnlyMEPClient

2005-12-07 Thread Chathura Herath
On 12/7/05, iksrazal <[EMAIL PROTECTED]> wrote: > Hi all, > > Anyone know of a WSDL 2.0 validator ? http://incubator.apache.org/woden/ > > Another question: Can an In-only pattern based off of complex types only be > executed from a WSDL 2.0 based wsdl, ie, not just InOnlyMEPClient and > Options ?

Re: Performance When Reading Attachments

2005-12-07 Thread J . Sugrue
Hi Can anyone help me with this at all? I'm considering using the current CVS build to see if any improvements have been made. Like, I've heard about streaming attachments - they sound good - if I can work out how to use them. But this is a critical area for my application, so if anyone has

Re: Aixs 1.3 RC3

2005-12-07 Thread Davanum Srinivas
Archives are here - http://archive.apache.org/dist/ws/axis/ On 12/7/05, Kasi, Anand <[EMAIL PROTECTED]> wrote: > Oops. Sorry. I meant to ask where I could download Axis 1.2RC3 and not > 1.3 RC3. > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Dece

RE: Aixs 1.3 RC3

2005-12-07 Thread Kasi, Anand
Oops. Sorry. I meant to ask where I could download Axis 1.2RC3 and not 1.3 RC3. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 10:13 PM To: axis-user@ws.apache.org Subject: Re: Aixs 1.3 RC3 http://www.apache.org/dyn/closer.cgi/ws/axi

Can you have more then one client handler

2005-12-07 Thread Parikh,Pratik
Title: Can you have more then one client handler Hi Everyone,     I have two handler in my client stub, one for logging out messages to MQ and second is for CommonsHTTPSender. Now the problem I am running into is that it only allow me to have one handler. Is there anyway I can run both, ple

RE: java.io.IOException: while Running WSDL2Java...

2005-12-07 Thread Serkan Sunel
I could solve problem... The problem was : imported schema's namespace and wsdl's namespace was different.. Thanks for your help,,, -Original Message- From: Christian Schmitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 5:39 PM To: axis-user@ws.apache.org Subject: Re:

RE: axis2 wsdl2java issue

2005-12-07 Thread Stuart, Jay Cameron
Hi Chathura, First off, Thanks for your help. Believe me you, this is not the route I would have wanted to take if it was my choice. We are using some Peoplesoft Applications. We want to integrate a 3rd party system with the PeopleSoft CRM System. The Peoplesoft application allows for

Re: java.io.IOException: while Running WSDL2Java...

2005-12-07 Thread Christian Schmitz
Hi, **you are using a type definition with the name ArrayOfAAObject (in your message definition or in your types definition) which is not reachable. Post your wsdl if you will not solve the problem yourself. Christian Serkan Sunel schrieb: Anybody knows what causes to this exception while R

Multiple parts in SOAP binding

2005-12-07 Thread David Bainbridge \(dbainbri\)
Does Axis2 support [currently or planned] multiple parts in the messages and soap bindings? I am attempting this with version 0.93 of Axis2 and getting a null pointer exception when invoking WSDL2Java on the WSDL. I have attached the WSDL.   The relevant portions of the WSDL are the followi

RE: Axis 1.3 Serializaiton of derived types

2005-12-07 Thread McMullin, Gregg E.
Chirstophe Don't mean to hijack your thread. I have the exact same issue. I don't really have the ability to go back to 1.2.1 to resolve this issue, but I may be able to adjust the schema. I'd rather not, but if it my only choice I will. I've modified your sample just a bit. If the followi

[axis2] Shutdown mechanism?

2005-12-07 Thread Antony Grinyer
Hi, Is there a shutdown mechanism as part of axis2 that can be used to close resources if, for example, the servlet container such as Tomcat, containing oru axis2 webapp is shutdown unexpectedly? We'd like to use something like the ServletContextListener to listen if a shutdown occurs so we ca

[axis2] WSDL 2.0 validator and InOnlyMEPClient

2005-12-07 Thread iksrazal
Hi all, Anyone know of a WSDL 2.0 validator ? Another question: Can an In-only pattern based off of complex types only be executed from a WSDL 2.0 based wsdl, ie, not just InOnlyMEPClient and Options ? iksrazal

R: Web service with Attachment Problem

2005-12-07 Thread Brosca Diana
Title: R: Web service with Attachment Problem Hello Wade Firstly thanks for your help. Then, I'm trying to implement a web service with a WSDL as you have indicated. The type:     http://www.w3.org/2001/XMLSchema" targetNamespace="http://vbl.wservices.nomadic.atosorigin.com/ReceiverFi

Re: Problem with [sequence.choice.element] structure in WSDL2Java?

2005-12-07 Thread Tim R J Langford
Hello Everyone, Thanks for your response Iksreal. Unfortunately I cannot change the schema because it si published and my webservice is a client of it (hence I have no control overs its definition). The schema is valid (if a slightly strange way of epxressing the structure) as far as I can see