I've used Axis2 a fair bit but never seen this. Ruby client gets this when
accessing SOAP service:
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-Powered-By: PHP/5.2.12
...
WWW-Authenticate: Digest ...
the axis2 client gets nothing so it sends a Basic auth header and gets nowhere
as the serv
doh! answering my own question but hope it'll be useful. Apparently chunking
causes IIS to fall over. This solved the problem:
stub._getServiceClient().getOptions().setProperty(HTTPConstants.CHUNKED,
"false");
Alistair
--
mov eax,1
mov ebx,0
int 80h
From: Alistair Young mailto:alistair.yo...@