Services_Webservice Beta!

I found some time to reactivate Services_Webservice and release the beta version. This package has been in alpha state since more then a year. You can download the version on the pear website. Additional information about the package are available here. Thanks also go to David. If you dont know what this package is doing then have a quick look at the following tests:

  • Test 01: Simple function call
  • Test 02: Simple function call 2
  • Test 03: Class Type
  • Test 04: Arrays
  • Test 05: Class Arrays

    Interested? Then read more about this package.

  • 5 Comments

    1. PHPDeveloper.org 2006-12-28, 2:10 pm

      Manfred’s Diary: Services_Webservice Beta!

    2. Juri 2007-01-16, 2:51 pm

      Hello!

      I have downloaded Services_Webservice(0.5.1 beta) form pear.php.net and got the following error:

      XML Parsing Error: junk after document element
      Location: http://www.mydomain.com/test_01.php?WSDL
      Line Number 2, Column 1:Warning: DOMElement::setAttribute() [function.setAttribute]: No such attribute ‘xmlns:typens’ in /usr/share/php/Services/Webservice.php on line 593

      What could be the cause of this error?

    3. Manfred Weber 2007-01-16, 3:24 pm

      Can I see the script which causes this error? The script that makes use of Services_Webservice!

    4. lukas 2007-01-25, 11:37 am

      hi manfred

      i have the same error with your test script. intererstingly, it only appears on one machine, running php 5.1.2. on another running 5.1.6, the error does not appear.

      do you have any idea what’s happening?

      regards
      lukas.

    5. Manfred Weber 2007-01-25, 11:56 am

      Well, it is difficult for me to reproduce this error if I dont have any further information.
      At first sight it wonder if “http://www.mydomain.com/test_01.php?WSDL” ist not the right url of the wsdl file and thats why the xml parser throws this error. So, did you replace my.domain.com with your domain name?

    Add a Comment