I used the function __getFunctions() of SoapClient to my WSDL file
and used print_r to display the list of the functions.
Array
(
[0] => AirRepriceRsp service(AirRepriceReq $parameters)
[1] => FlightDetailsRsp service(FlightDetailsReq $parameters)
)
I pretty sure "service" is the function, but all the functions have the same function names.
Please help.
Thanks.