RE: Newbie question

2002-12-10 Thread Sauquet Dominique
9:06 À : [EMAIL PROTECTED] Objet : Re: Newbie question It appears that Tomcat 4.0.4 suppresses Content-Type when there is no content. For Tomcat 4.0.1, I got a response of HTTP/1.1 200 OK Content-Type: text/xml Content-Length: 0 Date: Mon, 09 Dec 2002 17:59:59 GMT Server: Apache Tomcat/

Re: Newbie question

2002-12-09 Thread Scott Nichol
- From: "Sauquet Dominique" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 12:14 PM Subject: RE: Newbie question Hi thank you Scott for your help. Here is what I get in the TcpTunnelGui window (same as in Tomcat window !!) : on the left :

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
D]] Envoyé : lundi 9 décembre 2002 16:11 À : [EMAIL PROTECTED] Objet : Re: Newbie question I saved the attached files, compiled them, deployed the servlets, and everything works for me. Is the servlet doing what you expect, i.e. does it print the headers and body elements? If not, there is someth

Re: Newbie question

2002-12-09 Thread Scott Nichol
TED]> Sent: Tuesday, December 03, 2002 8:35 AM Subject: Newbie question Hi I am a newbie to SOAP and my problem is the following : I have downloaded examples from the OReilly book JavaWebServices. If I try the very simple SimpleGenericHTTPSoapClient and if this client sends its SOAP message to a ver

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
x27;[EMAIL PROTECTED]' Objet : Newbie question Hi I am a newbie to SOAP and my problem is the following : I have downloaded examples from the OReilly book JavaWebServices. If I try the very simple SimpleGenericHTTPSoapClient and if this client sends its SOAP message to a very simple servlet which i

Newbie question

2002-12-03 Thread Sauquet Dominique
Hi I am a newbie to SOAP and my problem is the following : I have downloaded examples from the OReilly book JavaWebServices. If I try the very simple SimpleGenericHTTPSoapClient and if this client sends its SOAP message to a very simple servlet which is "SOAP unaware" it works <> If I use the

Re: newbie question, soap.jar path

2002-05-18 Thread Wei Li
Sorry, I think the problem had been solved because I unjar soap.jar to my demo1 directory, after I deleted org/apache/soap package in my demo1 directory, the errors will be here again. But, why??? Thanks. > >>>user/demo1> javac Client.java >>>Client.java:3: package org.apache.soap does not e

Re: newbie question, soap.jar path

2002-05-18 Thread Wei Li
Hi, all, I had some errors as below, when I run my Client.java demo program. ... I had solved the problem by putting soap.jar in my demo1 directory, then added demo1/soap.jar to my path.. But, why this happened? even I put /soap-2_2/lib/soap.jar in my path and classpath, it still

newbie question: java lib problem

2002-05-18 Thread Wei Li
Hi, I am a newbie, and when I compile a java demo program, there is the error. I know it should be path or the library problem, could you help me on it? Thanks.\\ Errors user/demo1> javac Client.java Client.java:3: package org.apache.soap does not exist import org.apache.soap.*; // Boday, E

Re: newbie question

2002-05-16 Thread amy
Wei Li,ÄúºÃ£¡ u should add soap.jar to ur classpath. === 2002-05-16 ÄúÔÚÀ´ÐÅÖÐдµÀ£º=== >Hi, there, > >When I run localhost:8080/soap/admin/index.html, then click deploy, there will >also be an error message like this. > >Can someone help me about this? > >thanks. >

newbie question

