The nightly build of SOAP package has that method, the old versions do
not. So if you want to use it, you have to download the nightly build.
-Daniel
Barry White wrote:
Thanks Scott and Daniel,
I am sending the images one SOAP message at a time. The web service
can handle an array of images but I have found the client
implementation a whole lot easier (error handling, etc.) sending one
at a time.
I think it will make tracking upload progress a lot easier too. By
modifying HTTPUtils as Scott suggested I can count the payload bytes
sent and track progress that way, it doesn't look to difficult.
Daniel: I did a quick search and saw a reference to
SOAPHTTPConnection.getRequestCopy(), but there's no such method in the
version I'm using.
Barry