PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » SOAP » Bug #1657

wsdl geneated by disco.php in wrong order

Details

Submitted2004-06-16 14:32 UTC
Fromtrivutheg7 at jetable dot com
Assignedyunosh
StatusClosed
PackageSOAP
PHP Version4.3.6
OSall
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