Re: [SOAP] SoapClient WS-I Basic Profile compliance

[email protected] (Craig Millett) Tue, 20 Mar 2012 16:01:53 -0700
Newsgroups php.soap
Message-ID <CAGGLSpJQ-_0qEbOaxW26ab1V6kwTZvCaEtGvsuMB5rANaMNW8Q@mail.gmail.com>
--bcaec50160a15c18f404bbb4aabf
Content-Type: text/plain; charset=ISO-8859-1

I've never used wso-php, but by initial glance I can say
that wse-php doesn't require installation of a separate php extension.
It just adds WS-* support to the PHP SoapClient class.

All I needed wse-php for was to add WS-Security headers to SOAP requests,
and it works great for that!

-Craig

On Tue, Mar 20, 2012 at 2:01 PM, Justin Dearing <[email protected]> wrote:

> Craig,
>
> How does that compare to wso-php?
> http://wso2.com/products/web-services-framework/php/
>
> Justin
>
> On Tue, Mar 20, 2012 at 3:32 PM, Craig Millett <[email protected]> wrote:
>
> > PHP's SoapClient doesn't have WS-Security built in - if thats what you're
> > asking about.  I found this to work for what I needed it for:
> >
> > https://code.google.com/p/wse-php/
> > which requires this:
> > https://code.google.com/p/xmlseclibs/
> >
> > -Craig
> >
> > On Tue, Mar 20, 2012 at 11:48 AM, Darko Miletic <[email protected]
> > >wrote:
> >
> > > Hello,
> > >
> > > Can anybody please tell me if SoapClient class in PHP 5.3.x is WS-I
> > > Basic profile compliant? And if it is which version does it support?
> > >
> > > Thanks,
> > > Darko
> > >
> > >
> > > --
> > > PHP Soap Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
>

--bcaec50160a15c18f404bbb4aabf--