Visual Basic .NET Forums  

Go Back   Visual Basic .NET Forums > ASP.NET > Web Services

Web Services Anything about web service development with VB.NET

VB.NET Forums Newsletter Signup:
Email address:


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-13-2008, 6:03 AM
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Nov 2008
Age: 22
Posts: 1
Reputation: 0
faisalid2000 is on a distinguished programming path ahead
Question Consume Nusoap Service in VB.net without wsdl

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-20-2008, 6:30 AM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 36
Posts: 9,163
Reputation: 1079
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

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.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 9:25 PM.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0


For advertising opportunities click here.