Skip to content

Commit

Permalink
Add helper function to determine version used for wsdl
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier1980 committed Nov 5, 2018
1 parent 7bfea7c commit ad5c2e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SmbSoapClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ public function __construct( $supplierId, $wsdl = "", $soapOptions = array() ) {
parent::__construct( $this->wsdl, array_merge ( $this->soapOptions, $soapOptions ) );
}

/**
* Return the currently used WSDL address
* @return string
*/
public function getWsdl()
{
return $this->wsdl;
}

/**
* See if a resource complies to IRI, URI name, or URN.
* This method can be used to validate LOM record resources to see which one should be used
Expand Down

0 comments on commit ad5c2e6

Please sign in to comment.