in reply to Re^2: Perl web service consumed by c# client returns null.
in thread Perl web service consumed by c# client returns null.
Ah, indeed. Thanks for pointing that out!
So the first header is Content-type (with a lowercase "t" in type), and it seems to come before the HTTP 1.1 line. This is an invalid HTTP response and might cause the client to abort parsing. If that's the case, then the error message isn't as good as it could be...
|
|---|