REPOST: Configuring Axis client within webapp

2003-02-25 Thread Jim Carlson
Howdy, No answer to my question yet. I'm trying to create a Axis client Call object within an Axis web application (i.e., within the same Servlet context). The tricky thing is that I have some custom server configuration (typemappings/beanmappings) in the server-config.wsdd that should affe

Re: Configuring Axis client within webapp

2003-02-20 Thread Jim Carlson
Thanks, However, my issue is not related to the classpath. It is related to the and configuration elements in the wsdd file. I need these to work identically in both server and client mode. Jim Phil Cornelius wrote: The ideal way is to have AXIS integrated into your app/web server. For e

Re: Configuring Axis client within webapp

2003-02-20 Thread Phil Cornelius
The ideal way is to have AXIS integrated into your app/web server. For example JBoss.Net 3.2 integrates AXIS 1.0 into the app server itself and so you can consume and publish web services without any classpath conflicts.. A simple work around that I have used successfully is to use AXIS to publis

Configuring Axis client within webapp

2003-02-20 Thread Jim Carlson
Hello, I'm trying to determine the correct way to invoke a web service, from within a servlet container context, which is itself running an Axis server. My specific scenario is that I'm running Tomcat 4.1, and I have a webapp which contains the Axis jars and server-config.wsdd. This webapp