2002-05-16 Thread Wei Li
Hi, there, When I run localhost:8080/soap/admin/index.html, then click deploy, there will also be an error message like this. Can someone help me about this? thanks. type Exception report message Internal Server Error description The server encountered an internal error (Internal Server E

Re: newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Bruno Fischel
I had the same problem. I resolved this one (but another appears...). This message means that your service hasn't been located (equivalent to a NoClassDefFoundException). Be sure that your service class is in your classpath. (I just put a jar file containing all my stuff in %TOMCAT_HOME%/lib). B

newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Beau Paisley
I am attempting to run the Hello example from the O'Reilly book. HelloService deploys and appears fine, but when attempting to run the HelloClient.class I get, ... C:\WSComponents\Oreilly\java_src\com\ecerami\soap>java HelloClient joe Hello SOAP Client Fault Occurred (details follow): Fault C

Newbie question

2002-04-19 Thread Andre Luepke
Hi all, i have just started with soap development and i would like to know how the following things can be done using apache soap. hiere is what i want to do: - a class calls a method on an my soap-proxy-class. - the proxy-class tries to send the soap-request to the web-service - if the web-serv

RE: Newbie question: Easy way to print response and request documents

2001-12-12 Thread William Brogden
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 3:52 AM > To: [EMAIL PROTECTED] > Subject: Newbie question: Easy way to print response and > request documents > > > > > > Wha

Newbie question: Easy way to print response and request documents

2001-12-12 Thread ira . waxberg
What is the easiest way to capture the XML sent in the request and response documents? It would be easy to use JDOM, but I don't know what objects to pass to it. Is there something in the Call and Response objects that I can use? Basically, I need to look at the the raw XML sent from and return

Newbie question: Web service for uploading files using soap

2001-11-12 Thread Aniruddha Shevade
Hello I am writing a C++ soap server. I want to add a service which will enable the end user to upload a file. I beleive this can be done using soap attachments. The problem is that if the file size if not known, then mostly we have to use something like a HTTP chunked protocol. Is there any p

Newbie Question

2001-11-04 Thread Donald Tan
Hi,   I am using the following on W2K w/ SP2: - Apache SOAP v2.2 - Apache v1.3.22 - Tomcat v3.2.3 - JDK v1.3.1.01   I have successfully installed the above 3 components and got them working together.  I was also able to deploy the soap.war and access the soap admin webpages.  Deploying the so

SOLUTION Re: Newbie Question: method forName not found

2001-10-25 Thread Ford, Richard
or higher. Is there a way to fix the doc's, or *should* the system still work with jdk118? Richard -Original Message- From: Ford, Richard Sent: Monday, October 22, 2001 3:27 PM To: [EMAIL PROTECTED] Subject: Newbie Question: method forName not found Okay, I give up :-) I lo

Newbie Question: method forName not found

2001-10-22 Thread Ford, Richard
Okay, I give up :-) I looked in the FAQ (possibly not hard enough), I reinstalled, and now I am posting to the list, so I *know* this will turn out to be something trivial :-) Using SOAP_2.2, under RedHat Linux, Apache and Tomcat, I get the following on the client side: [root@localhost stockquo

newbie question

2001-10-16 Thread Leo
Hi,   I am a beginner of SOAP. I downloaded Apache SOAP 2.2 and deployed the stockquote sample. For learning, instead of using the provided RPC client, I created a SOAP request XML and submitted it to the stockquote service (using the SendMessage sample program) but got  'No Deserializer Fou

Re: Newbie Question : Passing XML data with SOAP ?

2001-08-16 Thread Steeve Gilbert
oops... No i don't know about BEA WLS. Good luck! Steeve... "bColl"<[EMAIL PROTECTED]> on 16/08/2001 13:53:22 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: Re: Newbie Question : Passi

Re: Newbie Question : Passing XML data with SOAP ?

2001-08-16 Thread bColl
Please respond to [EMAIL PROTECTED] > > To: <[EMAIL PROTECTED]> > cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) > > Subject: Newbie Question : > > > Helllo, > > How can I send a soap message in which an element is encoded in XML? > > Regards >

Re: Newbie Question :

2001-08-16 Thread Steeve Gilbert
lt;[EMAIL PROTECTED]> cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: Newbie Question : Helllo, How can I send a soap message in which an element is encoded in XML? Regards __ Faites un v?u et puis Voila ! www.voila.fr Pen

Newbie Question :

2001-08-16 Thread bColl
Helllo, How can I send a soap message in which an element is encoded in XML? Regards __ Faites un vœu et puis Voila ! www.voila.fr Pendant tout l'été, gagnez une Ford Ka sur Voila Gratter ! http://cybergrattage.voila.fr/voila

Re: newbie question: vb(mssoap) w/ apache-soap 2.2

2001-08-13 Thread Steeve Gilbert
Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: newbie question: vb(mssoap) w/ apache-soap 2.2 Hi,     I am trying to get a visual basic sample (using latest MSSOAP) to work w/ the AddressBook2 sample that come w/ apache-soap 2.2. I got the AddressBook2 sample working but I would like to try

Newbie question about an error

2001-08-10 Thread sandro . ruch
hi all, When i try to test the service described in http://www.xmethods.net/detail.html?id=5 i allways get the error: "NoSuchMethodError: org.w3c.dom.Node: method getNamespaceURI()...; not found" If I check the http-headers going forth and back with a network-monitoring-tool everything seems to b

Re: Newbie Question

2001-08-08 Thread Tom Myers
At 03:58 PM 8/8/2001 +0100, Craig Reynolds wrote: >Hi all >... What I can't seem to find is whether the Apache SOAP uses DOM or SAX on the >server side and if this is configurable. ie: What is the default behaviour and can I >write >a specify for a server side app whether to use DOM or SAX as t

Newbie Question

2001-08-08 Thread Craig Reynolds
Hi all   I'm a newbie on the list and so still getting the hang of things. I have a question which is probably really dumb but I can't seem to find any answer in the online docs.  The SOAP implementation uses JAXP as its parser and as I understand thing JAXP is simply a layer that hides the

Newbie Question

2001-05-31 Thread David DELGRANCHE
Hi all, I just discover SOAP. I have deployed a service, but it seems I have a problem of persistence of my Java class. I work in Application scope, because I would like my service's class living during several minutes. When I deploy my service again after having undepl