I recently had to get one to work. The key in my case was building the
soap message for the paramaters instead of the standard paramaters array
something like
$parameters = "<Login> 
                   <Username>Username</Username>
               <Password>Password</Password>
                   </Login>";

Also, I am using the nusoap library.


Luis    

-----Original Message-----
From: Michael Leung [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 17, 2005 9:08 PM
To: [EMAIL PROTECTED]; PHP-GEMERAL
Subject: [PHP] anyone has successful to use a PHP SoapClient talking
with .Net Web services?

Hi all,
anyone has successful to use a PHP SoapClient talking with .Net Web
services?
at this moment, that seem to no success for my testes. If anyone has
successful to do this, please tell me.

yours,
Michael

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

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

Reply via email to