WebService WSDL file generation client Java class

Source: Internet
Author: User
Tags wsdl
After the WebService project is published, the Address bar address http://localhost:8888/lxitedu.webservice.cxf-ch2/services/userService?wsdl

Use this XML document to generate Java code that is applied to our program:

You need to use the command provided by the JDK: Wsimport, enter Wsdl2javadirectly at the command line to get help information.

Command parameter Description: -D: Generate Directory of class files for client execution classes -S: Generate a directory of source files for the client execution class  -P: Define the package name of the generated class wsdl2java-p com.ceair.pss.pnr-d F:-client http://172.31.68.91:7001/pnr-cs-dubbo/ws/ COM.CEAIR.PSS.PNR.SERVICE.SPRING.PNRCOMPOSITESERVICE?WSDL

WebService WSDL file generation client Java class

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.