dkulp wrote:
> 
> 
> Can you use wireshark or something to capture the request/response?
> 
> Looking at the stack trace, I see:
> 
> Caused by: java.net.HttpRetryException: cannot retry due to server  
> authentication, in streaming mode
>          at  
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown  
> Source)
>          at java.net.HttpURLConnection.getResponseCode(Unknown Source)
> 
> 
> Which suggests to me that some sort of authentication token isn't  
> being sent in.
> 
> Dan
> 
> 

Hi Dan, I ran the traces and I see something suspicious.  For the success,
the following executes:

In frame 149 of the attached success jdk 1.6_07 file.
POST /ReportServer_SS08/ReportService2005.asmx H... and then a response
comes back as 

0000  3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31   <?xml version="1
0010  2e 30 22 20 3f 3e 3c 53 3a 45 6e 76 65 6c 6f 70   .0" ?><S:Envelop
0020  65 20 78 6d 6c 6e 73 3a 53 3d 22 68 74 74 70 3a   e xmlns:S="http:... 

all good stuff.

In frame 136 of the jdk 1.5 failure file, the same post gets this response:

   HTTP/1.1 401 Unauthorized..Content-Length: 0..WWW-Authenticate:   
Negotiate..WWW-Authenticate: NTL
M..Date: Wed, 16  Jul 2008 18:53:  23 GMT..Connection: close....

I'll attach the respective protocol traces.
http://www.nabble.com/file/p18495699/SSRSjdk1_5_failure.zip
SSRSjdk1_5_failure.zip 
-- 
View this message in context: 
http://www.nabble.com/CXF-cannot-create-webservice-in-JDK-1.5-with-libraries-but-succeeds-in-1.6-tp18408520p18495699.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to