#include <stack>#include "SOAPElement.h"#include <iostream>#include <sstream>#include "SOAPParser.h"Go to the source code of this file.
Variables | |
| const std::string | g_KszEnvelope = "Envelope" |
| const std::string | g_KszHeader = "Header" |
| const std::string | g_KszBody = "Body" |
| const std::string | g_KszFault = "Fault" |
| const std::string | g_KszQuoteTypes = "\"'" |
|
|
Definition at line 73 of file SOAPParser.cpp. Referenced by SOAPonHTTP::getMethodDetails(). |
|
|
SimpleSOAP Library: Implements a simplified version of SOAP (Simple Object Access Protocol). Copyright (C) 2000 Scott Seely, scott@scottseely.com modifications by Gerard J. Cerchio gjpc@circlesoft.com This library is public domain software Definition at line 71 of file SOAPParser.cpp. |
|
|
Definition at line 74 of file SOAPParser.cpp. |
|
|
Definition at line 72 of file SOAPParser.cpp. |
|
|
Definition at line 75 of file SOAPParser.cpp. |
1.4.6