John Henry Xu a �crit : > Good afternoon, > > I am investgating how to use php with axis web services or .Net web > services. Does anyone have experiece working on this before? > Hi,
there are basically 3 ways to use web services with PHP : - NuSoap - Pear::SOAP - use PHP5 I tried NuSoap and Pear::SOAP to build a server; both had problems when working in the document wrapped/literal mode, particularly NuSoap. Pear::SOAP looked like it worked, but the WSDL automatic generation only generated RPC/Encoded WSDL. Hope this helps. -- Julien
