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!
PHP AND JAX-WS
Moderator: General Moderators
Re: PHP AND JAX-WS
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.
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
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
thx for the reply
Re: PHP AND JAX-WS
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...