SOAP server in PHP 5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LEMAIRE Mathieu

    SOAP server in PHP 5

    Hello,

    I'm having trouble while trying to map a php object to a wsdl one...
    I've been googleing hours to find a doc about this subject, but I
    could'nt find anything interesting.

    Do you have anything in your bookmarks to share with me :) ?

    Thank you,

    --
    Mathieu LEMAIRE
  • Mateusz Markowski

    #2
    Re: SOAP server in PHP 5


    LEMAIRE Mathieu napisal(a):
    Hello,
    >
    I'm having trouble while trying to map a php object to a wsdl one...
    I've been googleing hours to find a doc about this subject, but I
    could'nt find anything interesting.
    >
    Do you have anything in your bookmarks to share with me :) ?
    >
    Is this what you are looking for?


    Comment

    • Adam Harvey

      #3
      Re: SOAP server in PHP 5

      On Sun, 03 Dec 2006 01:43:27 -0800, Mateusz Markowski wrote:
      LEMAIRE Mathieu napisal(a):
      >I'm having trouble while trying to map a php object to a wsdl one...
      >I've been googleing hours to find a doc about this subject, but I
      >could'nt find anything interesting.
      >>
      >Do you have anything in your bookmarks to share with me :) ?
      >>
      Is this what you are looking for?
      http://pl2.php.net/manual/pl/functio...r-setclass.php
      The SOAP article written for the Zend Web site back when PHP5 was in beta
      is still quite handy, too: http://devzone.zend.com/node/view/id/689

      Adam

      --
      Adam Harvey

      To e-mail: don't make an example out of me!

      Comment

      • LEMAIRE Mathieu

        #4
        Re: SOAP server in PHP 5

        > Is this what you are looking for?
        >http://pl2.php.net/manual/pl/functio...r-setclass.php
        Not really... hopefully I already browsed php man before asing such a
        question

        What I'm looking for is a A to Z tutorial about creating a webservice
        server in php 5, with a closer look inside what php variable is bound to
        in WSDL...

        The SOAP article written for the Zend Web site back when PHP5 was in beta
        is still quite handy, too: http://devzone.zend.com/node/view/id/689

        thank you I'll check this URL later since devzone.zend.co m seems
        actually down right now...

        --
        Mathieu LEMAIRE

        Comment

        Working...