Re: Building custom faults...

2004-01-08 Thread Ajay Gondhiya
Ransel, If you are OK with subclassing your exeception classes from AxisFault then there is no need to play around with handler and AxisFault has c'tors that allow you to specify your faultCode, faultString etc. Ajay "Ransel Lopez" <[EMAIL PROTECTED]> 01/08/2004 09:55 PM Please respond

Re: RE: DII and user defined classes

2004-01-08 Thread Sesha Shayan Nandyal
Hi Shrikant, Thanks for the reply. I am looking for a client code sample that has user defined classes. In our case, we have an array of instances (a user defined class that encapsulates a DataHandler) that is returned to the client from the webservice. Unfortunately as of now I would not be

RE: DII and user defined classes

2004-01-08 Thread Wagh, Shrikant
Hello Sesha, What exactly are you looking for? Are you looking for the client code sample using DII? Is it possible for you to share your WSDL file or interfaces? Thanks, Regards, Shrikant Wagh QA Lead, HPP/Eprofile, HP For those who are interested in Web Services testing: --

DII and user defined classes

2004-01-08 Thread Sesha Shayan Nandyal
Hello All, I am trying to use DII and user defined classes. The SOAP response is an array of objects. It will be helpful if you could share a code snippet/example/pointer to handling user defined classes in Dynamic Invocation Interface. Thanks Sesha

duplicated function in soap envelope

2004-01-08 Thread Thomas Bolioli
Does anybody know why in Axis 1.1 this would be happening? I am getting two elements of my soap function instead of one. See the example below. http://schemas.xmlsoap.org/soap/encoding/";> Stuff

RE: how a web service resolve a document style invocation

2004-01-08 Thread Wagh, Shrikant
Hi Enrique,   It is little tricky to ensure that the intended web services are invoked when you use doc-lit type of services and your WSDL contains more than one web services operation. You will have to take care of following few things. In your WSDL file if you have multiple oper

RE: how to force wsdl2java to accept certificate with false host name

2004-01-08 Thread PARLEY,THUNDER (HP-MountainView,ex1)
Hi Seref, Don't make it too difficult to do... Just copy the online wsdl to a local file and run WSDL2Java against that :-) --Thunder -Original Message- From: Seref Arikan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:34 AM To: [EMAIL PROTECTED] Subject: how to force w

Building custom faults...

2004-01-08 Thread Ransel Lopez
Title: Message Hello everybody.   I would like to know if there is any way to overwrite the handler which create the SOAP fault when an exception is raised... When an exception is raised my client get a SOAP Fault with faultcode Server.userException and faultString "whatever"... Is there a

Building custom faults...

2004-01-08 Thread Ransel Lopez
Title: Message Hello everybody.   I would like to know if there is any way to overwrite the handler which create the SOAP fault when an exception is raised... When an exception is raised my client get a SOAP Fault with faultcode Server.userException and faultString "whatever"... Is there an

Re: Installing Axis Application on Websphere 4.0

2004-01-08 Thread matthew_f_hamburger
Anurag, Add the required jars to the WEB_INF\lib directory of the EAR you deploy on webshere, here is most of what I am using. ant-contrib-0.3.jar axis.jar axis-ant-1.1rc2.jar commons-collections-2.1.jar commons-discovery-0.1.jar commons-httpclient-2.0-beta commons-lang-2.0.jar commons-logging-1.

Re: server-config.wsdd in a Weblogic environment

2004-01-08 Thread Yves Langisch
Thanks a lot Keith, that did the trick. Yves Keith Hatton wrote: Hi Yves, You will need to include a preconfigured server-config.wsdd file (which you will probably need to write by hand) in the WEB-INF folder of the war file that gets deployed to Weblogic. Hope this helps Keith -Original Me

Re: How to get to the wsdl

2004-01-08 Thread Tore Halset
On Jan 6, 2004, at 14:38, Tore Halset wrote: "(wsdl)" are a link to http://servername/warname/services/OrderService?wsdl , but it does not display the wsdl: "AXIS error Could not generate WSDL! There is no SOAP service at this location" http://servername/warname/services/OrderService looks li

