Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
rt: [EMAIL PROTECTED] * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Francois Piette Envoyé : lundi 10 octobre 2005 16:12 À : ICS support mailing Objet : Re: [twsocket] ThttpServer and SOAP > If anyone in

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Francois Piette
or Sven and your [approved by Sven] changes ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Frédéric SCHENCKEL" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, October 10, 2005 4:03 PM Subject: Re: [twsocket] ThttpServer and

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
49 À : ICS support mailing Objet : [twsocket] ThttpServer and SOAP Hello, I'm using François's HttpServer and TICSIsapi component from Sven Schmidts. I've slightly modified TICSIsapi to handle the soap requests (wsdl and so on). This part is working. But i'm facing anoth

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Guillaume MAISON
Francois Piette a écrit : >>When transmit a soap request, i get the error from my >>ISAPI dll : 'EDOMParse Error : An Invalid character >>was found in text content' > > > Is it possible for you the get the invalid character ? This could give an > idea about what is > occuring. Maybe you have an

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Francois Piette
Message - From: "Frédéric SCHENCKEL" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, October 10, 2005 11:49 AM Subject: [twsocket] ThttpServer and SOAP > Hello, > > > I'm using François's HttpServer and TICSIsapi component from Sven Schmidt

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Fredrik Larsson
It might that you send some special character that gets encoded through the webserver. You probably need to decode the text. Try to send just A to Z characters to start with and no weird signs like é ü et c. Regards, Fredrik. -Original Message- When transmit a soap request, i get the err

[twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
Hello, I'm using François's HttpServer and TICSIsapi component from Sven Schmidts. I've slightly modified TICSIsapi to handle the soap requests (wsdl and so on). This part is working. But i'm facing another problem : When transmit a soap request, i get the error from my ISAPI dll : 'EDOMP