Note that there are some explanatory texts on larger screens.

plurals
  1. POClient not connecting to our C# web service from java client
    primarykey
    data
    text
    <p>I've developed a C# Web-service using VS 2012 .net 4.0.</p> <p>We're having problems with our client connecting to it. </p> <p>I have custom logging in the web-service and it logs into a SQL table both successes and failures. The client is submitting XML. But the client calls never reach the web service best as I can tell.</p> <p>I'm able to connect from outside using a C# client I developed so I know the issue is not the firewall because the server is publicly available. During these calls my internal logging works fine.</p> <p>More importantly the client reports their returned error as..."Response Code=500 Response Message=Internal Server Error". So it looks like it's reaching the server but not the web service.</p> <p>I've looked at the IIS log but I'm not to knowledgeable about it so I thought I'd ask here.</p> <p>Here's an examples of what's in the IIS logs for his client call which doesn't actually trigger my web service...</p> <pre><code>#Software: Microsoft Internet Information Services 7.5 #Version: 1.0 #Date: 2013-12-12 03:37:41 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken 2013-12-12 03:37:41 172.16.20.40 POST /FAResults/FAResults.asmx - 80 - 172.16.20.204 Jakarta+Commons-HttpClient/3.1 500 0 0 577 </code></pre> <p>And here's the IIS log entry for my C# client app call which does trigger my web service...</p> <pre><code>2013-12-16 20:18:34 172.16.20.40 POST /FAResults/FAResults.asmx - 80 - 172.16.20.204 Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+2.0.50727.7905) 200 0 0 10030 </code></pre> <p>Can anyone guide me as to where to look for a solution?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload