How to create a SOAP Web service with .NET(C#) with a Java based Client ?
        Posted  
        
            by Itsik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Itsik
        
        
        
        Published on 2010-05-27T22:41:46Z
        Indexed on 
            2010/05/27
            23:41 UTC
        
        
        Read the original article
        Hit count: 238
        
I need to create a SOAP Web Service in C#.
I've done this in the past in Java with eclipse, but couldn't really find something that is SOAP specific when creating a new Web Service project in VS2008.
I need some kind of guidance on how to start this.  
Also, the intended client will be implemented in Java,
are there known compatibility issues with this?  
Thanks
© Stack Overflow or respective owner