Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can we convert Intranet Web services to internet web services.

or

can we pass username and password to SOAP enveloper's header using C#.
Posted
Updated 19-Oct-11 18:24pm
v4

1 solution

Just host it on a web server server, accessible to rest of the world and its done.

Are you having any specific issues in achieving this ?

You may have to host it on DMZ (De Militarized Zone). You can read more about DMZ here.[^]

Most of the companies have DMZ, you can check with you IT department on how and where. They should be able to help.
 
Share this answer
 
Comments
rajnish2patel 18-Oct-11 6:14am    
Thanks,
But the intranet web service needs authentication for valid username and password. Due to this its not working.
rajnish2patel 18-Oct-11 6:51am    
i have got a wsdl file, i want to create a exact replica of wsdl file using web service in asp.net c#, i converted from wsdl to asmx throug visual studio code promt, but when the created cs file is run, i m not getting the exact wsdl, so what i should do, in order to create a dummy web services using wsdl file, and when that wsdl file is run it must create the exact exixting wsdl file
Vivek Krishnamurthy 18-Oct-11 7:41am    
I suggest you update the question with the exact issue you are facing, is it authenication / wsdl.
rajnish2patel 20-Oct-11 0:24am    
Thanks for response please go through issue.

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