SOAP library advice request

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jesus Angel

    #1

    SOAP library advice request

    Hello.

    Could you please give me an advice about a PHP SOAP library?

    I use PHP 4.3.0 and I have found this SOAP libraries:

    NuSOAP 0.7.1 (SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1)
    PEAR::SOAP 0.9.4 beta
    PHP-SOAP 0.1.1 alpha <-- discarded

    I think NuSOAP is the more mature library, but it is older than the
    other ones. The last stable NuSOAP library versión was released on
    2005-07-27.

    Thanks.

  • Ambush Commander

    #2
    Re: SOAP library advice request

    Supposedly the PHP SOAP library is pretty bad. I'd suggest looking over
    each package's code. If nothing's satisfactory, try making your own.

    Comment

    • Ambush Commander

      #3
      Re: SOAP library advice request

      Ah, I meant PEAR::SOAP in my last post. Sorry.

      Comment

      • NC

        #4
        Re: SOAP library advice request

        Jesus Angel wrote:[color=blue]
        >
        > Could you please give me an advice about a PHP SOAP library?
        >
        > I use PHP 4.3.0 and I have found this SOAP libraries:
        >
        > NuSOAP 0.7.1 (SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1)
        > PEAR::SOAP 0.9.4 beta
        > PHP-SOAP 0.1.1 alpha <-- discarded[/color]

        Personally, I thought NuSOAP was quite good.
        [color=blue]
        > I think NuSOAP is the more mature library, but it is older than the
        > other ones. The last stable NuSOAP library versión was released
        > on 2005-07-27.[/color]

        Actually, there was another minor release (0.7.2) on August 4, 2005.
        But I don't think it matters much; the current version of SOAP (1.2)
        was released by W3C on June 24, 2003. No changes to the protocol have
        been made since.

        Cheers,
        NC

        Comment

        • jesusangel.delpozo@gmail.com

          #5
          Re: SOAP library advice request

          Ok.
          Thank you very much for your answers :-)

          Comment

          Working...