Re: SOAP with IIS

2002-10-29 Thread Scott Nichol
I would think that somewhere on the Web like javascript.com would have a JavaScript base64 encoder/decoder. Scott Nichol - Original Message - From: "patrick andries" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 3:17 PM Subject: Re: SO

Re: SOAP with IIS

2002-10-29 Thread patrick andries
I have written an server sending back a byte[] (coded as xsd:base64Binary), the client I speak to is running on Windows XP with Jscript and Windows Script Host. I am not developing this client. The developer responsible for coding this client tells me that he is not able to handle/decode the base64

RE: SOAP with IIS

2002-10-28 Thread Dan Allen
Lin [mailto:hlin@;visualanalytics.com] > Sent: Monday, October 28, 2002 4:41 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAP with IIS > > > Is there any instructions online on how to do that? > > Thank you, > Hongda > > > > -Original Message- > From: Scott Ni

Re: SOAP with IIS

2002-10-28 Thread Scott Nichol
For Tomcat 4.0, for example, see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html. Scott Nichol - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:40 PM Subject: RE: SOAP with IIS Is

RE: SOAP with IIS

2002-10-28 Thread Hongda Lin
Is there any instructions online on how to do that? Thank you, Hongda -Original Message- From: Scott Nichol [mailto:snicholnews@;scottnichol.com] Sent: Monday, October 28, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: Re: SOAP with IIS You must have a servlet container, which IIS is

Re: SOAP with IIS

2002-10-28 Thread Scott Nichol
You must have a servlet container, which IIS is not. You can use Tomcat with IIS, and commercial servlet containers support IIS as well. Scott Nichol - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:30 PM Subject: SOAP w