Re: Deployment problems.....please help

2003-06-23 Thread Rizwan . Ahmed
cc: Subject: Re: Deployment problems.please help 06/23/2003

Re: Deployment problems.....please help

2003-06-23 Thread Scott Nichol
> nichol.com> cc: > > Subject: Re: Deployment > problems.please help > 06/21/2003 01:25

Re: Deployment problems.....please help

2003-06-23 Thread Rizwan . Ahmed
ROTECTED] nichol.com> cc: Subject: Re: Deployment problems.

Re: Deployment problems.....please help

2003-06-20 Thread Scott Nichol
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

Re: Deployment problems.....please help

2003-06-20 Thread Scott Nichol
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

Re: Deployment question

2003-04-01 Thread Scott Nichol
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

Re: Deployment-Descriptor

2002-11-29 Thread Scott Nichol
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:

Re: Deployment

2002-09-26 Thread Scott Nichol
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

RE: Deployment

2002-09-26 Thread Rose, Angus H
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

Re: Deployment

2002-09-26 Thread Scott Nichol
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

Re: Deployment Help

2002-05-06 Thread richard . kennard
Is 'getObj' a static method? If not you don't want to be doing the 'static=true' bit. Just a thought, Richard. "Craig E.

RE: Deployment error in soap service 'urn:cd-order-service'

2001-12-28 Thread Chris Means
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

RE: Deployment error in soap service 'urn:cd-order-service'

2001-12-28 Thread Rino Srivastava
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

RE: Deployment error in soap service 'urn:cd-order-service'

2001-12-28 Thread Chris Means
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

RE: Deployment Descriptor: Passing Parameters

2001-12-06 Thread Krishnamurthy, Ramanathan
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

Re: Deployment Descriptor: Passing Parameters

2001-12-06 Thread C Santosh
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 ---

RE: deployment descriptor

2001-12-05 Thread Shinta Tjio
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

RE: Deployment problem on Weblogic 6.1

2001-08-17 Thread Radek Wisniewski
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

RE: Deployment problem on Weblogic 6.1

2001-08-17 Thread Venkat.Gopalan
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

RE: Deployment Descriptors

2001-07-19 Thread Hansen, Richard
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 >

Re: Deployment error while running addressbook

2001-07-02 Thread Chiranjeevi Paruchur
cc: [EMAIL PROTECTED] Subject: Re: Deployment error while running addressbook 02/07/01 16:48

Re: Deployment error while running addressbook

2001-07-02 Thread Tom Myers
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