Re: Serializer + deployment descriptor

2002-11-14 Thread Scott Nichol
I fixed the file. Sorry about that. Thanks for bringing it to my attention. Scott Nichol - Original Message - From: "Mattias Jiderhamn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 2:33 AM Subject: RE: Serializer + deployment des

RE: Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
-Original Message- > From: Scott Nichol [mailto:snicholnews@;scottnichol.com] > Sent: Wednesday, November 13, 2002 6:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Serializer + deployment descriptor > > > Try putting a trailing / on the encoding: > >

RE: Serializer + deployment descriptor

2002-11-13 Thread SoumenS
matter but as I said '/' is namespace does not imply any structure. So help could be in the form of documentation or error messages. -Original Message- From: Scott Nichol [mailto:snicholnews@;scottnichol.com] Sent: Wednesday, November 13, 2002 3:11 PM To: [EMAIL PROTECTED] Subjec

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
against a schema. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 4:57 PM Subject: RE: Serializer + deployment descriptor > Scott, > > In the example you have given, the web service handl

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
The client just uses the https scheme in the endpoint URL for the service. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 5:03 PM Subject: RE: Serializer + deployment descriptor Hi, Do you have an

RE: Serializer + deployment descriptor

2002-11-13 Thread Ran.Zfoni
+ deployment descriptor Scott, In the example you have given, the web service handles http://xml.apache.org/soap gracefully by ridirecting to http://xml.apache.org/soap/. I beleive similar graceful handling should be implemented for finding type mapping. In other words the trailing / should not cause

RE: Serializer + deployment descriptor

2002-11-13 Thread SoumenS
situation. Soumen Sarkar. -Original Message- From: Scott Nichol [mailto:snicholnews@;scottnichol.com] Sent: Wednesday, November 13, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: Re: Serializer + deployment descriptor The URI spec is at http://www.ietf.org/rfc/rfc2396.txt. FWIW, trail

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
:20 PM Subject: RE: Serializer + deployment descriptor > I would like to get an explannation why putting a trailing > '/' matter so much? From a semantic point of view, the following > two namespace names > > http://schemas.xmlsoap.org/soap/encoding/ > http://schemas

RE: Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
It's always the simple ones that frustrate you the most... Anyway, a HUGE thank you! > -Original Message- > From: Scott Nichol [mailto:snicholnews@;scottnichol.com] > Sent: Wednesday, November 13, 2002 6:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Serializer + d

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
y, November 13, 2002 4:12 AM Subject: Serializer + deployment descriptor > I am really, really tired of the fact that I can not get any type mappings > to work in the deployment desriptor. > > If I have the file: > http://xml.apache.org/xml-soap/deployment"; >

Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
I am really, really tired of the fact that I can not get any type mappings to work in the deployment desriptor. If I have the file: http://xml.apache.org/xml-soap/deployment"; id="urn:ApiTest"> org.apache.soap.server.DOMFaultListener http://schema

Re: Need help with the SOAP-EJB deployment error

2002-10-29 Thread Scott Nichol
Raes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 4:39 PM Subject: Need help with the SOAP-EJB deployment error > Hi, > > I need to invoke a EJB deployed under weblogic thru the soap server. I make > the soap call using a Java cli

Need help with the SOAP-EJB deployment error

2002-10-29 Thread Inge Raes
lsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> SOAP-ENV:Server.Exception: org/apache/soap/util/xml/Serializer /soap/servlet/rpcrouter Note: We are using the CastorSerializer for this dep

Re: deployment descriptor help

2002-07-24 Thread Scott Nichol
> how would I individually specify that purchasOrder really is > purchaseOrder(String, int, boolean[]), bustedRequest really is > bustedRequest(int, int, boolean), etc? Isn't this necessary for proper > publishing of a service so that when service discovery happens, the > discoverer knows what to

Re: deployment descriptor help

