0

I need to call Java web service from .Net application and that web service should accept the parameters from .Net but am not sure about the procedure. If anyone have some idea then please let me know.

1
  • 1
    A web service is a web service is a web service. The implementation language is irrelevant. This question is really How do I call a web service from .Net? Commented Jan 25, 2012 at 15:33

2 Answers 2

2

.NET web service is SOAP web service. Just get WSDL, generate stubs and use it.

Sign up to request clarification or add additional context in comments.

Comments

1

You should get the WSDL first, then using Eclipse (I would suggest Netbeans) you generate/create the Stubs and call the service. It is really nothing fancy at all. Once you have the WSDL the rest (how you generate the classes using Netbeans) is really covered a lot online.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.