Passing an empty array as Object using Apache AXIS

2003-11-05 Thread Charles Gamble
Hi all, I am using static stubs with Apache AXIS to call a MS Soap Toolkit web service. One of the input parameters is a VARIANT array. When I populate this with a Java array on the Java client, it works fine. However, I want to pass in an empty VARIANT to signify an empty array. I tried passing

Sending Array of DataHandlers to SOAP Service ??

2003-11-05 Thread William Barber
Hi All, I'm having trouble getting the WSDD stanzas correct to send an ARRAY of DataHandlers (DataHandler[]) to an Axis service. I have been successfully using the SAAJ (SOAPConnection) API to send/receive SINGLE attachments as DataHandlers for some time now. (working WSDD shown below) I create

R: Too many CLOSE_WAIT socket connections

2003-11-05 Thread Matteo Tamburini
Wang, now I see, and I agree with your concern. When you told me about http1.1 keep alive feature I thought setTimeout was related to this only (in MessageContext JavaDoc, about setTimeout method I can read no more than: "set timeout in our message context"). And using with TCPmon (as you suggest

RE: Exception : BeanDeserializer (org.xml.sax.SAXException)

2003-11-05 Thread Sherman, Dennis (END-CHI)
Examine the code originally generated from your wsdl. You'll find a generated bean class named Hotel that matches your original definition. When you change the bean (inside your web service) that change is not reflected in your client until you regenerate your client stubs. Or, in other words, y

OT -- WASP/AXIS

2003-11-05 Thread Cory Wilkerson
All, Has anyone attempted to integrate WASP into an existing web app? I have to give all manner of credit to the Axis folk for making integration trivial -- and server-config.xml is clean and quite easy to understand. WASP seems to be a more full-featured web services development platform but

Exception : BeanDeserializer (org.xml.sax.SAXException)

2003-11-05 Thread Olivier Lamy
Hello all, I have a wsdl automaticaly generated by axis, it contains : .. - http://www.w3.org/2001/XMLSchema"; targetNamespace="http://hotel.data.server.ws.services.accor.com";> http://schemas.xmlsoap.org/soap/encoding/

Re: UDDI, WSIL Public URLs

2003-11-05 Thread Anne Thomas Manes
You can find the access points of the public UDDI Business Registry (UBR) here: http://www.uddi.org/register.html (scroll down) Systinet also provides a public UDDI registry. The access points are listed here: http://www.systinet.com/uddi/web (scroll down) xMethods provides both a public UDDI an

RE: Can't find specified service when creating a "service" object

2003-11-05 Thread Scott Artman
Dimuthu, I tried your suggestion and I'm still getting the following error: "Error processing WSDL document: javax.xml.rpc.ServiceException: Error processing WSDL document: javax.xml.rpc.ServiceException: Cannot find service: {AgentService}AgentService" My main problem is that I'm n

Re: handlerInfoChain in globalConfiguration

2003-11-05 Thread Vladimir Umansky
If you are using axis 1.1 or earlier version, there was a bug with having a handler in the global chain. If you pull a recent build (post 1.1) it should work. --- Jorge Lorenzo <[EMAIL PROTECTED]> wrote: > Hi, > > I have developed a JAX-RPC handler chain and I'd > like to include this chain > i

handlerInfoChain in globalConfiguration

2003-11-05 Thread Jorge Lorenzo
Hi, I have developed a JAX-RPC handler chain and I'd like to include this chain in the globalConfiguration part of the WSDD file. The problem is that the handlerInfoChain only works inside a service tag, but not inside the globalConfiguration one. This configuration works: ...

RE: Too many CLOSE_WAIT socket connections

2003-11-05 Thread Wang, Pengyu [IT]
If you set SoTimeout, it will close for you if you no longer using that socket (because of no activity). In messageContext you can call setTimeout to achieve this. But if it works for you the way you describe, then it is good. My only concern to your solution is : if in the future Axis Client

R: Too many CLOSE_WAIT socket connections

2003-11-05 Thread Matteo Tamburini
I got the solution! The problem is not related to a timeout parameter. I think that each open socket should be closed... but, looking through the sources, I can't find where the axis client side library closes the socket used to speak with the axis server. If a process doesn't say to the operatin

RE: pb with happyaxis

2003-11-05 Thread fatima Mourchid
  i have no proxy and the CLASSPATH and  AXISCLASSPATH are setted as in  the documentation.   Kanchi <[EMAIL PROTECTED]> wrote:   -Original Message-From: fatima Mourchid [mailto:[EMAIL PROTECTED]Sent: Saturday, November 01, 2003 6:21 PMTo: [EMAIL PROTECTED]Subject: pb with happyaxis he

RE: Axis C++ and Apache 2.0

2003-11-05 Thread Sanjaya Singharage
I will be working on the Apache 2.0 module and "hopefully" will finish it by end of this week and would be included in axis c beta in the coming weeks. sanjaya.     Hi,We're looking at using Axis C++ in the next few months. However, we need to be able \to use it in Apache 2.0. When do you th