0

i am new bee to web service world. i am given a wsdl file and asked to write a web service corresponding to this wsdl file. Is it possible to generate web service from wsdl file .

I have generated client using wsdl file using apche axis wsdl2java but how will write server side code from wsdl.

please help me out to generate web service from wsdl file using apche axis .

5
  • from the documentation -ss Generate server side code (i.e. skeletons) (Default: off). Commented Jan 23, 2017 at 14:33
  • will it generate classes required for web service?? Commented Jan 23, 2017 at 14:36
  • What does classes required for web service means? Commented Jan 23, 2017 at 14:42
  • i knew that apache wsdl2java is used to create client code to invoke service on the server. i wanted to know will it generate classes on the server side that will be exposed through wsdl Commented Jan 23, 2017 at 14:50
  • Yes that is what wsdl2java -ss ... does Commented Jan 23, 2017 at 14:53

1 Answer 1

1

Use https://github.com/nilsmagnus/wsdl2java to generate java stub or skeleton using your WSDL file

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.