1

can somebody please tell me how to generate wsdl from java code ?

1 Answer 1

1

Another approach would be to think "contract first": start by defining your request and response XML and generating WSDL from that. Your Java classes are decoupled from the WSDL, and "duck typing" is possible.

This is the approach taken by Spring web services.

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

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.