Library: RemotingNG/SOAP
Package: SOAP
Header: Poco/RemotingNG/SOAP/WSDLRequestHandler.h
The WSDLRequestHandler serves WSDL files to clients.
Direct Base Classes: Poco::Net::HTTPRequestHandler
All Base Classes: Poco::Net::HTTPRequestHandler
Member Functions: handleRequest
Inherited Functions: handleRequest
WSDLRequestHandler(
const std::string & wsdlPath
);
Creates the WSDLRequestHandler.
The path to the directory containing WSDL files must be given as argument.
Destroys the WSDLRequestHandler.
void handleRequest(
Poco::Net::HTTPServerRequest & request,
Poco::Net::HTTPServerResponse & response
);
Sends the WSDL file back to the client, or sends a 404 response if the requested WSDL file does not exist.