Axis 1.2b3 and Weblogic 5.1

2004-10-01 Thread me
Hi All, I'm trying to embed Axis in an existing webapp in WLS 5.1 Whenever I call a service (trying simply jws first) I am greeted with the folliwing error: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getRequestURL()Ljava/lang/StringBuffer I realize that this has to do wi

RE: Weblogic 5.1

2003-05-30 Thread Jim Poulsen
deployed every time you deploy the war file. In other words, the .wsdd file is a direction to axis to deploy your services. -Original Message- From: Tim Lee [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:18 PM To: '[EMAIL PROTECTED]' Subject: Weblogic 5.1 Hello, I'

Weblogic 5.1

2003-05-30 Thread Tim Lee
Hello, I'm running Axis with weblogic 5.1 In order to do that I had to add axis as a webapp in my weblogic.properties file. I also had to register the axis servlet and add the class files of the service to my weblogic classpath. I have a couple questions for those who are running

RE: AXIS and weblogic 5.1 properties

2003-01-28 Thread Lindeman, Bob
abhinav, You are my saviour, thanks very much regards Bob -Original Message- From: Abhinav [mailto:[EMAIL PROTECTED]] Sent: dinsdag 28 januari 2003 13:29 To: [EMAIL PROTECTED] Subject: RE: AXIS and weblogic 5.1 properties hi, what u need to do in weblogic.properties is deploye AXIS as

RE: AXIS and weblogic 5.1 properties

2003-01-28 Thread Abhinav
ds abhinav -Original Message- From: Lindeman, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:52 PM To: '[EMAIL PROTECTED]' Subject: AXIS and weblogic 5.1 properties LS I am trying to get AXIS working on Weblogic 5.1. The problem I have is that I cannot find the ch

AXIS and weblogic 5.1 properties

2003-01-28 Thread Lindeman, Bob
LS I am trying to get AXIS working on Weblogic 5.1. The problem I have is that I cannot find the changes I have to make to the weblogic.properties files to get it all working properly. I have tried this: weblogic.httpd.register.*.jws=org.apache.axis.transport.http.AxisServlet Administration

Re: Axis and Weblogic 5.1

2002-12-12 Thread Rob Bugh
Waymon, It looks like weblogic.jar is not in your classpath. Rob Bugh On Thu, 12 Dec 2002 08:13:39 -0600, Chen, Waymon N <[EMAIL PROTECTED]> wrote: Anybody seen an error like this? For proof of concept, we basically have a command bean serving as facade to a session bean back end component

Axis and Weblogic 5.1

2002-12-12 Thread Chen, Waymon N
Anybody seen an error like this? For proof of concept, we basically have a command bean serving as facade to a session bean back end component. Then we wrote a quick jws that references the command bean. Everything is deployed and we are able to generate the WSDL and proxies through Axis. However

Help Web App client invokes web service in weblogic 5.1

2002-07-02 Thread Lin Chen
I generated both server and client bindings using WSDL2Java tool. I was able to use a stand alone client to invoke the service. However when I tried to deploy a web app under Weblogic 5.1 I got the following error with service invocation: Failure trying to get the Call object

Please give me a list of Weblogic 5.1 settings

2002-07-01 Thread Podgaetsky, Genady
Hi all, I'm a newbie in Axis and trying to integrate it with Weblogic 5.1. I passed through the archive of Axis and found some issues mentioning some problems with interoperability between Weblogic 5.1 and Axis b2. Could anyone provide me with the answers on the following questions 1.

RE: axis with weblogic 5.1

2002-06-10 Thread gpouzera
Service, I just used the .wsdd method to make my java class become a Web Service. I didn't use .war file. good luck --Gaël >= Original Message From "Lin Chen" <[EMAIL PROTECTED]> = >Gael, > >Thanks. I'm going to try axis beta1. > >To make beta1 wo

Re: axis with weblogic 5.1

2002-06-10 Thread Lin Chen
Gael, Thanks. I'm going to try axis beta1. To make beta1 work on Weblogic 5.1 did you do anything special besides coping axis directory to weblogic docroot and then run .jws or use .wsdd? Did you deploy .war file? Thanks again. Sihan >From: Gaël Pouzerate <[EMAIL PROTECTED]

Re: axis with weblogic 5.1

2002-06-10 Thread Gaël Pouzerate
n" <[EMAIL PROTECTED]> wrote: >Did anybody successfully deploy the axis on weblogic 5.1? I has no problem >to make Apache Soap work on weblogic 5.1. But for Axis I keep getting >NullPointerException. The stack trace is as below: > >I would appreciate if somebody can share his e

axis with weblogic 5.1

2002-06-10 Thread Lin Chen
Did anybody successfully deploy the axis on weblogic 5.1? I has no problem to make Apache Soap work on weblogic 5.1. But for Axis I keep getting NullPointerException. The stack trace is as below: I would appreciate if somebody can share his experience to get away this problem. Sihan

Axis b2 & Weblogic 5.1

2002-05-31 Thread Dom
Hi I 've successfully setup and run Axis b2 on Linux and NT with Tomcat 4. I need to install it now on WL 5.1, but whatever I try to run in Axis (admin, deploy, etc..) I get a 500 error. Did anybody succeded with this setup ? Dom

axis and BEA Weblogic 5.1 SP10

2002-05-03 Thread John Bauer
We can't seem to get Axis to work with this configuration.  I have a few questions:   a) has anyone got it to work on Weblogic 5.x?   b) what is the required JVM for Axis?   1.2, 1.3, or both?   c) what version of Xerces is to be used with Axis?   d) to do WSDL, it appears that tools.jar is

Axis and weblogic 5.1 -- DOM Level Incompatiblity?

2002-02-21 Thread Paul . Tamminga
I tired to deploy Axis on a Weblogic 5.1 server. I'm getting a No Such Method exception when WSDDDocoument calls org.w3c.dom.Element.getLocalName (). I rekon what's going on here is that axis requires the level 2 DOM classes, while the level 1 DOM are built in to Weblogic 5.1 (tha