RE: authenticating a web service

2002-09-27 Thread Jean-Louis Vila
Hi, There are4 ways : 1st : from your application -- you have to send in parameters login/password 2nd : Include login/password in Basic HTTP authentication and use theflow handler for basic authentication 3rd : Include something in the header part of soap message and write your

RE: InterOp. between Java Client and .NET Web Service and vice versa

2002-09-25 Thread Jean-Louis Vila
Hi, First : Java client - .NET In .NET, your WS is wrote in document Style Your Java client usr RPC style !!! So if you use same SOAP style invocation, all will work fine. To see if the SOAP message is ok, you can use the wonderful tool : TCPMon

RE: Soap benchmark, String performances on weblogic 6.1

2001-10-10 Thread Jean-Louis Vila
Hi, Probably, data are bufferized and for small quantity of data (less than the buffer size) a timeout (near 100ms) is raised to alert the listener that buffer can be read !!! -Message d'origine- De : Bertrand Goupil [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 10 octobre 2001

RE: High and Low Level Api

2001-10-05 Thread Jean-Louis Vila
Hi, SOAP is an XML RPC protocol. So, you have the schema of SOAP message and you can use XML parser to send, receive and analyse SOAP message, wich is boring !! All SOAP actors (MS, IBM) make severals API to help developpers. In general you find 2 level API: Low: You'll find methods

RE: Question about ActiveXObject(microsoft.xmlhttp)

2001-07-30 Thread Jean-Louis Vila
: Jean-Louis Vila [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 12:56 AM To: [EMAIL PROTECTED] Subject: RE: Question about ActiveXObject(microsoft.xmlhttp) In fact, is an ActiveX Object include in msxml3 Package. You can download it and its documentation on msdn.microsoft.com/xml

RE: Question about ActiveXObject(microsoft.xmlhttp)

2001-07-25 Thread Jean-Louis Vila
In fact, is an ActiveX Object include in msxml3 Package. You can download it and its documentation on msdn.microsoft.com/xml/ regards Jean-Louis -Message d'origine- De : Richard Bourland [mailto:[EMAIL PROTECTED]] Envoye : mercredi 25 juillet 2001 05:55 A : [EMAIL PROTECTED] Objet

RE: Ref. : Soap benchmarking

2001-06-06 Thread Jean-Louis Vila
No of course ... -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mardi 5 juin 2001 15:45 À : [EMAIL PROTECTED] Objet : RE: Ref. : Soap benchmarking Is it re-compiling the JSP page? -Original Message- From: Jean-Louis Vila [mailto:[EMAIL

RE: Ref. : Soap benchmarking

2001-06-05 Thread Jean-Louis Vila
Hi, I notice the same thing. Perhaps because of the creation of SOAPContext to manage SOAP object's scope ... Jean-Louis -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoye : mardi 5 juin 2001 11:32 A : [EMAIL PROTECTED] Objet : Ref. : Soap benchmarking