Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Please help me how to call the secured webservice(https://...) from vb.net,
by which way we need to pass the username and password to that webservice.

I am having
1. proxy dll file ( creaded from wsdl file)
2. end point url ( https:// endpointurl/test )
3. username and password for that end point url for credential
Please guide me how to procede to make a successfull connection with the webservice.

Thanks in advance
Posted
Updated 15-Oct-10 2:56am
v2

1 solution

Similar thing implemented and explained. Here you go:
How to call Web Services using SSL (https://)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900