Documentation should include how to run the test code
Brought to you by:
gjpc
Hi,
after compiling the source, It was not obvious how to
test the software using the test-client and test-server.
After some trial and error and reading through the code
I did sort it out, but for those looking for some
documented direction, this is it in brief:
Windows:
TestServer
1) open a cmd window
2) cd to SimpleSoap.2.1\TestServer\Debug
3) SOAPTestServer.exe
TestClient
1) opean a new cmd window
2) cd to the SimpleSoap.2.1\TestServer\testFiles folder
3) ..\Debug\SimpleSOAPTestClient.exe SimpleSOAP test.txt
that's it... should see validations go by.