soap-bin-script - Create synchronous SOAP operation scripts in bin/
Generates boilerplate code for synchronous SOAP operation scripts in the bin directory using HyperVService.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Identify SOAP method signature
- Create script file in bin
- Add mandatory ini_set block
- Add argc argument check
- Add host lookup and SOAP call
- Verify PHP script execution
Inputs
- SOAP method name and signature
- HyperVService WSDL specification
- Host server ID and arguments
Outputs
- PHP script file in bin/
- Script execution output
Requirements
- PHP CLI environment
- Access to functions.inc.php file
- Network access to HyperVService WSDL
