Consuming .net web service from Java client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samudrala

    Consuming .net web service from Java client

    Hi,
    I have developed a web service developed in C#. the WSDL I gave is working
    fine with .net client. But when java client consumes it always raising
    exception.
    I have basic knowledge of java too but never worked on consuming/producing
    web services. can any body send sample source code for java client so that i
    can test my web service in java client.

    thanx in advance
    samudrala
  • Yoel

    #2
    RE: Consuming .net web service from Java client

    Hi,
    You should generate client side by using wsdl2java, look at:


    "Samudrala" wrote:
    [color=blue]
    > Hi,
    > I have developed a web service developed in C#. the WSDL I gave is working
    > fine with .net client. But when java client consumes it always raising
    > exception.
    > I have basic knowledge of java too but never worked on consuming/producing
    > web services. can any body send sample source code for java client so that i
    > can test my web service in java client.
    >
    > thanx in advance
    > samudrala[/color]

    Comment

    Working...