cc:
Subject: Re: Deployment
problems.please help
06/23/2003
> nichol.com> cc:
>
> Subject: Re: Deployment
> problems.please help
> 06/21/2003 01:25
ROTECTED]
nichol.com> cc:
Subject: Re: Deployment
problems.
The defaults for soap.xml and the services file are to be in the
directory above WEB-INF and be named soap.xml and
deployedServices.xml. If the defaults are followed, the different
files need not specify the location of the other files.
On 20 Jun 2003 at 21:13, Scott Nichol wrote:
> Due to fo
Due to formatting, I cannot tell if your file structure is correct.
The web.xml file should be in WEB-INF. It should specify the
location of soap.xml, and soap.xml should specify the location of
services.xml (as well as the config manager class to use).
On 20 Jun 2003 at 18:20, [EMAIL PROTECT
The id is the TargetObjectURI in the client request. That value is
used by the server to determine the provider and Java class to use to
service the call. The method being called is not used to resolve the
provider or class. The SOAPAction header is not used at all.
It does not have to be th
No. Deployment is just to register a service on a server.
Scott Nichol
- Original Message -
From: "u14836" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 9:08 AM
Subject: Deployment-Descriptor
> Hi,
>
> I would have one question:
>
> If I want to use a urn:
There is one file. Whether it technically is appended to or re-written
from scratch, I am not certain.
Scott Nichol
- Original Message -
From: "Rose, Angus H" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 9:36 AM
Subject: RE: Deplo
So everytime a new servcie is deployed, is this file appended to, or a new
one created?
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2002 14:20
To: [EMAIL PROTECTED]
Subject: Re: Deployment
The deployment descriptor is serialized to a file named
The deployment descriptor is serialized to a file named
DeployedServices.ds. The descriptors are used by the server to
determine how to handle requests, specifically things like the class to
which a target URI maps and type mappings between Java and XML. No
information is supplied to clients. Y
Is 'getObj' a static method? If not you don't want to be doing the
'static=true' bit.
Just a thought,
Richard.
"Craig E.
ginal Message-
> From: Rino Srivastava [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 28, 2001 3:07 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Deployment error in soap service 'urn:cd-order-service'
>
>
> Thanks, Chris. Are'nt the Se
Thanks, Chris. Are'nt the Serializer and Deserializer classes contained in
soap.jar?
Where else can one get download these classes from?
Rino
-Original Message-
From: Chris Means [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 28, 2001 2:55 PM
To: [EMAIL PROTECTED]
Subjec
Rino,
'org.apache.soap.util.xml.Serializer' is an abstract interface, not a
defined class. A "Serializer" is a class that implements that interface.
You need to reference an actuall class in the deployment descriptor, not an
interface.
-Chris
> -Original Message-
> From: Rino Srivasta
M
> To: [EMAIL PROTECTED]
> Subject: Re: Deployment Descriptor: Passing Parameters
>
>
>
> Your envelope,for the first service, will have
>
> as the child of Body element.
> for the second you will have
>
>
>
> this is the advantage of message style ser
Your envelope,for the first service, will have
as the child of Body element.
for the second you will have
this is the advantage of message style service, you have the whole
soap message with you. (with apache-soap)
santosh
-- Original Message ---
Title: deployment descriptor
Hi,
Arvind,
we are
thinking about doing the same thing. I haven't actually written the
code
yet,
but it seems like what we need to do is to extend the class
BaseConfigManager
and
list this class in your soap.xml file.
Apache
SOAP has sample of classes that e
I'v tested now the same on Windows 2000 + Tomcat and i became the same
error, so its not the metter of WL.
But what interesting, Tomcat is mounted as Samba drive from Linux server,
and on Linux it runs, its IDENTICAL copy in any way.
So problem may come from Windows platform, or JVM, but I'v tes
Hi ,
I believe the problem is that SOAP 2.2 uses JAXP and WL uses their bundled
xerces as JAXP parser.
To override this you have to modify the config.xml like this: (or use
the web console)
Add following element as child of the element:
and modify the element like t
Apache only uses deployment descriptors to deploy a service on the server. A
client that calls a service does not use them at all.
> -Original Message-
> From: Dylan J Browne [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 9:45 AM
> To: soap
> Subject: Deployment Descriptors
>
cc: [EMAIL PROTECTED]
Subject: Re: Deployment error while
running addressbook
02/07/01 16:48
At 03:38 PM 7/2/2001 +0200, Chiranjeevi Paruchur wrote:
... Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class na
>me 'samples.addressbook.Address' could not be resolved: samples.addressbook.Addr
>ess
>
>MY CLIENT CLASSPATH
>
>Client
>CLASSPATH=/opt/colada/soap-2_2/lib/so
22 matches
Mail list logo