Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.14.0

Bug #1657 wsdl geneated by disco.php in wrong order
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)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 11 + 42 = ?

 
 [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

Comments

 [2005-05-26 22:26 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!