473,396 Members | 1,859 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,396 software developers and data experts.

Consume the Web Service Source file in VB.NET

Hi All

I am working with web services in .NET.
Environment : Web Service/IIS5.1/ASP.NET 2.0 / VB.NET
To Consume the Web Service Source file I have followed the below steps.
step 1: wsdl.exe /l:VB /n:WService /out:binServiceName.vb http://localhost:1251/Zillowservice/...Name.asmx?WSDL
Step2: vbc /t:library /r:System.Web.Services.Dll /out:bin/ServiceName.dll bin\ServiceName.vb
After the above steps I got the ServiceName.dll i am able to use this DLL in my system but i am not able to use this DLL in another system.
Am I forgotten any thing else in this process..
Need help in this regard.
Any type of help appreciable.

Thanks & Regards,
T.SaishKumar.


Jul 19 '07 #1
1 1764
"Saish" <sa***@nannacomputers.comwrote in message
news:eb**************@TK2MSFTNGP06.phx.gbl...
Hi All

I am working with web services in .NET.
Environment : Web Service/IIS5.1/ASP.NET 2.0 / VB.NET
To Consume the Web Service Source file I have followed the below steps.
step 1: wsdl.exe /l:VB /n:WService /out:binServiceName.vb
http://localhost:1251/Zillowservice/...Name.asmx?WSDL
Step2: vbc /t:library /r:System.Web.Services.Dll /out:bin/ServiceName.dll
bin\ServiceName.vb
After the above steps I got the ServiceName.dll i am able to use this DLL
in my system but i am not able to use this DLL in another system.
Am I forgotten any thing else in this process..
Need help in this regard.
Any type of help appreciable.

I bet you are not setting the Url property of your proxy class to point to
the new location of the web service. This means that the class will attempt
to contact the web service at http://localhost:1251.
--
John Saunders [MVP]

Jul 19 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Michael Hatmaker | last post by:
I have begun experimenting with web services, and I created some simple web services in C# and was able to install them with IIS and create an equally simple C# client to consume them. My next...
3
by: Matt | last post by:
I have an ASP.NET service that needs to be consumed on a PHP page. I can not count on the PHP server to have SOAP. I have read some info about a REST method, but I am not really sure if this can be...
4
by: geilen | last post by:
I'm trying to use a dataset returned from a web service in an unmanaged C++ (MFC) client. The dataset is returned as a BSTR, and I'm having trouble reading the BSTR into an XML document for...
1
by: Mike | last post by:
I need to consume a wsdl file using C#. The web service was not created in ..NET but I need to consume it. Can anyone point me to an example that is consuming a wsdl using C# for a windows...
0
by: leslie_tighe | last post by:
Hello, I have a set of web services running on Java server that are exposed through axis 1.2.1. I can invoke these services in browser and through a java test client. However, when I try to...
5
by: David Lozzi | last post by:
Howdy, I wrote a web service in .Net for my customer. My customer has another vendor who now has to consume it but they are not using Visual Studio. Most of their pages are jsp, and they said...
3
by: frustratedcoder | last post by:
I need to consume a web service written in Perl but there is no wsdl file for this service. The perl soap client that can call and consume this web service looks like this (if it helps) #!perl...
1
by: frustratedcoder | last post by:
I have this Perl soap client which is consuming a Perl based web service. #!perl -w use SOAP::Lite +trace => "debug"; SOAP::Lite ->uri("urn:WebServices") ->proxy("http://example.com")...
0
by: =?Utf-8?B?c2FsYW1pbGxv?= | last post by:
I am learning how to create Web services. I have followed all the instructions in the books that I got and the code runs fine in debug mode. When I publish the Web Service it seems that the ASMX...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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.