#include <iostream>
#include "TestClient.h"
#include "networkApp.h"
#include <fstream>
Go to the source code of this file.
Defines | |
#define | VersionString "Simple SOAP Test Client 2.1 build 0" |
Functions | |
int | networkAppMain (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
char * | ServerObject = NULL |
|
Definition at line 10 of file TestClientMain.cpp. Referenced by networkAppMain(). |
|
Definition at line 143 of file TestClientMain.cpp. References networkAppMain(), and NetworkStart(). |
|
Definition at line 49 of file TestClientMain.cpp. References ServerObject, and VersionString. |
|
Main.cpp For Simple SOAP test Client This is the Client driver program for the Simple SOAP Test Client. This client allows you to test compatablility of a Simple SOAP Client with the any SOAP Server. This Client assumes the test server is running on the same machine with port 8080 as the server port. It reads through a list of file in the file given on the command line and sends the XML in A SOAP envelope to the server, printing out the entire RPC on the stdout. It then waits for the server's response prints that and proceeds to the next file. This Program requires the Simple SOAP server Library from Scott Seeley and the Simple Soap TCP Server from Jasen Plietz Definition at line 47 of file TestClientMain.cpp. Referenced by TestSOAPClient::SOAPMethodTable::CGenric::Generic(), and networkAppMain(). |