Re: Soap header support with generated stubs...

2002-10-16 Thread Daniel Hägg
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

Send and receive XML using AXIS

2002-10-16 Thread Vaidya, Raghavendra (CORP, GEITC)
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

problem in deploy webservice

2002-10-16 Thread 卓 识
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

RE: Soap header support with generated stubs...

2002-10-16 Thread Tom Jordahl
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Steve Loughran
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

Faulty WSDL generated by AXIS.

2002-10-16 Thread Aravind Chavar
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Ben Souther
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,

Problems calling SOAP messaging via Axis

2002-10-16 Thread David Orriss Jr
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

Soap header support with generated stubs...

2002-10-16 Thread Alex Huang
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

RE: Problem with multiple imports...

2002-10-16 Thread Alex Huang
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Steve Loughran
- 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

RE: Is there a 'thinner' client runtime?

2002-10-16 Thread Dave Wolf
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Steve Loughran
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

Re: 404 when invoking Axis AdminServlet

2002-10-16 Thread Steve Loughran
- 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

RE: Cannot deploy AXIS service to WebSphere....

2002-10-16 Thread Jung, Eric (Contractor)
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

Re: Cannot deploy AXIS service to WebSphere....

2002-10-16 Thread Ken . West
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

Re: Cannot deploy AXIS service to WebSphere....

2002-10-16 Thread Ken Hygh
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

RE: Is there a 'thinner' client runtime?

2002-10-16 Thread Dave Wolf
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Daniel Hägg
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

RE: Is there a 'thinner' client runtime?

2002-10-16 Thread Dave Wolf
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

RE: Is there a 'thinner' client runtime?

2002-10-16 Thread Dave Wolf
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

Re: Is there a 'thinner' client runtime?

2002-10-16 Thread Ulrich Winter
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

RE: performance benchmarking

2002-10-16 Thread Srikanth Narasimhan
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

Is there a 'thinner' client runtime?

2002-10-16 Thread Dave Wolf
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

RE: 404 when invoking Axis AdminServlet

2002-10-16 Thread Chris Howard
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

404 when invoking Axis AdminServlet

2002-10-16 Thread Arulazi D
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

error showing wsdl for deployed service

2002-10-16 Thread Alex Gugel
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

WSDL generation problem for AddressBook sample

2002-10-16 Thread Arulazi D
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

Book for Axis

2002-10-16 Thread I.V.Rajesh
Hi, Is there any book for Axis (How to integerate Soap services using Axis). Thanks, Rajesh I.V

Re: Problem running validation JSP, stack Trace Included

2002-10-16 Thread Bublava, Stephan
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