On our local dev server, the web services we created list both SOAP and HTTP Post options. However on the production server only SOAP is being listed.
Is there some explicit setting that needs to be made for remote servers to enable HTTP Post? I had thought it was on by default unless you explicitly turned it off.
This is ASP.NET 2.0 framework.