https://github.com/nowisesys/uup-soap-java
Test client for uup-soap written in Java
https://github.com/nowisesys/uup-soap-java
Last synced: about 1 month ago
JSON representation
Test client for uup-soap written in Java
- Host: GitHub
- URL: https://github.com/nowisesys/uup-soap-java
- Owner: nowisesys
- License: apache-2.0
- Created: 2019-01-24T01:03:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T01:20:19.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:30.299Z (3 months ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Example SOAP client for project uup-soap
Java SOAP client examples for testing the uup-soap library (a SOAP service library
written in PHP). Use the NetBeans IDE to load the project or compile from command
line using ant:```bash
ant compile
```Run the clients from the command line:
```bash
( cd build/classes && java client.Calculator )
( cd build/classes && java client.Employees )
```Cleanup when done:
```bash
ant clean
```