Qore xml Module 1.8.2
|
helper class implementing sample message generation More...
#include <WSDL.qm.dox.h>
Public Member Methods | |
constructor (WebService ws, *hash< auto > opts) | |
creates the WebService object More... | |
hash< auto > | getMessage (string name) |
prepare sample message More... | |
auto | getMessage (WSMessage msg) |
prepare sample message More... | |
helper class implementing sample message generation
This is the class for generating sample SOAP messages based on a WSDL file
WSDL::WSMessageHelper::constructor | ( | WebService | ws, |
*hash< auto > | opts | ||
) |
creates the WebService object
ws | the object representing the WSDL |
opts | an optional hash of options with the following possible keys:
|
hash< auto > WSDL::WSMessageHelper::getMessage | ( | string | name | ) |
prepare sample message
name | message name |
auto WSDL::WSMessageHelper::getMessage | ( | WSMessage | msg | ) |