Re: Java Interfaces

2003-12-02 Thread Yves
I sent a response yesterday but it didn't get posted... hmm... anyway. Basically I'm just looking for a working example application (ie. that searches Amazon, Google; converts currencies; whatever, just so I can see how an application interface (Java based) creates SOAP messages.   -YvesChandrasega

RE: Java Interfaces

2003-12-02 Thread Tony Vieitez
Hi Yves Try this site: http://www.xmethods.com It provides links to many publicly available demonstration web services, some of which also have example clients that you can use to try out the service or see how to use it. Tony

Using Client Certificate

2003-12-02 Thread Philipp Röthl
Hi, I'm trying to secure my Web service using SSL Client Certificate Authentication. I followed the instructions on http://www.mail-archive.com/[EMAIL PROTECTED]/msg105672.html to activate client authentication in Tomcat. I can access secured tomcat pages using Internet Explorer (with the impor

Re: Java Interfaces

2003-12-02 Thread Tom Oinn
Yves wrote: > I sent a response yesterday but it didn't get posted... hmm... anyway. > Basically I'm just looking for a working example application (ie. that > searches Amazon, Google; converts currencies; whatever, just so I can > see how an application interface (Java based) creates SOAP messages

WSDL error

2003-12-02 Thread Mark
Hi I have deployed a service and I can run it also. But when I see the WSDL from the http://localhost:8080/axis/servlet/AxisServlet url I get the following error: What is the reason and how do I go about fixing the error? thanks Mark Fault - ; nested exception is:  WSDLException: faultCode=OTHER_

RE: Using Client Certificate

2003-12-02 Thread Leo de Blaauw
Title: RE: Using Client Certificate Hi, Unfortunately that error can mean lots of things that went wrong... Did you try to turn on SSL debug information ? System.setProperty("javax.net.debug", "all"); or trough a java -D on the start of your program offcourse Also write a simple java p

Custom Serializer

2003-12-02 Thread Tracy McGrady
Hi, I'm trying to understand how work the serialization / deserialization mechanisms. So, I've a look at classes in package org.apache.axis.encoding and its subpackage ser. I've looked classes like Serializer, Deserializer and their factories, and some of classes like VectorSerializer, BeanSeria

WSDL defines xsd:dateTime but axis sends xsd:date instead. Bug?

2003-12-02 Thread Silvano Fari
I think this must be a bug in Axis. When I look at the WSDL of my Java service I see the following definition of the attribute entryDate: The entryDate is originally a java.util.Date, thus this translation into WSDL would be ok. Looking at the SOAP response I see that Axis sends the Attribute as

Axis C++ Beta Release

2003-12-02 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ (Beta). This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes bug fixes over t

Re:security

2003-12-02 Thread Rudi Verago \[vlain\]
I don't use any axis handler but send username/password as a string to a web services with a tomcat/ssl connection. -> Hi -> -> Can anyone tell me how to enable username and password on the -> AxisServlet? -> -> I am accessing the servlet like this: -> -> java org.apache.axis.client.AdminClient -

No deserialization context in a handler

2003-12-02 Thread Jose Miguel Selman
Folks, I'm getting a java.lang.Exception: No deserialization context to use in MessageElement.getValueAsType()! What I'm doing is replace the value of the first parameter (in this case the only one) in a handler. For debugging purposes I'm using the following code which throws that exception: Mess

build.xml examples available

2003-12-02 Thread Jan Kester
Hello I am learning my way through in Axis; articles, books and examples. I find that it takes me quite some time to setup ant build files, so I hope I can help someone else with them as well. I have one build-file, with a simple server implementation and client class that allows deploy and run cl

Re: build.xml examples available

2003-12-02 Thread Muhammad Ashikuzzaman
Dear Jan, I am planning for a series of articles on open source projects and Axis is what I am curnetly using in one of my java project. Please feel free to prepare a tutorial like note and send the files to me so that I can upload them in to-be-prepared articles section of my host. You may ma

1.2 Alpha

2003-12-02 Thread Glen Daniels
Hi all! There is an alpha release of Axis 1.2 at http://www.apache.org/dist/ws/axis/1_2alpha/ Please grab it if you get a chance and test away. We'll be fixing more bugs over the next couple of weeks, and the docs are in serious need of editing as well. Expect a beta release sometime in mid-lat

RE: Server-Config and SOAP Header

2003-12-02 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi, We need to display all required SOAP Header elements in our WSDL file. How do I add this into (or what parameters do I need to put into)Server-Config so that when Axis generates WSDL based on Server-Config entries, the resulting WSDL should display all required SOAP Header Elements? Any fee

Axis 1.1 latest CVS build

2003-12-02 Thread Asaf Birenzvieg
Hi, I would appreciate if someone can send me the latest CVS axis.jar build. Thanks Asaf Birenzvieg Amdocs Israel, R&D TEL: 09-7764542 [EMAIL PROTECTED] - The information contained in this message is proprietary

Re: Axis 1.1 latest CVS build

2003-12-02 Thread Davanum Srinivas
http://www.apache.org/dist/ws/axis/1_2alpha/ --- Asaf Birenzvieg <[EMAIL PROTECTED]> wrote: > Hi, > I would appreciate if someone can send me the latest CVS axis.jar build. > > Thanks > Asaf Birenzvieg > Amdocs Israel, R&D > TEL: 09-7764542 > [EMAIL PROTECTED] > > -

Ant problem with axis-wsdl2java task

2003-12-02 Thread Alex Harvey
Hi,   I've been having a problem running the axis-wsdl2java task with Ant 1.5.4. I get a ClassNotFoundException from javax.wsdl.Definition. I've pretty much followed exactly the docs and even put the wsdl4j.jar directly in the classpath in front of the axis jars to no avail. Here's my Ant output. D

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Jan Kester
Are you sure that the classpath is visible inside the axis-wsdl2java task? I think you will need to add it to this task with a subelement. Instead of printing a you can better run ant with -v to see the classpath inside the task. How does your task look like?   Regards, Jan -Mensa

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Alex Harvey
classpath and task are defined as follows. The inclusion of wsdl4j and xerces are temporary. I'm having the exact same problem only including the Axis home dir.                            classpathref="axis.classpath" />Jan Kester <[EMAIL PROTECTED]> wrote: Are you sure that the cl

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Jan Kester
The taskdef is found, that is not the problem. Inside the wsdl2java task you will need to add a sub element. Like:         Can you also try running ant with -v option?   Good luck,   Jan -Mensaje original-De: Alex Harvey [mailto:[EMAIL PROTECTED]Enviado el: martes, 02 de

Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Wagh, Shrikant
Hi Axis users and developers, I'm facing a very unique issue and any help, suggestion pointers to resolve this would be highly appreciated. Context of the issue I have 6 operations (web services) in one WSDL. All these web services are deployed as Axis-Message styl

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Alex Harvey
Jan,   Thanks for your help. This is the output I am getting now. Apparently the axis-wsdl2java task does not support a classpath element. Also attached my Ant task.   If classpath should be a subelement in the axis-wsdl2java task then the ant.html in the docs should change. IT does not show this i

Using handlers to look at method parameter values

2003-12-02 Thread Saravanan Markandeyan
Title: Using handlers to look at method parameter values Is it possible to look at the values of the parameters of the method call being made by a Web service client using a handler. Eg. If a client makes a call that looks like         serviceObj.methodCall('Value1'); Can I, wit

RE: 1.2 Alpha

2003-12-02 Thread Keith Bohnenberger
Is Axis 1.2 alpha Jax-RPC 1.1 and SAAJ 1.2 compliant? -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 10:50 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: 1.2 Alpha Hi all! There is an alpha release of Axis 1.2 at http://www.apache.

Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Wagh, Shrikant
Hi Axis users and developers,   I'm facing a very unique issue and any help, suggestion pointers to resolve this would be highly appreciated.   Context of the issue   I have 6 operations (web services) in one WSDL. All these web services are deployed as A

Re: Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Web Service Wizzard
Well!! you can consider the following options   1. if it is a axis doc-lit message service then to avoid this issue you may put one operation in one WSDL and implement those as seperate web services end points 2. Without operation name server cannot invoke the operation, how the axis engine will kn

RE: 1.2 Alpha

2003-12-02 Thread Davanum Srinivas
I'll nor give a straight answer as we have not run TCK's against the alpha release. The answer is "Axis 1.1 (NOT 1.2) was both JAX-RPC 1.0 and SAAJ 1.1 compliant". Thanks, dims --- Keith Bohnenberger <[EMAIL PROTECTED]> wrote: > Is Axis 1.2 alpha Jax-RPC 1.1 and SAAJ 1.2 compliant? > > -O

SOAP Header related configuration in deploy.wsdd

2003-12-02 Thread Yogesh Pant
Hi guys, Since quite some time I have been working in Web services domain.   Could anyone tell me how do I include "header" related configuration in deploy.wsdd.   I need a way to describe header related information in wsdl of the service. Using handlers doesn't satisfy the requirement.     Any hel