An open API service indexing awesome lists of open source software.

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

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
```