I'm trying to create my first web service with zend-soap, but I need it to have some parameters with hyphens (like parameter-name
). I have to implement a given WSDL so I can't change this requirement.
How can I do it, since PHP doesn't allow variables with hyphens?