The solution is pretty simple, just add the support(in bold) for the httpPost protocol in your web.config file:
<?xml version="1.0" encoding="utf-8"?><configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.web> <webServices> <protocols> <add name="HttpPost"/> </protocols> </webServices> </system.web></configuration>
Publishing the WebService do not automatically add these lines so you'll have to do it manually.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2009, Oren Ellenbogen
<= Contact me via E-mail
newtelligence dasBlog 2.2.8279.16125