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

Bug #9924 no BODY and HTML end tags
Submitted: 2007-01-23 15:51 UTC
From: lru at rtpartner dot ch Assigned: crafics
Status: Closed Package: Services_Webservice (version 0.5.1)
PHP Version: 5.1.6 OS: OS X 10.4
Roadmaps: (Not assigned)    
Subscription  


 [2007-01-23 15:51 UTC] lru at rtpartner dot ch (lukas rueegg)
Description: ------------ the Webservice package does not create the needed HTML and end tags to be xhtml compliant. Test script: --------------- 'myService', 'encoding' => SOAP_ENCODED, 'soap_version' => SOAP_1_2) ); $myService->handle(); ?> Expected result: ---------------- myService WebService

The following operations are supported. For a formal definition, please review the Service Description.

  • string hello( int )
    Says "Hello!"

DISCO makes it possible for clients to reflect against endpoints to discover services and their associated WSDL documents.

Actual result: -------------- myService WebService <p>The following operations are supported. For a formal definition, please review the <a href="/tests/Services_Webservice/test_01.php?WSDL">Service Description</a>.</p> <ul><li><samp><var class="returnedValue">string</var> <b class="functionName">hello</b>( <var class="parameter">int</var> )</samp><br /><span class="description">Says "Hello!"</span></li></ul> <p><a href="/tests/Services_Webservice/test_01.php?DISCO">DISCO</a> makes it possible for clients to reflect against endpoints to discover services and their associated <acronym title="Web Service Description Language">WSDL</acronym> documents.</p>

Comments

 [2007-11-09 13:31 UTC] crafics (Manfred Weber)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.