Tuan Anh,

Are you trying to access a tomcat hosted axis ws from
a php client? It's not very clear what you're trying
to do. But, assuming you want to interact with an AXIS
WebService  running on Tomcat from a PHP Client, you
will need to find a PHP SOAP Toolkit and configure
that to connect to your service. There are three major
SOAP implementations for PHP: 

   - PEAR::SOAP
   - NuSOAP
   - PHP-SOAP 

The first two have more features, but they're
implemented entirely with PHP, so they're a little
slower. PHP-SOAP, however, is written in C, so it's a
bit faster. All are more then adequate for medium
traffic sites however.

hope that helps.

Brian Abbott

--- Nguyen Tuan Anh <[EMAIL PROTECTED]> wrote:
> Hi,
> Could anyone tell me how to establish mutual
> authentication between 
> apache/php and tomcat with one axis webservice.
> 
> Many thanks,
> Tuan Anh
> 
> 


                
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html

Reply via email to