Webservice reads data from CORBA InputStream gives java.lang.OutOfMemory

2004-07-26 Thread Ranjan K. Baisak
Hello List, I am trying to create a webservice using Axis. Application serving as a webservice reads data from CORBA InputStream. Right now when I am trying to invoke org.omg.CORBA.portable.InputStream.read_wstring it gives java.lang.OutOfMemory and my websrver crashes. I am expective a

HttpClient and Tomcat: Can someone explain something?

2004-07-26 Thread Peter Molettiere
I'm wondering if someone can explain something fairly basic for me. We're using axis with CommonsHTTPSender in order to get Keep Alive to work, in preparation for implementing SSL. I understand how the axis config can control the class which does the socket handling on the client, but on the ser

Typemapping question

2004-07-26 Thread Wei Hsu
Hi all,   I am currently developing a doc/lit wrapped service using AXIS 1.2 Beta.  I found an unusual behavior for AXIS when I tried to declare Service scoped Typemapping, and so I'm trying to figure out whether this is the intended behavior, a known bug, or a new bug that needs to be fi

RE: makeTypeElement() fault

2004-07-26 Thread Flores, Raul
One possibility is that you are using an earlier version of axis with a doc/lit wsdl where your input parameter is empty. Is HelloWorldRequest a complex type with no elements? Which version of axis are you using? This scenario does work with axis 1.2. Hope this helps, Raul -Original Messa

makeTypeElement() fault

2004-07-26 Thread Xia, Alex
Hi, I deployed a Helloworld service on Axis and when I try to check the wsdl description like this, http://localhost:8080/axis/services/HelloService?wsdl I get the error like this: Fault - makeTypeElement() was told to create a type "{urn:HelloService}>HelloWorldRequest", with no containing ele

HTTP Sessions

2004-07-26 Thread Matt Kurjanowicz
Hello, I know that this issue has come up before, but I searched through the archives and I haven't been able to fix this using the solutions on the list. For some reason I can't seem to get http sessions to work. When I deploy my service (using a WSDD file), I specify the service to have "sessio

Re: (String,String) does not match (String,String)???

2004-07-26 Thread Jason Etherton
Also, I have just tried to invoke a method that takes no arguments, and have received the same sort of reply: Exception in thread "main" AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException  faultSubcode:  faultString: Tried to invoke method public java.l

Re: Axis & jBoss 3.2.3 - refreshing context HELP!

2004-07-26 Thread Peter Anning
Use Jboss-Net and a wsr packaged in an ear with your classes. Then redeploy the ear and it will pick up the class changes. Or if you are using plain axis servlet just deploy the whole servlet as a war and redeploy as required. On Sun, 25 Jul 2004 01:06:14 +0200, Sergiusz Michalski wrote > Hi! >

client-config.wsdd

2004-07-26 Thread Michael Thompson
Using Axis 1.2 beta (the one off the web site). I'm doing a bit of research with handlers. I'm attempting to write a CompressionHandler which will gzip compress the request/response and ungzip it on the other side. So in my server-config.wsdd I have declared a request/response flow element as

(String,String) does not match (String,String)???

2004-07-26 Thread Jason Etherton
People, I get the following error: [EMAIL PROTECTED] webservice]$ java org/estar/node/Client http://localhost:8080/axis/services/DiscoveryNode Tried to invoke method public void org.estar.node.DiscoveryNodeSoapBindingSkeleton.gotoTargetStrings(java.lang.String,java.lang.String) throws java.rm

Need help - SOAPFault converted to exception

2004-07-26 Thread Aoife . Kavanagh
I'm sending this again, as I would really appreciate a pointer in the right direction with this. I have searched the message archives - if the answer is there I'm afraid that I haven't found it. thanks, aoife - Forwarded by Aoife Kavanagh/MVR on 26/07/2004 14:12 - [EMAIL PROTECTED] 26/

Re: Axis Client - Dynamic Web Pages

2004-07-26 Thread Ingrid Falk
Hi, > "Keith" == Keith Tingle <[EMAIL PROTECTED]> writes: Keith> For troubleshooting / development purposes I would like to Keith> have some web pages that read the WSDL file of my web Keith> service and build a simple GUI for setting parameter Keith> values... and actually m

Re: AW: Check if parameter is null ?

