I concur with Lenz - i've been on multi-vendor projects where an
architect declared "let them talk in soap".. the problem is that only
works if you have the same library on server and client

instead i spent 6 monts reverse engineering Delphi's soap server
protocol so i could talk to it from a php client.

Really, it only needs a simple restful method and some kinda encoding
for the response - i've yet to find something that needed soap's
complexity.

On Mon, Feb 2, 2009 at 4:48 PM, lenz <[email protected]> wrote:
> SOAP is really dead and has one significant drawback: it is _not_ compatible
> the problem with it (and many demo test server out there) is the difference
> of the implementation in M$ based vs JAVA based implementations. you get it
> to work in either one or the other but never with both. if you have to
> implement it for a customer look first at the server you are implementing
> against and try to make it work with only that one. skip the extra step to
> make it generally work, it wont.
> cheers
> lenz
>
> On Mon, Feb 2, 2009 at 11:37 AM, Brendan Brink <[email protected]>
> wrote:
>>
>> Hi there all,
>>
>> Wondered if anyone had a link to a PHP Soap tutorial that they have used
>> and found useful?
>>
>> Have noted that many online are connecting to servers which are no longer
>> active for testing.
>>
>> wanting to create a client in PHP
>>
>> Thanks
>>
>> Cheers
>> Brendan.
>>
>>
>>
>
>
>
> --
> iWantMyName.com
> painless domain registration (finally)
>
> >
>



-- 
No Guilt apon accusation!
http://creativefreedom.org.nz

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to