Getting an error on a webservice call from C#
        Posted  
        
            by ooo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ooo
        
        
        
        Published on 2010-05-18T21:33:28Z
        Indexed on 
            2010/05/18
            21:40 UTC
        
        
        Read the original article
        Hit count: 332
        
i am calling a java webservice from C#. i generate the wdsl proxy through visual studio which works fine and i see the methods. etc.
I have one issue where i get this error in one of the requests:
org.xml.sax.SAXException: No object was found for class type class com.ml.ets.ease.analytics.soap.Request
does anyone have any idea why i might be getting this error.
© Stack Overflow or respective owner