Page 1 of 1

PHP AND JAX-WS

Posted: Sun Nov 07, 2010 12:00 pm
by jojovem
Hi all, im new to this forum and hope we can talk about good stuff regardind PHP.

Here is my problem, i need to create a PHP client to an existing JAX-WS webservice. Im searching all over the net resources or tutorials to help me program this client, but i have found nothing. Anyone here knows a good site, or a good tutorial to create a php client to an existing JAX-WS webservice?

All the methods are already done, i only have to call them(i guess through a SOAP client).

Can Anyone help me?


Thx!

Re: PHP AND JAX-WS

Posted: Sun Nov 07, 2010 12:48 pm
by requinix
JAX-WS is an API, not a protocol.

Under the hood it might use REST or SOAP or something else - that's what you want to search on.

Re: PHP AND JAX-WS

Posted: Sun Nov 07, 2010 12:53 pm
by jojovem
I Understand, but is there a avaliable code that shows how i do that? I´m good at PHP coding but i never created an webservice or a client, so i needed a tutorial or an example, just to understand how it works.

thx for the reply

Re: PHP AND JAX-WS

Posted: Sun Nov 07, 2010 3:19 pm
by requinix
Yeah, there's plenty - once you know what you're looking for. REST is really easy to do and there's built-in support for SOAP so...