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

Using a webservice in Windows application

Hi all

I need to develope a web service that I should use in a windows based application.

This web service must be a layer that invokes one more webservice.Due to some security constraints I should use the URL path as https://webservice_name....
instead of
http://webservice_name....

this I should implement in which I need to develope( the above mentioned one).Can any one help me in How to reffer the URL as mentioned.

And one more doubt that how can I reffer a webservice in windows based application?(I application developed using VC++.Net).
EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
Jul 29 '07 #1
1 1484
"Raja Yashwanth" wrote in message
news:20************************@gmail.com...
I need to develope a web service that I should use in a windows based
application.

This web service must be a layer that invokes one more webservice.Due to
some security constraints I should use the URL path as
https://webservice_name....
instead of
http://webservice_name....

this I should implement in which I need to develope( the above mentioned
one).Can any one help me in How to reffer the URL as mentioned.
You don't have to do anything special to call a web service via https.
Just write https instead of http in the url in your client code and it
should work, provided that the server is in fact configured for https.
And one more doubt that how can I reffer a webservice in windows based
application?(I application developed using VC++.Net).
In the Project, you select the option to Add a Web Reference, which pops
up a wizard in which you enter the url for the wsdl of your web service.
This works in C#, which is what this forum is about; I imagine that there
should be a similar option in C++.

Jul 30 '07 #2

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

Similar topics

6
by: Programatix | last post by:
Hi, I'm working on a project which includes WebServices and Windows Form application. The Windows Form application will call the WebServices to retrieve data from database. The data will be...
0
by: Cenray | last post by:
How to generate a web request from a Winform Application using a WebService? In a C# Windows Application, when I try to genrate a web request using the following code, it is woking fine ...
0
by: Nalla | last post by:
Hi, I have a requirement to call webservices from my old C++ application.So first I tried with Vc++.net as follows.....There are 2 approach Dotnet frame work and soaptoolkit 3.0 I am not able to...
1
by: gillcleeren | last post by:
I have made an desktop application which connects to a webservice running on a remote webserver. When my exe-file connects to the webservice, the firewall (my Norton Internet Security firewall, as...
4
by: MacLanca | last post by:
Hi, I've done the HelloWorld WebService, installed in a WebServer (INTERNET) When I call it with Windows App it works, if I use a webform it doesn’t (INTERNET) Both of them work in the INTRANET...
0
by: kamig | last post by:
Hi! Scenario: Consuming my webService in a windows application give denied acces! Explanation: I have to say a moveTo fn. which move one file/dir from one drive to another, <authorization>
6
by: tony | last post by:
Hello! When you have windows forms you have the same possibility as when you have a Console application to use Console.Writeln to write whatever on the screen. Now to my question: Is it...
0
by: nhaughton | last post by:
I have writtten a webservice in .Net 1.1 using C#, that exposes an existing COM+ application as a webservice to remote web applications. The COM+ application works fine under Win 2000, XP amd...
0
by: Raja Yashwanth | last post by:
Hi all I need to develope a web service that I should use in a windows based application. This web service must be a layer that invokes one more webservice.Due to some security constraints I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.