SOAPonHTTP.cpp File Reference

#include "SOAPonHTTP.h"
#include <sstream>
#include <iostream>
#include "SOAPParser.h"
#include "SOAPElement.h"
#include "SOAPEncoder.h"
#include "SOAPMethod.h"
#include "TcpSocket.h"
#include "IpAddress.h"

Go to the source code of this file.

Variables

const std::string g_KszPost = "POST "
const std::string g_KszManHeader
const std::string g_KszContentType
const std::string g_KszContentLength = "Content-Length: "
const std::string g_KszSOAPAction = "SOAPAction: "
const std::string g_KszHTTPversion = "HTTP/1.0"
const std::string g_KszSOAP = "<SOAP"
const std::string g_KszBody = "Body"


Variable Documentation

const std::string g_KszBody = "Body"
 

Definition at line 70 of file SOAPonHTTP.cpp.

const std::string g_KszContentLength = "Content-Length: "
 

Definition at line 66 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getSendableMessage().

const std::string g_KszContentType
 

Initial value:

 
    "Content-type: text/xml; charset=utf-8"

Definition at line 64 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getSendableMessage(), and SOAPonHTTP::getSendableResponse().

const std::string g_KszHTTPversion = "HTTP/1.0"
 

Definition at line 68 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getSendableMessage().

const std::string g_KszManHeader
 

Initial value:

 
    "\"http://schemas.xmlsoap.org.soap/envelope/\""

Definition at line 62 of file SOAPonHTTP.cpp.

const std::string g_KszPost = "POST "
 

SOAPNetwork Library: Provides for network capabilities with SOAP (Simple Object Access Protocol). Relies on two other libraries: TcpServer.lib SimpleSOAP.lib

Copyright (C) 2000 Scott Seely, scott@scottseely.com modifications by Gerard J. Cerchio gjpc@circlesoft.com

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Definition at line 61 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getMethodDetails(), and SOAPonHTTP::getSendableMessage().

const std::string g_KszSOAP = "<SOAP"
 

Definition at line 69 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getMethodDetails().

const std::string g_KszSOAPAction = "SOAPAction: "
 

Definition at line 67 of file SOAPonHTTP.cpp.

Referenced by SOAPonHTTP::getSendableMessage().


Generated on Tue Mar 28 09:10:15 2006 for Simple SOAP by  doxygen 1.4.6