NoClassDefFoundError: ServletContext using jdk1.4.1 for Axis clients

2004-01-08 Thread Mahalakshmi Ananthanarayanan
 I would like to know the most earliest Name,Date and Description of the build , in which fix for bug # 14457  is available .Kindly  reply  at your earliest.       Pointer http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14457   Bug #   14457   Description of  the bug  Axis clients that ru

Installing Axis Application on Websphere 4.0

2004-01-08 Thread Anurag Misra
Hi All I am trying to install/deploy axis on Websphere 4.0 but have not succeeded as of now. As per the docs available , all you have to do is copy the axis directory in webapps. But in case of Websphere, as all the applications are to be deployed as ear/war files under installedApps directory

Help!!! Can't create message from InputStream! Axis 1.1

2004-01-08 Thread udaff.com
Hello everybody, Can anyone help me in using MessageFactory.createMessage()? (Axis 1.1) I have a text version of fault response got from SOAP 1.1 spec. I'm trying to create a SOAPMessage instance with MessageFactory.createMessage(). It helps me perfectly with normal response - I'm getting properly

exceptionName element in Soap-Fault

2004-01-08 Thread Yves Langisch
Below you see a Soap-Fault generated by Axis. Can someone explain what the element exceptionName is for? Is a.b.c.SalaryDeclarationFaultType in this response processed through the caller to know which exception has to be thrown (or is this done in the wsdd?) ? If yes, the package structure of b

Re: servlet.jar required in jre 1.4.1?

2004-01-08 Thread Pradeep Bhatt
Well after a lot of search got the following info that there is a bug submitted:   http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14457 The comments says "fixed in latest cvs" Can some one please let me know in which version on AXIS is this fixed ! [Sorry for being dump here] Thanks Pradeep

Re: Perl Interoperability

2004-01-08 Thread Joshua Moore
[EMAIL PROTECTED] wrote: >> I'm trying to create a simple web service to handle attachments between a >> Perl SOAP:LITE implementation and Axis (latest version). >> I managed to send attachment to the Perl web service, but I have the >> following problem when I invoke >> a method on the Perl webs

RE: axis in tomcat, using ssl

2004-01-08 Thread Keith Hatton
Hi Adi, When you are using HTTPS the SSL handshaking always occurs first, so that any data sent by the client is encrypted. This would include the authentication infro. (You can check this if you have a packet sniffer - look for traffic on port 8443 I think for Tomcat by default - you should se

axis in tomcat, using ssl

2004-01-08 Thread Adi Katz
Hello, I deployed Axis in tomcat 4.1 and configured tomcat to work in a secure mode ( SSL) The client send authentication data ( user and password) using: org.apache.axis.client.Stub.setUserName(_) org.apache.axis.client.Stub.setPassword(_) My question is whether the authentication info is sent a

RE: server-config.wsdd in a Weblogic environment

2004-01-08 Thread Keith Hatton
Hi Yves, You will need to include a preconfigured server-config.wsdd file (which you will probably need to write by hand) in the WEB-INF folder of the war file that gets deployed to Weblogic. Hope this helps Keith -Original Message- From: Yves Langisch [mailto:[EMAIL PROTECTED] Sent:

Using ProperyChangeListenerwith Axis

2004-01-08 Thread Adi Katz
Hello, Would it be possible to have a client that implements java.beans.PropertyChangeListener and make it catch Events fired from the web service. ? (In a similar manner to a stand alone application) Thanks, Adi

server-config.wsdd in a Weblogic environment

2004-01-08 Thread Yves Langisch
I run an Axis webservice on a Weblogic 7.0 server. When I deploy the webservice with axis-admin everything is fine except that I can't find any server-config.wsdd generated in the wls domain. Thus I have to redeploy the webservice whenever I restart my Weblogic server. Any solutions that avoid

how to force wsdl2java to accept certificate with false host name

2004-01-08 Thread Seref Arikan
hi, i am using an exported certificate from a production server, in my development environment. Using Internet explorer, i get a warning in the first page i've visited saying the host name of sertificate does not match with the server, which is true However, IE provides me option to accept it