Hi!
As far as I know there is no way of adding soap headers to a WSDL
generated client
in Axis 1.0 without modifiying the WSDL2Java generated code. :-(
If you are prepared to modify the generated code, I have found that soap
headers
can be added for all soap requests by overriding the createCal
Hi,
How do I publish and use a AXIS service which accepts and returns XML as
parameters.
The client for this will be bothe Java and .NET
Can some body point me to the relevant documentation and or example or a
simple explanation will also do
Thanks in advance
Vaidya
"THIS E-MAIL MESSAGE ALONG
Hi,
According to the step 6 described by the install.html, I tried to deploy
a web service but failed. The message is as following:
--
c:\cs\axis\axis\simnples\echo>java org.apache.axis.client.AdminClient
-lhttp://localhos
Alex,
Try the latest nightly build, which has support for explicit headers in WSDL.
They are added to the stub function call signature.
There is ongoing work being discussed on the stub/call relationship
and one of the hopes is to get a stub.addHeader() type of API,
which is currently not possi
Its been discussed, but the notion of client runtime versus server runtime
will (apparently) go away once support for callbacks somehow gets into the
system, be it Soap over SMTP, BEEP or some other trick.
That said, if you can provide a build.xml to create an axis-applet-client
jar containing on
I am trying to deploy a webservice, where in provider is an EJB.EJB is
deployed on JBoss.
For SOAP I am using standalone Tomcat-4.1.12 with AXIS RC2 intgerated into
that.The WSDD file for the webservices is
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/ws
It would be nice to see the client and server broken down into separate jar
files. I'm calling webservices from within applets.
This particular app is on an extranet so the large download and the policy
files for breaking out of the sandbox are not too much of an inconvenience
but a smaller,
I'm using the code that is described in the User's Guide for putting a message
service on Axis and then I call it with the TestMsg.java program. The basic
program works fine. However, I want to add the following to the
MessageService.java program:
public class MessageService {
/**
* Se
Hi all,
I've been waiting anxiously for the release 1 of axis, hoping that it
will bring soap header support in the generated client stubs. But I
couldn't find any such support in release 1. Is there any plans for
supporting this? Did I miss anything?
I've already written the server so that i
Title: Message
Hi
Michael,
Thanks
for the quick reply. Maybe it's my understanding of Namespace that's the
problem then. Let me describe what I'm trying to do. Let me know if
it's not doable or I'm doing it incorrectly.
With a
port and soap binding declaration for each method, I have
- Original Message -
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 10:28 AM
Subject: RE: Is there a 'thinner' client runtime?
> Thanks Steve,
>
> What build can I pickup that would include this fix?
>
> /davewolf
you probably have to
Thanks Steve,
What build can I pickup that would include this fix?
/davewolf
> -Original Message-
> From: Steve Loughran [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 1:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Is there a 'thinner' client runtime?
>
>
> it turned o
it turned out that 1.0 still needed servlet.jar client side *if* the client
is java1.4, but not on previous versions. That is now fixed in CVS. You dont
need j2ee.
- Original Message -
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 8:45 AM
- Original Message -
From: "Chris Howard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 5:59 AM
Subject: RE: 404 when invoking Axis AdminServlet
> I had the same problem which was being caused by 2 problems. I didn't
have
> my class
Can you try downloading the latest Xerces, putting its jars in the front of
your CLASSPATH, and running the command again?
Eric H. Jung
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 12:20 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTE
Thanks a lot for you response Ken! What exactly do you mean by a
"mis-match in levels of the XML parser." Do you think I might have the
wrong xerces?
Thanks,
-Ken
Ken
Looks like a mis-match in levels of the XML parser...
Ken
[EMAIL PROTECTED] wrote:
> I am getting this error below when deploying my web-service to WebSphere
> with AXIS: Any suggestions?
>
> Below I have the command, error on the client side and error in the
> AppServer listed.
>
> Thanks a
All I do is
Service service = new Service();
Here is the stack:
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/ServletContext
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1613)
a
Dave Wolf wrote:
>It appears they tried to fix it as
>
>Bug #13149 - Client requires servlet.jar
>
>I'm not sure if this hit the 1.0 release?
>
>/davewolf
>
I don't have j2ee.jar on my machine and I have sucessfully created two
clients using Axis 1.0 RC2. However, I am working with a fixed WSDL
It appears they tried to fix it as
Bug #13149 - Client requires servlet.jar
I'm not sure if this hit the 1.0 release?
/davewolf
> -Original Message-
> From: Ulrich Winter [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 11:10 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Is
Yes I did. And it is most definitely required. It seems the
EngineConfigurationFactory loads the ServletContext via reflection.
I can see some discussions on the dev list where they acknowledge that
indeed the ServletContext is loaded by the EngineConfigurationFactory.
It looks like they thin
j2ee.jar shouldn't be needed.
Did you try it without that?
Uli
- Original Message -
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 4:22 PM
Subject: Is there a 'thinner' client runtime?
> It appears that to consume a web service using Ax
Is there a performance benchmarking available for AXIS based on some
real-life usage?
Regards,
Srikanth Narasimhan
-Original Message-
From: Bublava, Stephan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 12:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Problem running validation
It appears that to consume a web service using Axis the
client will need the following JAR’s
Axis.jar
Jaxprc.jar
Saaj.jar
Log4j.jar
Commons-logging.jar
Commons-discovery.jar
J2ee.jar
Firstly, this is a huge runtime footprint for a client who
simply wants to consume a web servi
I had the same problem which was being caused by 2 problems. I didn't have
my classpaths set up properly, try the test stock application to find out.
Also web.xml in Tomcat 4.1\webapps\axis\WEB-INF comes with the admin servlet
commented out by default.
BTW after getting the admin servlet runnin
I am getting the following error page when I try to invoke the Axis
AdminServlet.
HTTP Status 404 - /axis/servlet/AdminServlet
type Status report
message /axis/servlet/AdminServlet
description The requested reso
NullPointerException in BeanSerializer at line 316.
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - Problems encountered trying to write schema for
de.curiavant.platform.transfertypes.common.ApplicationContextType
AxisFault
faultCode: {http://xml.apache.or
Hi,
I am using Axis 1.0 with JDK 1.4.1/Tomcat 4.1.10-LE-jdk14 on my Win2K
box.
I am trying to view the WSDL of the AddressBook example from the browser
by pointing the URL :
http://localhost:8080/axis/services/AddressBook?wsdl
It throws the following exceptions. Am I missing anything?
- Exception
Hi,
Is there any book for Axis (How to integerate Soap services using Axis).
Thanks,
Rajesh I.V
I think the problem is that Tomcat 4.1.2 already includes a version of
Xerces in $TOMCAT_HOME/common/endorsed/. If you followed the
instructions from the Axis user guide, you probably installed another
(different) version in $TOMCAT_HOME/webapps/axis/WEB-INF/lib/.
Just remove the Xerces Jars that
30 matches
Mail list logo