In my deployed web services app, I am getting an error that I do not
get using the same client and server apps in development (so I know the
code works as it should).
This error is happening immediately upon accessing the web service. I
thought it might be a problem with the web server, so I
Hi,
I wrote a wsdl HelloServer.wsdl using Cape Clear SOA Editor and then deployed the
service using the deploy.wsdd generated by WSDL2Java tool. This service was available
at http://localhost:8080/axis/services/HelloServerPort
Now I have another wsdl file ShoutSpaceWebApp.wsdl, which I worte i
Hi all,
I am having problem while deploying my simple web
service with SSL on Tomcat 4.1.29, with J2sdk1.4.2.03...and Axis 1.1. The
exception is
C:\tomcat4.1.29\webapps\axis\WEB-INF\classes>java
org.apache.axis.client.AdminClient -lhttps://localhost:8443/axis/services
deploy.wsddProcessing
aniel Elenius [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 12, 2003 8:07 AM
> To: [EMAIL PROTECTED]
> Subject: Re: WSDD deployment problem
>
>
> Oh, and I forgot to say, I ran
>
> java org.apache.axis.client.AdminClient deploy.wsdd
>
>
> First of course, and
directory to your axis/web-inf/lib directory.
Mark
-Original Message-
From: Daniel Elenius [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 8:07 AM
To: [EMAIL PROTECTED]
Subject: Re: WSDD deployment problem
Oh, and I forgot to say, I ran
java org.apache.axis.client.AdminClient
Oh, and I forgot to say, I ran
java org.apache.axis.client.AdminClient deploy.wsdd
First of course, and I tried restarting the tomcat server etc...
Strangely,
java org.apache.axis.client.AdminClient list
doesn't give me any output, even though
$CATALINA_HOME/webapps/axis/WEB-INF/server-confi
Hi!
I'm trying to deploy a simple "hello world" webapp with axis (1.1RC2)
and tomcat (4.1.18). I've managed to get the example webapps, like the
stock example, working, and happyaxis is happy, except that it says:
XML Parser Location: Null
I get a
(500)Internal Server Error
when I try to run
Hi,
I am calling a webservice from jsp page ( a client on tomcat server) .It needs to call the client side handlers .I know the deployment process froma client program,i.e generating client-config.wsdd using adminClient.I did the same on tomcat server.It is not recognising the client handlers.
Am I
>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 9:01 PM
Subject: custom provider deployment problem
> Hi everybody,
>
> I'm trying to deploy a custom provider, but get the following exception:
>
> 1509431 [HttpProcessor[8080][4]] DEBUG
> org.ap
Hi everybody,
I'm trying to deploy a custom provider, but get the following exception:
1509431 [HttpProcessor[8080][4]] DEBUG
org.apache.axis.ConfigurationException - Exception:
java.lang.Exception: No provider type matches QName
'{http://xml.apache.org/axis/wsdd/providers/java}diamondRPC'
at
o
:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 1:34 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
think it should be parameter and not option under service.
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:42
think it should be parameter and not option under service.
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:42 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Here is the deployment result in server-config.xml
Can u try changing the servlet mapping entry to
AxisServlet
/services/*
This shld hopefully fix the 404
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:39 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without
]
Subject: RE: deployment problem without .jws
Hi
can u look up the servlet mapping for Axis Servlet in your web.xml ?
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Servlet with
http://localhost:8080/axis/services/Product - right?
Should I need to map each deployed service?
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:38 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Any other ideas?
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:02 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Could you try using http://localhost:8080/axis/services/Product as the
URL
> -Ori
Could you try using http://localhost:8080/axis/services/Product as the
URL
> -Original Message-
> From: David Gilbert [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 11:12 AM
> To: [EMAIL PROTECTED]
> Subject: deployment problem without
I am running Axis beta 2 (pre 1.0) on tomcat 3.2.4 on Windows2000 and cannot
deploy a web service without using the instant deployment via .jws. I have
successfully deployed using .jws (using the URL
http://localhost:8080/axis/Product.jws in my client). Then I run a
deployment script: (product_d
Hi, iam trying to deploy my client handlers.
I am using the option client for org.apache.axis.utils.Admin to deploy my client.It generates a client-config.wsdd in my client directory.But the problem is,It is not placing the handlers in the client-config.wsdd
I placed my client directory in the
> -Original Message-
> From: Giles Paterson
> Sent: 26 September 2002 10:07
> To: [EMAIL PROTECTED]
> Subject: FW: RC1 Deployment problem, possible bug?
>
>
> When stepping through the code, it looks as though axis can't find the
> server-config.wsdd fi
> You might try "development" mode.
> I had a similar problem with AXIS beta-2 and WebLogic 6.1 when running
> AXIS
> as a webapp (WAR file).
> Then I switched to "development" mode (and unpacked the WAR file).
> Production or development mode can be set in startWebLogic.cmd.
>
I'm already run
aak
> -Original Message-
> From: Giles Paterson [mailto:[EMAIL PROTECTED]]
> Sent: 26 September, 2002 11:07
> To: [EMAIL PROTECTED]
> Subject: FW: RC1 Deployment problem, possible bug?
>
>
> I'm trying to deploy axis into an EAR file and am having a problem
I'm trying to deploy axis into an EAR file and am having a problem.
The EAR file contains all of the axis (and required) jars, along with a war file and
an EJB jar (containing my session beans that provide the underlying web service
functionality). The WAR file doesn't contain any classes but t
Title: deployment problem
Hi guys,
This is the first time I am using Apache Axis. I have followed that instruction on installlation.
I am using Tomcat 3.2.
I have already set the classpath for
e:\todeploy;e:\axisjar\xerces.jar;e:\axisjar\axis.jar;e:\axisjar\commons-logging.jar;e:\axisjar
24 matches
Mail list logo