Stub files using a WSDL file in j2me
问题 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 Using wscompile you can generate stubs follow this link. The wscompile command line reference can be found here. Using net beans creating j2me web service client . 回答2: you can use J2ME's Wireless Toolkit for