Skip to content

Commit

Permalink
2.11.22 Add first last name output
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 8, 2024
1 parent 81ba5ce commit 5c0ff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webservices/soap/ws-hello-world.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require_once('./lib/nusoap.php');
// Create the server instance
$server = new soap_server();
$server->setGlobalDebugLevel(9);
// Initialize WSDL support
$server->configureWSDL('hellowsdl', 'urn:hellowsdl');
// Register the method to expose
Expand Down

0 comments on commit 5c0ff54

Please sign in to comment.