My friends,
I need to create a
Java Web Service client in Eclipse to call a .NET WCF service in IIS 6.0 using Integrated Windows Authentication?
I searched online and wrote the code like this:
Then I can retrieve the text response. But my question is how I can invoke the web services methods like Add(n1, n2), Sub(n1, n2) and get the result from it.
Please give me a help.
Thanks in advance!
whe