#include <iostream>#include "networkApp.h"#include "SOAPonHTTP.h"#include "SOAPElement.h"#include "SOAPDispatcher.h"#include "SOAPFault.h"#include "TSOAPObjectCreator.h"#include "TestSOAP.h"#include <fstream>Go to the source code of this file.
Defines | |
| #define | VersionString "Simple SOAP Test Server V 2.1 build 0" |
Functions | |
| void | registerObjects () |
| void | processSocket (TcpSocket &socket) |
| int | networkAppMain (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
|
|
|
|
||||||||||||
|
Definition at line 170 of file main.cpp. References networkAppMain(), and NetworkStart(). |
|
||||||||||||
|
Definition at line 146 of file main.cpp. References TcpConnectionServer::accept(), processSocket(), registerObjects(), and VersionString. Referenced by main(), and NetworkStart(). |
|
|
Definition at line 75 of file main.cpp. References Socket::close(), SOAPonHTTP::getMethodDetails(), Socket::getReceivingBufferSize(), SOAPDispatcher::Instance(), SOAPDispatcher::processMessage(), ConnectableSocket::read(), and NetworkException::what(). Referenced by networkAppMain(). |
|
|
Definition at line 69 of file main.cpp. References SOAPDispatcher::Instance(), and SOAPDispatcher::registerObject(). Referenced by networkAppMain(). |
1.4.6