Consume Java Webservice through .NET client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kumar T via .NET 247

    Consume Java Webservice through .NET client

    Could you please explain me the steps for consuming JavaWebservice through .NET client. I know how to connect through.NET webservice and I followed the same steps for this, but itdid not work out. In the Add web reference dialog I entered theJava webservice url, it returned the Messages "Sorry, I don'tspeak via HTTP GET- you have to use HTTP POST to talk to me" inthe left pane and "Discovery Information not available" in theright pane. I could not proceed because of these errormessages. It would be great if you could help me to resolvethis issue.

    Thanks in advance
    Kumar T

    -----------------------
    Posted by a user from .NET 247 (http://www.dotnet247.com/)

    <Id>FCslxMRb70e 870HD+So0RQ==</Id>
  • Dino Chiesa [Microsoft]

    #2
    Re: Consume Java Webservice through .NET client

    What Java webservices stack are you using?
    The message you got from the Java web service sounds like Apache SOAP.
    Apache SOAP is deprecated, is not WS-I compliant, is not being maintained,
    and does not do WSDL.

    What you need in "Add Web Reference" is a WSDL. Where is the WSDL doc for
    your Java webservice?


    -Dino


    "Kumar T via .NET 247" <anonymous@dotn et247.com> wrote in message
    news:OVgmwvVMEH A.268@TK2MSFTNG P11.phx.gbl...
    Could you please explain me the steps for consuming Java Webservice through
    ..NET client. I know how to connect through .NET webservice and I followed
    the same steps for this, but it did not work out. In the Add web reference
    dialog I entered the Java webservice url, it returned the Messages "Sorry, I
    don't speak via HTTP GET- you have to use HTTP POST to talk to me" in the
    left pane and "Discovery Information not available" in the right pane. I
    could not proceed because of these error messages. It would be great if you
    could help me to resolve this issue.

    Thanks in advance
    Kumar T

    -----------------------
    Posted by a user from .NET 247 (http://www.dotnet247.com/)

    <Id>FCslxMRb70e 870HD+So0RQ==</Id>


    Comment

    Working...