2002-07-24 Thread Nishant_Awasthi
One never specifies the parameters in the Deployment Descriptor file. Instead just specify the name of the mehtod... SOAP looks for the name and not the parameters of the methos of deployed web services

deployment descriptor help

2002-07-24 Thread Robert Goodman
methods. Using the DeploymentDescriptor.xml from the SOAP sample messaging: http://xml.apache.org/xml-soap/deployment"; id="urn:po-processor" type="message"> org.apache.soap.server.DOMFaultListener how would I individually specify that purchasO

Tomcat Deployment

2002-03-15 Thread Sanjay Bahal
New to Tomcat- installed it- examples run fine. I want to undersatnd the deployment structure. The documentation does not make it so clear. I have looked at the various web.xml's - I could'nt find the one for examples. My question is how do I deploy my servlet? Do I create a new file

Error Running SOAP Samples : Deployment Error in SOAP

2002-02-28 Thread Phoay Phoay Koay
getAddressFromName Full URIurn:AddressFetcher URIurn:AddressFetcher = Generated fault: Fault Code = SOAP-ENV:Client Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class na me 'samples.addressbook.Address' could n

deployment error on sample

2002-01-30 Thread Dan Silpakit
Hi, I'm running tomcat4.0, soap-2_2. I checked my deployment list the urn:AddressFetcher showed it deployed. When I ran a client I got Fault Code = SOAP-ENV:Client Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class name 'samples.addressbook.A

Re: Apache SOAP Deployment admin tool - where XML file?

2001-12-24 Thread Samudra Gupta
Hi davout, I do not think it crates XML file. it Serializes the info and realods the info on restarting the tomcat. Sam > > From: "davout" <[EMAIL PROTECTED]> > Date: Mon 24/Dec/2001 17:02 GMT > To: "Apache Soap Dev List" <[EMAIL PROTECTED]>

Apache SOAP Deployment admin tool - where XML file?

2001-12-24 Thread davout
If I use the SOAP admin deployment form to define a web service, whereabouts does this create the resulting XML file?

Passing External Properties through Deployment Descriptor.

2001-10-10 Thread srinivas . c . pogiri
Hi, I am using apache soap2.2 inside weblogic. I need to pass some properties(not apache-soap specific) to my ServiceProxy using apache Deployment Descriptor file. I have not been able to figure out a way to do this. I would appreciate any help regarding this. Thank you, Srinivas C. Pogiri

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. kewl man! -Original Message-From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 08, 2001 2:21 PMTo: [EMAIL PROTECTED]Subject: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may

RE: Problem with the Deployment.

2001-08-08 Thread Matthew J. Duftler
Title: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may help you find your problem. Take the attached test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then restart your server and point your browser at: http://localhost:8080/soap/test.jsp It s

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, My tomcat classpath was not taking xerces somehow, its working now. Thanks for your help. ~deepak. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1:32 PM To: [EMAIL PROTECTED

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
IL PROTECTED]> Sent: Wednesday, August 08, 2001 3:08 PM Subject: RE: Problem with the Deployment. > William, > > Thanks for the reply. > > I only have following files in my JAVA_HOME/jre/lib/ext directory: > jcert.jar > jnet.jar > jsse.jar > > I tried to run the sa

RE: Problem with the Deployment.

