zhrb wrote: > Thank you Anne,I have solved this problem as what you told me.I can > receive the param now.But still appearing the information "- > Discarding unexpected response: HTTP/1.1 100 Continue".Does that mean > anything wrong?
No. .Net has this habit of first sending "100 Continuee" and then sending the real response. This message is simply saying that we ignored that bit. (I hope you're running with some level of debug? We shouldn't be printing this message out otherwise!) Sanjiva. -- Sanjiva Weerawarana, Ph.D. Founder & Director; Lanka Software Foundation; http://www.opensource.lk/ Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/ Member; Apache Software Foundation; http://www.apache.org/ Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
