项目作者: SalAlba

项目描述 :
Create simple CRUD in JAVA using SOAP/JAX-WS
高级语言: Java
项目地址: git://github.com/SalAlba/JAX-WS.git
创建时间: 2018-05-23T10:33:50Z
项目社区:https://github.com/SalAlba/JAX-WS

开源协议:MIT License

下载


Create simple CRUD in JAVA using SOAP/JAX-WS

How To run

We assume you are in the main folder(src).

  1. |_src
  2. |_ server
  3. |_ client
  4. |_ README.md

For Windows

  1. $ javac server/*.java
  2. $ start java server.FactoryServer OR $ start java server/FactoryServer
  3. $ wsimport -keep -p client http://localhost:9999/factoryService?wsdl
  4. $ javac client/FactoryClient.java OR $ javac client/*.java
  5. $ java client.FactoryClient OR $ java client/FactoryClient
  1. could not find or load main class problem in java to fix it type the command below in cmd
    >

    $ SET PATH=%PATH%;C:\Program Files\Java\???JDK???\bin

    SET PATH=%PATH%;C:\Program Files\Java\jdk1.8.0_152\bin