Hi all,
I have a problem with calling a SOAP web service through PHP. To generate the PHP stubs I use wsdl2php. The problem is that the WSDL show some services that have the minus "-" character in the service name or in the name of one of its attributes. So, I am not able to do the calls to the web service because I can't create PHP variables or other PHP names that have the minus character.
Do you know the solution?