![]() |
|
|||||||
| Web Services Anything about web service development with VB.NET |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi to every one,
I'm new to this forum and this is my first post ![]() I want to use nusoap.php service in vb.net 2005.I have read many articals but in that they are using wsdl link. such as this But the service i want to use not using wsdl. the sample code of client for that service is in php here <?php require_once "nusoap.php"; $parameters=array("700000","xxxx","1","9"); $soapclient= new soapclient('http://api.didx.net/webservice/WebGetDIDCountriesServer.php'); $SoapResult = array(); $SoapResult = $soapclient->call("getDIDCountry", $parameters,'urn:getDIDCountry'); ?> I want to use this in vb.net. How can i call the getDIDCountry method in vb.net while there is no wsdl path as u can see ![]() Thanks in Advance
|
|
||||
|
I think the easiest would for you to create a wsdl document manually (based on another), and generate a web service proxy class from this. WSDL Tutorial can give you a understanding of the file format. An alternative is to generate a xml soap document and send it as a HttpWebRequest, but I think this is more work.
__________________
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly ![]() |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|