RE: anyone has successful to use a PHP SoapClient talking with .Net Web services?

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

 



 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:michaelchikit@xxxxxxxxx] 
Sent: Monday, January 17, 2005 9:08 PM
To: soap@xxxxxxxxxxxxx; PHP-GEMERAL
Subject:  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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux