Oleg >As far as I can tell #hasRequestContent() of your method always returns false. Here's my piece of advice: do >not mess around with EntityEnclosingMethod. It is non-trivial to implement a custom entity enclosing method >correctly. Just override #getName() method. Do not mess with any other methods and provide a search criteria >using #setRequestEntity() the way it was intended.
Which class would you extend from though? I left it at the EntityEnclosingMethod and removed my custom code, and just call setRequestEntity() when assigning the search string. That ends up with the request being sent again including a non 0 content length so I feel I'm on the right track now. Regards Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
