Re: [twsocket] DTD problem in THttpCli POST

2012-12-04 Thread François Piette
> I've tried to extract the code from my component package and it has been 
> well executed (the same code executed in the project).
> What's the problem in your opinion ?

You have changed something else. Having a component out of a package doesn't
change his working. The same code is executed. So if it work now, then you
have changed something else.

-- 
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] DTD problem in THttpCli POST

2012-12-04 Thread Boris Saint-Martin

Thank you for your answer.
I've tried to extract the code from my component package and it has been 
well executed (the same code executed in the project).

What's the problem in your opinion ?

Boris.
--
From: "François Piette" 
Sent: Monday, December 03, 2012 8:38 PM
To: "'ICS support mailing'" 
Subject: Re: [twsocket] DTD problem in THttpCli POST


I use a THttpCli to communicate with a XML-RPC server.
I have a problem when POST command is called.
The webserver respond the error below :

DTD interdite.
Ligne: 1

:

The problem could be that the server requires a DTD, taking your missing 
DTD

as an empty once, and thus and invalid one.

--
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] DTD problem in THttpCli POST

2012-12-03 Thread François Piette
> I use a THttpCli to communicate with a XML-RPC server.
> I have a problem when POST command is called.
> The webserver respond the error below : 
>
>DTD interdite.
>Ligne: 1
>
> However as you can see I don't specify any DTD in THttpCli initialization
:

The problem could be that the server requires a DTD, taking your missing DTD
as an empty once, and thus and invalid one.

-- 
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] DTD problem in THttpCli POST

2012-12-03 Thread Boris Saint-Martin
Hello,

I use a THttpCli to communicate with a XML-RPC server.
I have a problem when POST command is called.
The webserver respond the error below : 

DTD interdite.
Ligne: 1
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be