Objective: To consume the WSDL file by a php web service client.
Additional info: I have a WSDL (SOAP) file that is being generated by a third-party software. In introduction, I am using a .asp web service client and my method on how to consume the WSDL file (or invoke one of it's web service operation) is by means of converting the WSDL file into a library which can be referenced on my .asp project (I am using the wsdl.exe on Microsoft SDKs) and it works perfectly fine.
Now, what I am trying to achieve is to proceed with this kind of method for PHP. Is this achievable in PHP? I've looked over the internet for a few days but I am still unable to find any relevant information about this. Can you guys help me out?
Thanks.