PHP AND JAX-WS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jojovem
Forum Newbie
Posts: 3
Joined: Sun Nov 07, 2010 11:56 am

PHP AND JAX-WS

Post 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!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP AND JAX-WS

Post 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.
jojovem
Forum Newbie
Posts: 3
Joined: Sun Nov 07, 2010 11:56 am

Re: PHP AND JAX-WS

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP AND JAX-WS

Post 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...
Post Reply