![]() |
Qore xml Module 2.1.0
|
helper class implementing sample message generation More...
#include <WSDL.qm.dox.h>
Public Member Methods | |
| void | constructor (WebService ws, soft< hash< auto > > opts) |
| creates the WebService object | |
| hash< auto > | getMessage (string name) |
| prepare sample message | |
| auto | getMessage (WSMessage msg) |
| prepare sample message | |
helper class implementing sample message generation
This is the class for generating sample SOAP messages based on a WSDL file
| void WSDL::WSMessageHelper::constructor | ( | WebService | ws, |
| soft< 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 | ) |