How to consume JAX-WS using PHP?

Hi all,

I would like to know how to consume JAX-WS using PHP? The client is using JAX-WS, I need to read request and return value to it. I am using PHP. Can nuSoap handle JAX-WS? Please advise.

Thank you.

The native PHP SOAP client supports this. Consume it as you would consume any SOAP web service, nothing special needed.