2004-07-26 Thread Yves Langisch
Thomas, I faced the same problem some time ago. It seems to be a bug (I reported it). Try this to update the TypeDesc. In my case this solved the problem: /** * Updates the type description of an Axis generated binding class. * With setting the MinOccurs value to zero the xsi:nil element

AW: Check if parameter is null ?

2004-07-26 Thread Dorner Thomas
Thank you Yves for your fast reply, my WSDL looks like this: http://xml.apache.org/xml-soap"; xmlns="http://www.w3.org/2001/XMLSchema";> When I generate my classes from this wsdl, it should not be possible to send a value that is null!?

Re: Check if parameter is null ?

2004-07-26 Thread Yves Langisch
Thomas, Do you mean that an Axis client (wsdl2jave) sends xsi:nil="true" altough the wsdl denies it? Yves On Mon, 2004-07-26 at 14:32, Dorner Thomas wrote: > Hi all, > > is it possible to let AXIS check if a parametervalue is == null? > > It shouldn t be possible for the client to send a ni

Check if parameter is null ?

2004-07-26 Thread Dorner Thomas
Hi all,    is it possible to let AXIS check if a parametervalue is == null?   It shouldn t be possible for the client to send a nillable value. But set the nillable="false" in the wsdl before generating my classes have no effect.   I would like to see something like a SOAP-Fault - parame

Re: Need help on Axis build

2004-07-26 Thread biAji
- Original Message - I am not sure.I am very new to axis/ant.have i missed anything in setting path/classpath?? I am using HP-UX,axis-1.1,ant 1.6.1 I think it's something like this ... Your build processing failed, but your ant javadoc certainly will be

Re: Need help on Axis build

2004-07-26 Thread MS
I am not sure.I am very new to axis/ant.have i missed anything in setting path/classpath?? I am using HP-UX,axis-1.1,ant 1.6.1   Do anybody have solution for this?? biAji <[EMAIL PROTECTED]> wrote: I can not imageing it. If you using ant to build ..it will go smoothly...I think.MS <[EMAIL PR

SOAPFault converted to exceptin

2004-07-26 Thread Aoife . Kavanagh
Hi, I have a client that in certain conditions may receive a SOAPFault from the server.  The service spec that I'm working to says that the fault string will be one of four values and the client needs to be able to determine which of those values caused the error.  According  the Axis installation

Re: Need help on Axis build

2004-07-26 Thread biAji
- Original Message - From: MS <[EMAIL PROTECTED]> Date: Mon, 26 Jul 2004 11:30:53 +0100 (BST) Subject: Need help on Axis build To: [EMAIL PROTECTED] Hello all, I am trying to build axis1.1 when i try to do compile and ant javadoc,i get lotz of error and warning msgs but finally it ends u

RE: Axis and XML Schema Validation

2004-07-26 Thread Nandakumar, Manoj
Axis does not provide schema validation by default. You can use Castor to validate incoming XML. Check out this link http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ Hope this helps. Regards, Manoj Nandakumar -Original Message- From: Zedler, Michel [mailto:[EMAIL

Need help on Axis build

2004-07-26 Thread MS
Hello all,I am trying to build axis1.1 when i try to do compile and ant javadoc,i get lotz of error and warning msgs but finally it ends up saying build successful.what shd be done to avoid these errors msgs?.Have i missed any classpaths? Here is a part of my log msgs---javac] Compiling 593

Axis and XML Schema Validation

2004-07-26 Thread Zedler, Michel
Hi all, Using an Axis MSG-style service, how can I validate incoming XML documents against the XML Schema Definition file referenced by the services WSDL? Axis does no validation by default, and provides a DOM (Spec2) representation of the document that I cannot re-validate. So is there any possi

Re: Need help

2004-07-26 Thread Dhanush Gopinath
Rajendra   Looking on to Annnes blogs and JAXM API , I think u can create a document in the DOM format using JAXM and then set it in the SOAP Envelope. Please have a look at the following link.   http://www.onjava.com/pub/a/onjava/2001/11/28/jaxpack2.html?page=1   Once u have the SOAP Messag

Re: Need help

2004-07-26 Thread Dhanush Gopinath
Rajendra ,   You will have to generate the WSDL with Message Style and then probably set the body of the SOAP message with the XML. This is what I think. But even I dont know how to write a client to set the SOAP Body with xmlDoc.   Regards   Dhanush Gopinath Software Engineer Mahindra Briti

AW: Need help

2004-07-26 Thread Dorner Thomas
Hi,   I think you will send xml?   But now you say - you will send a w3c Document!?   pls tell me how you will send your Method input?   Tomi -Ursprüngliche Nachricht-Von: Rajendra [mailto:[EMAIL PROTECTED]Gesendet: Montag, 26. Juli 2004 11:23An: [EMAIL PROTECTED]Betreff: R

Re: Need help

2004-07-26 Thread Rajendra
Hi Dorner,  I can use the message style for passing the xml docs that's fine.  But i was not able to get some good example which i can deploy and run on those links.  If some one is having the sample examples wherein a XMLDoc is passed through the client to web service will be of immense help

R: SOAP Response Message - Attachments?

2004-07-26 Thread Ivan Venuti
You can give a look at this tutorial: http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732/Fear_of_Attach ments.pdf -- Ivan > -Messaggio originale- > Da: Keith Tingle [mailto:[EMAIL PROTECTED] > > Is it possible to attach a file to a SOAP response using Axis? >

AW: Need help

2004-07-26 Thread Dorner Thomas
Hi Rajendra,   you want to send xml - so I think  - MessageStyle will be a good solution (logicaly).   Maybe this links are helpful:    http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid494324_tax289201,00.html   http://www.onjava.com/pub/a/onjava/2002/06/05/axis

Validate Axis + Parameter Names

2004-07-26 Thread Florian Theurich
Hi there,   Sorry my first message was not finished yet and was sent unintentionally   I have two issues:   1. We’re running Axis 1.1/Resin 3.0 on our development server and everything works fine. Now I wanted to get Axis running on our live server (Resin 2.1) but it does not work. Wh

Need help

2004-07-26 Thread Rajendra
Hi List,  Im new to web services and axis. My requirement is that my web service client should be in VC++ and web service in java.  By initial reading i feel i can use axis for developing the java web service and axis-c for VC++ client to my java web service.    Other thing is that i need to p