Stub files using a WSDL file in j2me

我们两清 提交于 2019-12-24 04:04:25

问题


Is it possible to generate stub files using a "WSDL" file?

I know how to generate stub files using wscompiler in j2me.

I have a wsdl file is it possible to create stub files using it?

I am using these stub files in my j2me application.


回答1:


there are several ways to generate stub files

  1. Using wscompile you can generate stubs follow this link. The wscompile command line reference can be found here.
  2. Using net beans creating j2me web service client.



回答2:


you can use J2ME's Wireless Toolkit for generating stubs.

steps : (1) Go to File Menu, Select Utilities 
        (2) From the Utilities dialog box, Select "Stub Generator" option.


来源:https://stackoverflow.com/questions/4256256/stub-files-using-a-wsdl-file-in-j2me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!