Home » Web Services » SOAP » Bug #1657
wsdl geneated by disco.php in wrong order
Details
| Submitted | 2004-06-16 14:32 UTC |
|---|---|
| From | trivutheg7 at jetable dot com |
| Assigned | yunosh |
| Status | Closed |
| Package | SOAP |
| PHP Version | 4.3.6 |
| OS | all |
| Roadmaps | (Not assigned) |
Comments
[2004-06-16 14:32 UTC] trivutheg7 at jetable dot com
Description:
------------
The wsdl generated in Disco.php in funcation _generate_WSDL is in the wrong order according to W3c. I could not get several tools to validate the wsdl created.
Spec
http://www.w3.org/TR/wsdl
The change is minor. I moved the method wsdl generation code below the type definition and it solved the problem.
The email address provided is good for the next 8 days. I will continue to check on the bug list and change email as required to help fix this.
Expected result:
----------------
wsdl generated in the following.
1. types
2. methods
3. port
4. binding
5. service
Actual result:
--------------
wsdl generated in the following.
1. types
2. port
3. binding
4. methods
5. service