Posted by Mateusz Markowski on 10/23/06 15:27
Alex napisal(a):
> Hi all,
> Anyone nows how to how to invoke a message style Axis service from php?
> I'm using this WSDL:
> http://lamia.ced.tuc.gr/axis/services/searchService?wsdl
>
> The content of the message should be an XML document describing an XML
> query.
>
If you have compiled PHP with option --enable-soap you can do it using
SoapClient(http://pl.php.net/manual/en/ref.soap.php). If you haven't
and you don't want to recompile it you can install a PEAR package
SOAP(http://pear.php.net/package/SOAP/).
Navigation:
[Reply to this message]
|