how to call asmx web service using php
Posted by: joaquinbordado (210.5.69.---)
Date: July 04, 2008 11:20AM

this is a snippet of my code:


<?php
require("lib/nusoap.php"winking smiley;
$c = new soapclient("[connect.solutions.com.]winking smiley;
$params = array("Username"=>"TST","Password"=>"123","Org"=>"TST","Hash"=>FALSE);
echo $c;

$status = $c->call('ValidateUser', $params);
echo $status;
?>


I dont get any response from the webservice...

Here are the parameters fo r the ValidateUser command:
ยท Username,Password,Org,Hash

Options: ReplyQuote
Re: how to call asmx web service using php
Posted by: yfastud (Moderator)
Date: July 04, 2008 04:38PM

You have to install ASP.net first; check my instruction guide here ;-)

[guides.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.