.NET Client with Java WebService - "(501) Method OST is not defined in RFC 2068 and is not supporte
        Posted  
        
            by Yon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yon
        
        
        
        Published on 2010-04-28T16:31:09Z
        Indexed on 
            2010/04/28
            16:33 UTC
        
        
        Read the original article
        Hit count: 495
        
Hi,
We've got a .NET client calling a Java WebService hosted on Glassfish. Sometimes, for no clear reason, we get the error stated above. It appears that the first letter of the method ("P" of "POST") is dropped somehow.
This is not consistent though, so we have no idea how to reproduce it.
The communication is done over SSL.
Any ideas?
Thanks, yonadav
© Stack Overflow or respective owner