Jerry Altman - 2015-04-16 20:31:27
Hi! Sorry to bug you. I downloaded the package, went through a few rounds before I figured out what needed to be done, celebrated a bit when it appeared the install went as it should.
Now I'm running into problems referencing the appropriate pages/classes to do the WSDL creation from my service class. I'm trying to avoid having to reference the entire path to all the required classes, want to just use the namespace and class using either the "use" or "require/-_once" statement. When I debug, I get an error message that indicates the classes can't be found.
All the files are under "vendor/(php2wsdl|wingu)..." after using composer to install them, and I do have references to them under the "references" item under the project.
Quick note: I'm using Visual Studio with a PHP extension as an editor.
Can you show me if I should need to be using "require" or "use" in the first place, and if so, how I should be able to use them? If it's similar to what I've been doing already, I'll just know it's a problem with the installation or the way the editor is handling things. Or something else I'll have to figure out.
Any help is greatly appreciated.
Thank you!