Re: SV: SV: Read the SOAP return

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey

Just use the SoapClient as documentated on php.net/

http://dk.php.net/manual/en/function.soap-soapclient-construct.php

<?php
  $client = new SoapClient('http://mydomain.com/service.wsdl');
  // use client as normal object here
?>


I assume your webservice for a valid WSDL, else you have to create one.

2007/4/26, Jeppe Donslund <jd@webmasters.dk>:

Hi Claus,

Could you show me an exampel or maybe a link to one?
I can't figure out how to do reading php.net.


Regards,
Jeppe



Claus Jørgensen skrev:
> Hey
>
> If you work with PHP5, can you explain why not using the SOAP api,
> www.php.net/soap , then?
> That pratical will do what you tried to do in a few lines.
>
> 2007/4/25, Jeppe Donslund <jd@webmasters.dk>:
>>
>> Hi Rob,
>>
>> Thank you for your answer. It make sense to me. I'll try what you
>> suggest.
>>
>> I work with PHP5 so maybe there is an easier way to do the job.
>>
>>
>>
>> Regards / Med venlig hilsen
>>
>> Jeppe Donslund
>> Programmør
>>
>> Tlf. dir. 7633 8824
>>
>> Webmasters
>> Agtrupvej 51
>> 6000 Kolding
>>
>> Tlf. 7550 8877
>> jd@webmasters.dk
>> www.webmasters.dk
>>
>
>
>

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
Sincerely
 Claus Jørgensen, Denmark
 Mobil: +45 30 13 27 32
 http://www.dragons-lair.org

[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux