Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a WSDL from a C# web service. Can anyone advice on how to use apache axis 2 to create a dummy web service?

share|improve this question

1 Answer

Use Axis2's wsdl2java. It will generate a runnable skeleton. Just take out the exceptions and make each operation return a canned response.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.