-
In certain cases, duplicate class declarations are created, which result in PHP errors (something as "Fatal error: Cannot redeclare class foo in foobarService.php on line 74"). This can for example happen if a standardized object (e.g. for messages or errors) is used multiple times across parent elements.
This may or may not be a problem with the WSDL file or the providing service, however...
2009-07-22 09:44:01 UTC by lxg
-
add php-documentator for class type (xsd element and complex type)
2009-04-01 15:05:36 UTC by nobody
-
Thanks for your great work. I have a few suggestions after running wsdl2php against my Salesforce.com enterprise wsdl, I encounted the following issues that I corrected manually:
1) Salesforce has an object called Case, which is a php reserved word. I renamed it and changed the classmap accordingly, but you might check for that or provide a way to override certain names at code generation...
2007-08-31 21:29:50 UTC by nobody
-
.....
If the wsdl has soap:header, this should be passed to the constructor, so no changes needed in the class when a soap header is required.
2007-06-14 19:20:14 UTC by nobody
-
It could be interesting to support the fact that some WSDL use import and include to split the service definition into several files.
I have, in my company, a WCF service which has a WSDL which include another WSDL which also include other XSD.
In fact, SoapClient loads the WSDL correctly but not the DOM object which only loads the main WSDL file (not the imported/included ones).
2007-04-23 21:07:09 UTC by kattack
-
email sjlacroix@yahoo.com for details.
2007-03-12 21:13:47 UTC by nobody
-
The soap action is not being set in the generated code.
2007-03-12 21:12:01 UTC by nobody
-
cod3gen committed revision 33 to the wsdl2php SVN repository, changing 1 files.
2007-01-26 14:33:09 UTC by cod3gen
-
Something like the following. The embedded complexTypes are converted into classes by PHP, and given the same name!
...
2007-01-12 20:21:30 UTC by nobody
-
cod3gen committed revision 32 to the wsdl2php SVN repository, changing 1 files.
2007-01-03 14:10:20 UTC by cod3gen