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
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
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
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
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_
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
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
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
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
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 -
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
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
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
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
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
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
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]
> > -
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
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
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
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
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
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
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
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.
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
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
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
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
29 matches
Mail list logo