Re: I can't seem to quit this list!!!!!????

2001-11-22 Thread Elise_Dupont
To remove your address from the list, send a message to: [EMAIL PROTECTED] then you have to reply to the mail you will recieve, in order to confirm Joost Fleuren [EMAIL PROTECTED] 11/22/2001 05:38 PM Please respond to soap-user To:[EMAIL PROTECTED] cc:

Weird mapping : need help with deployment

2001-11-09 Thread Elise_Dupont
hi, i'm still confused when i have to deploy a webservice i coded. this time, it doesn't works, again. i try to way to create the deploymentdescriptor : with IBM WSDL generator and by myself. The problem i do have with WSDL gen is : the class i want to make available from the webservice returns

Re: basic SOAP error : Unable to resolve target object

2001-09-10 Thread Elise_Dupont
Elise_Dupont@lion bridge.comTo: [EMAIL PROTECTED] cc: 09/07/01 07:25 AMSubject: Re: basic SOAP error : Unable to resolve

make a web service accessing to Lotus Notes

2001-09-10 Thread Elise_Dupont
Did someone already succeeded in creating a web service under Tomcat + SOAP that makes a notes session to a Domino server ? i have made a class that performs this, and tested it first with a simple servlet, that works. But as soon as i use this class in a web service and call this service from a

Re: Exception handling

2001-09-10 Thread Elise_Dupont
i have the same problems. i want to handle lotus.domino.NotesException but never get the lotus.domino.NotesException message... if someone have an answer Lionbridge Technologies - France www.lionbridge.com Vikram Rajan [EMAIL PROTECTED]

refresh classes

2001-09-10 Thread Elise_Dupont
hi all, there's something weird... when i change the code of my classes and replace the old classes of my web service by the new one, and even if i shutdown tomcat, restart tomcat and launch the service, it seems that it still keeps the old classes somewhere. i added for example a simple

ghost web services

2001-09-10 Thread Elise_Dupont
again something weird.. need your help. i have configured tomcat + soap for my web services. i now do have 3 ghost web services : that means that they are listed in web services deployed, but when i try to call them, or to click on them to get more details i have an error : service

RE: ghost web services

2001-09-10 Thread Elise_Dupont
goog idea, i din't know it was stored there. thanks Vikram Rajan [EMAIL PROTECTED] 09/10/2001 02:56 PM Please respond to soap-user To:'[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:RE: ghost web services you

RE: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Elise_Dupont
Okay so 'ive tryed 3 advices given by Christian, ParamDeep Singh, et jyothi, but none works, i still have the same error. what i did : i have my classes in %TOMCAT_HOME%\webapps\GetProject\WEB-INF\classes i put soap.jar activation.jar and mail.jar in %TOMCAT_HOME%\webapps\GetProject\WEB-INF\lib

Re: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Elise_Dupont
i'm sure too that it's a classpath problem i checked from the command prompt if the classpath is updated, and it is. i gonna have a look at TcpTunnel to first know what it is, how to get it and will see with this tool. thanks elise Lionbridge

get detailed soap fault

2001-09-06 Thread Elise_Dupont
i'm coding a web service and i do have a SOAP fault. i read in apache's soap doc for troubleshooting this indication about my error : The detailed problem may be indicated within the stackTrace element found inside the detail element of the SOAP:Fault that was returned with the SOAP response

Re: Please help...WSDL newbie

2001-09-06 Thread Elise_Dupont
i recomand you to have a look here for a first step http://www.devxpert.com/tutors/wsdl/wsdl.asp regards elise Lionbridge Technologies - France www.lionbridge.com Sekhar Nadella [EMAIL PROTECTED] 09/06/2001 04:38 PM Please respond to soap-user

basic SOAP error : Unable to resolve target object

2001-09-06 Thread Elise_Dupont
hi all, i do have this error when i call a service : Fault= SOAP-ENV:Server.BadTargetObjectURI Unable to resolve target object: GetProj GetProj is the name of my class, here is the way i deployed my service : Provider Class GetProj Use Static Classfalse Methods

Re: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
well i tryed... but it doesn't seem to work better : i do have the same errors... thanks anyway elise Laurent [EMAIL PROTECTED] 09/04/2001 11:19 PM Please respond to soap-user To:[EMAIL PROTECTED] cc: Subject:Re: beginner question about samples included in

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
thanks Ram. well all the errors i get where when i try to launch the testit.cmd file given with the sample StockQuote in this case (but it's the same with each sample). this command does this : @echo off echo This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter echo

Re: .net client for apache/soap service??

2001-09-05 Thread Elise_Dupont
have a look here .. http://www.perfectxml.com/articles/xml/soapguide.asp it could maybe help you for a first step elise Lionbridge Technologies - France www.lionbridge.com Sekhar Nadella [EMAIL PROTECTED] 09/05/2001 04:49 PM Please respond to

Re: .net client for apache/soap service??

2001-09-05 Thread Elise_Dupont
. Thanks Regards, Sekhar Nadella Elise_Dupont@lion bridge.comTo: [EMAIL PROTECTED] cc

Re: .net client for apache/soap service??

2001-09-05 Thread Elise_Dupont
: Subject:Re: .net client for apache/soap service?? Great...Thank you very very much. I got something to start with. Once again thanks for the help. Thanks Regards, Sekhar Nadella Elise_Dupont@lion

beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
hi all, I've for the first time installed apache, jakarta-tomcat-3.3-m4 , xerces 1.4.3 and SOAP 2.2. i think i have followed each install steps now to test if everything is okay i tried to launch any of the samples give with SOAP install... (for example : the calculator) when i launch the

Re: beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
I've more elements ... maybe you will find a solution I've noticed that when i launch one of the samples i also get this error : Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type text/html, must be: text/xml. Response was: plus this one

re : Multi-dimension array of simple type

2001-09-04 Thread Elise_Dupont
i'm not good enought for the moment to help you but i've seen something about XSD types in a WSDL file + a list of all XSD types. and they explain how to define the types here is it : http://www.devxpert.com/tutors/wsdl/wsdl.asp (chapter : what's your message) hope this helps a bit regards,