473,395 Members | 1,413 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.

this.url in reference pointing to http: instead of https:

We use CSS in our staging environment to load balance calls to our web
services. However, when adding a web reference to a basic C# .Net windows
app, the wsdl & reference.cs generated both point to http: instead of https:.

our CSS is https://vose.ebiz.verizon.com/voseapp/Tpv.axms?wsdl

When adding this reference, the wsdl generated shows:
<port name="TPVSoap" binding="s0:TPVSoap">
<soap:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>
<port name="TPVHttpGet" binding="s0:TPVHttpGet">
<http:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>
<port name="TPVHttpPost" binding="s0:TPVHttpPost">
<http:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>

and the corresponding reference.cs shows:
this.Url = "http://vose.ebiz.verizon.com/voseapp/Tpv.asmx";

When trying to run the windows app and call a web service at this location
it throws an expection - System.Net.WebException: The operation has timed-out.

However, when I manually modify the reference.cs as
this.Url = "https://vose.ebiz.verizon.com/voseapp/Tpv.asmx";

it works fine - web service is executed and data returned.

Additionally, I can call the webservice directly, passing all the parms in
the url:
https://vose.ebiz.verizon.com/voseap...&RepID=v121119

and this works -

However, when I try to test the web service using IE browser - (from
https://vose.ebiz.verizon.com/voseap...op=GetTPVOrder) and press
Invoke button - the new browser window comes up without the 's' (just http)
and it clocks and clocks till finally page not found.

So my suspicion is that the WSDL is incorrect in not showing the 's' (just
using http), but am not sure why.

Please help.
thanks, Tim
Nov 23 '05 #1
1 2897
Microsoft,
Do you still gurantantee the 2day response in these managed news groups from
MSDN universal subscription holders? I am just wondering b/c another post of
mine recevied no response and I am a holder, plus this one will be 2 days old
shortly.
Please advise...

"Tim Reynolds" wrote:
We use CSS in our staging environment to load balance calls to our web
services. However, when adding a web reference to a basic C# .Net windows
app, the wsdl & reference.cs generated both point to http: instead of https:.

our CSS is https://vose.ebiz.verizon.com/voseapp/Tpv.axms?wsdl

When adding this reference, the wsdl generated shows:
<port name="TPVSoap" binding="s0:TPVSoap">
<soap:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>
<port name="TPVHttpGet" binding="s0:TPVHttpGet">
<http:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>
<port name="TPVHttpPost" binding="s0:TPVHttpPost">
<http:address location="http://vose.ebiz.verizon.com/voseapp/Tpv.asmx"
/>
</port>

and the corresponding reference.cs shows:
this.Url = "http://vose.ebiz.verizon.com/voseapp/Tpv.asmx";

When trying to run the windows app and call a web service at this location
it throws an expection - System.Net.WebException: The operation has timed-out.

However, when I manually modify the reference.cs as
this.Url = "https://vose.ebiz.verizon.com/voseapp/Tpv.asmx";

it works fine - web service is executed and data returned.

Additionally, I can call the webservice directly, passing all the parms in
the url:
https://vose.ebiz.verizon.com/voseap...&RepID=v121119

and this works -

However, when I try to test the web service using IE browser - (from
https://vose.ebiz.verizon.com/voseap...op=GetTPVOrder) and press
Invoke button - the new browser window comes up without the 's' (just http)
and it clocks and clocks till finally page not found.

So my suspicion is that the WSDL is incorrect in not showing the 's' (just
using http), but am not sure why.

Please help.
thanks, Tim

Nov 23 '05 #2

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

Similar topics

1
by: Liam | last post by:
I'm trying to get a shopping cart button to go to an HTTPS URL instead of the HTTP address it's goijng to right now. The page, in ASPX, has a .VB page that when the button's clicked runs a...
1
by: Liam | last post by:
I'm trying to get a shopping cart button to go to an HTTPS URL instead of the HTTP address it's goijng to right now. The page, in ASPX, has a .VB page that when the button's clicked runs a...
0
by: Tim Reynolds | last post by:
We use CSS in our staging environment to load balance calls to our web services. However, when adding a web reference to a basic C# .Net windows app, the wsdl & reference.cs generated both point...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
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: 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
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
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
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...

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.