php web service error
Posted on
16th Feb 2014 07:03 pm by
admin
hey guys,
I'm working on a project requires the use of web services. I've been trying a few tutorials and I get this one persistent error. I've search the web for clues, even this forum and nothing quite hits it.
the error is:
Did you know?Explore Trending and Topic pages for more stories like this.
Fatal error: Uncaught SoapFault exception: [Client] Function ("call") is not a valid method for this service in /+++/+++/+++/webclient.php:7 Stack trace: #0 [internal function]: SoapClient->__call('call', Array) #1 /+++/+++/+++/webclient.php(7): SoapClient->call('getStockQuote', Array) #2 {main} thrown in /+++/+++/+++/webclient.php on line 7
I'm using nusoap and running on a local ubuntu machine.
any thoughts?
here's the code
Code: [Select]<?php
require_once('nusoap/lib/nusoap.php');
$c = new SoapClient('http://localhost/+++/webserver.php');
$stockprice = $c->call('getStockQuote',
array('symbol' => 'ABC'));
?>
No comments posted yet
Your Answer:
Login to answer
273
10
Other forums
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&Sessions work for me and not others? I'm having a bit of bad luck with sessions. In the past they have worked fine for me, but this time some questions Hello,
I am looking for the answers for following questions:
1) Does PHP support overl [newb] Image hosting help. Hey there, I'm new to php, I know some basics and i can code PWN, I'm only 14 but I'm interested in Linux socket programming Where can I find a good introduction to socket programming?
Syntax Help Code:
im having trouble with that code snipped Parse error: syntax error, unexpec Get relative path from absolute path How would one go about getting the relative path to a file from its absolute path? turning an array into a string then poping it into a db Hi im just wondering how you get a requested array into a single string then pop it into the db so f Procedural to OOP John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
|