Hi Ortwin, I am sending an encoded xml file to USPS shipping test server. The user name and password are in the xml file. I expect that the USPS test server would send me back a xml file with information I want.
The status code that I received is 200, which means the request has been processed successfully. But I got the following in my console: org.apache.commons.httpclient.HttpMethodBase readResponse INFO: Discarding unexpected response: HTTP/1.1 100 Continue And I also got the error message from the USPS test server, says that I have not sent the user name correctly. I have already checked the user name and the password with them, and they are both correct. The USPS shipping developer team checked the unencoded xml file, and the file is correct. Actually it is a standard sample file, only with different user name and password. So I am wondering whether the encoded xml file has been sent correctly. Best regard Lei Cao -----Original Message----- From: Ortwin Gl�ck [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:40 AM To: HttpClient Project Subject: Re: question about PostMethod Lei Cao wrote: > I constantly receive an error message as below: > ------------------------------------ > org.apache.commons.httpclient.HttpMethodBase readResponse > INFO: Discarding unexpected response: HTTP/1.1 100 Continue > ------------------------------------ > > I have followed the HttpClient tutorial and could not find what I have done > wrong. Is there anybody can help me out? > Thanks in advance! Lei, what makes you think you have done something wrong? Any error messages? What did you expect, what did you get? Kind regards Ortwin Gl�ck --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This message originates from Jewelry Television (TM) . The message and any file transmitted with it is intended to be privileged and confidential. It is intended only for the addressee named above. Any disclosure, distribution, copying or use of the information by anyone other than the intended recipient, regardless of address or routing, is strictly prohibited. If you have received this message in error, please advise the sender by immediate reply and delete the original message. Personal messages express views solely of the sender and are not attributable to Jewelry Television (TM). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
