How to use apache axis 2 to create a dummy web service?
I have a WSD开发者_如何学PythonL from a C# web service. Can anyone advice on how to use apache axis 2 to create a dummy web service?
Use Axis2's wsdl2java. It will generate a runnable skeleton. Just take out the exceptions and make each operation return a canned response.
精彩评论