473,395 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to get list of functions in webservices with nusoap methods?

8
hi all.
i have a web_service and i connect to it with nusoap .
my ask: is there a method in nusoap that get me list of function in web_service and if there is how work?
please help me
Jun 24 '10 #1
2 15682
Dormilich
8,658 Expert Mod 8TB
a collection of nuSOAP resources
Jun 24 '10 #2
Printing your WSDL methods:

require_once 'nusoap.php';

$wsdl = 'WSDL_FILE_PATH';

$client = & new soap_client($wsdl,TRUE);

//this method gets your dynamically created functions

$proxy = $client->getProxyClassCode();

print_r($proxy);

May be it will help, I think...
Oct 4 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: cnu | last post by:
Hi, How to list out all the public methods in a given DLL (registered in assembly)? Regards.
1
by: John Bailo | last post by:
(1) Is there an object that will let me iterate through the available web services and methods on a server? (2) Suppose I have a database that lists serveral web methods. How would I take a...
12
by: Christof Krueger | last post by:
Hello, I'm quite new to C++ so maybe there's something I miss. I write a simple board game. It has a board class. This class has a method that returns the count of pieces a player has on the...
3
by: christopher green | last post by:
Dear All, I am trying to use the Assembly.Load method to read a dll off the file system and list the constuctor plus methods. I have found the assembly.GetTypes method but that doesn't really...
8
by: Deep | last post by:
If i start a python shell. Is there a way to list the currently defined classes, methods, variables?
0
by: Michalis Giannakidis | last post by:
Dear all I tried to override methods of build in Python types, so as to change their behavior. I tried to override list.__getitem__ list.__setitem__ and some others alike The test case is: ...
19
by: Spiros Bousbouras | last post by:
Every time I've seen an example of a variable argument list function its functionality was to print formatted output. Does anyone have examples where the function is not some variation of printf ?
2
by: =?Utf-8?B?QnVzYnk=?= | last post by:
Hi I need to retrieve a list of all WebServices running on a specific machine. Much like DevStudio produces a list of WebServices on the local machine. The machine is XP Pro and as far as I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.