2001-08-08 Thread Anvita Johri
ight be causing this problem. > > Thanks, > ~deepak. > > -Original Message- > From: William Brogden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 12:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem with the Deployment. > > > > > >

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
%JAVA_HOME%\jre\lib\ext may have parser.jar; you should move this to another directory. Scott - Original Message - From: "Gaur, Deepak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 3:01 PM Subject: RE: Problem with the Deployment.

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. William, Thanks for the reply. I only have following files in my JAVA_HOME/jre/lib/ext directory: jcert.jar jnet.jar jsse.jar I tried to run the same command after removing all these jars but its not buying it, getting the same error. Any other

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Scott, > > Thanks for replying. > I have xerces.jar in my classpath in tomcat.bat(which is ahead of all > other entires and is namespace aware), the file looks like below : > > :setClasspath > set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% > set CP=C:/jsse1.0.2

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, Thanks for replying. I have xerces.jar in my classpath in tomcat.bat(which is ahead of all other entires and is namespace aware), the file looks like below : :setClasspath set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% set CP=C:/jsse1.0.2

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Hello Good People, > > I am a new SOAP developer. I was trying to deploy some of the samples > that came with the SOAP download using the following command : > > C:\soap-2_2\samples\stockquote> java -cp > >C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
D]> Sent: Wednesday, August 08, 2001 2:07 PM Subject: Problem with the Deployment. > Hello Good People, > > I am a new SOAP developer. I was trying to deploy some of the samples that > came with the SOAP download using the following command : > > C:\soap-2_2\samples\stockquot

Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: Problem with the Deployment. Hello Good People, I am a new SOAP developer. I was trying to deploy some of the samples that came with the SOAP download using the following command : C:\soap-2_2\samples\stockquote> java -cp C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.ja

Re: Deployment Descriptor file

2001-08-06 Thread Richard Boehme
What about creating a class that can take multiple filenames that users the DefaultConfigurationManager? I'm thinking of something like this: class MultipleConfigManager implements ConfigManager { DefaultConfigManager[] configManager; public void setContext(ServletContext context) {

Deployment Descriptor file

2001-08-06 Thread Anvita Johri
I am trying to figure out if it is possible to use multiple DeployedServices.ds files in a soap client-server call. I am using Apache soap toolkit and am planning to make client soap calls to server through multiple ".wsdl" files and their corresponding DeployedServices.ds files. I am able to

support for service deployment over https

2001-07-24 Thread Rich Catlett
Currently you cannot do org.apache.soap.server.ServiceManagerClient https://localhost:445/soap/servlet/rpcrouter deploy deploymentdescriptor you get an error about https being an unrecognized protocol. When I mentioned this problem I was told to try the admin client or to try and deploy via

Help for deployment Apache SOAP in J2SDKEE, WebLogic, and WebSphere

2001-07-05 Thread Andrew Wu
 Hi there, I am new to SOAP. I have successfully deployed Apache SOAP 2.2 in Tomcat and tested all examples according to Apache SOAP v2.2 documentation. They work well. Could some one tell the details (step by step) how to deploy Apache SOAP 2.2 and examples in J2SDKEE, WebLogic, and WebSphere in d

Deployment descriptor file implementation

2001-06-12 Thread Frederic Jeanne
Hello all, Are there any reasons that the current implementation of Apache SOAP deployment descriptor files doesn't allow the declaration of multiple services in an unique dd file ? Thanks, FJ.

Re: Deployment problem

2001-06-07 Thread Scott Nichol
have success. Scott - Original Message - From: "oh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 11:11 PM Subject: Deployment problem > I have been using Apache Soap2.1, and it worked good for me except the > problem of

SV: Deployment problem

2001-06-06 Thread kim . schjefstad
-kims- > -Opprinnelig melding- > Fra: oh [mailto:[EMAIL PROTECTED]] > Sendt: 7. juni 2001 05:11 > Til: [EMAIL PROTECTED] > Emne: Deployment problem > > > I have been using Apache Soap2.1, and it worked good for me except the > problem of getting > the information of HttpRequ

Deployment problem

2001-06-06 Thread oh
I used Apache Soap2.1. It is just like this: http://xml.apache.org/xml-soap/deployment"; id="urn:xyz:Asset"> http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="urn:xyz:AssetInfo" qname="x:AssetInfo"

Deployment

2001-05-29 Thread Glen Daniels
OK, so if we accept the change I just made to build.xml, the binary distribution will have a working .war file distribution. This is great in that it's pretty much "drop in deployment" for most servlet engines. The problem now is that the source distribution has no .war fi