How to use Axis WSDL2Java generated files?

前端 未结 2 1563
执念已碎
执念已碎 2021-02-05 05:01

I generated Java files from WSDL with WSDL2Java converter, but I don\'t know how can I use service with these files, because there are no examples. I\'m implementing client side

2条回答
  •  半阙折子戏
    2021-02-05 05:42

    Normally a client doesn't instantiate a stub in Web Services, you would use the service locator and call the get method. I can't tell from your question, but if you are asking a more general "Where do I get JavaDocs (or such) to better understand the API", you would have to tell use which WS you are using.

    Axis User Guide

提交回复
热议问题