Unfortunately this isn't anything to do with PHP. I don't have any info on
the app, what it's supposed to return or what the parameter passed should
be. The PHP soap call is working, but the app isn't returning what you
want or expect I guess.
On Thu, Sep 26, 2013 at 8:36 AM, Alf Stockton wrot
Keep on list.
$result = $client->GetSequenceNo( "CIS" ); shouldn't be throwing that
error. Maybe you are trying to do something with $result afterwards? Try
var_dump($result);
On Wed, Sep 25, 2013 at 10:12 AM, Alf Stockton wrote:
>
> On 25/09/13 16:52, Shawn McKenzie wrote:
>
> $client->GetS
SOAP functions can be called as methods of the SoapClient object. Maybe:
$client->GetSequenceNo( $parameters );
-Shawn
On Wed, Sep 25, 2013 at 9:17 AM, Alf Stockton wrote:
> In an attempt to interface with a webservice on a Windows 7 server I have
> started writing the following:-
> [code]
>
In an attempt to interface with a webservice on a Windows 7 server I
have started writing the following:-
[code]
$client = new
SoapClient("http://192.168.0.10/CISWebService/Mediamanager.asmx?WSDL";);
var_dump($client->__getFunctions());
$result =
$client->__doRequest("GetSequenceNo
Hi all, I'm trying to use the curl library to request a page through
POST. The page
is requested fine, the parameters are passed but the url
that is shown in the browser is the url of the previous page, the page
that is making the request and not the page that is shown in the
redirection.
ie:
5 matches
Mail list logo