etienne_marais
Honorary Master
Hi
My windows forms c# application consuming a webservice seems to work fine when I run both from the IDE (VS 2010).
When I publish the webservice to a server at an ISP, I get a '417 Expectation Failed' when trying to call a webservice method when using our internet access via our internal wireless network.
But when I use my LTE modem for internet access the application works fine. Hence network related.
The 417 error is usually associated with proxies according to what I have googled, but we do not use any proxies PLUS the error only appeared recently after several successful launches. I am thinking that it is related to the webservice and network in combination, i.e. the SOAP packet have reached a threshold and the network configuration is such that the packets can't be communicated ?
Please help
My windows forms c# application consuming a webservice seems to work fine when I run both from the IDE (VS 2010).
When I publish the webservice to a server at an ISP, I get a '417 Expectation Failed' when trying to call a webservice method when using our internet access via our internal wireless network.
But when I use my LTE modem for internet access the application works fine. Hence network related.
The 417 error is usually associated with proxies according to what I have googled, but we do not use any proxies PLUS the error only appeared recently after several successful launches. I am thinking that it is related to the webservice and network in combination, i.e. the SOAP packet have reached a threshold and the network configuration is such that the packets can't be communicated ?
Please help