Example #1
0
 /**
  * Dump the WSDL as XML string.
  *
  * @return string
  */
 public function dump()
 {
     return $this->wsdl->dump();
 }