Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have created a web service with C#,I would like to place that web service path in a xml file.so that a C++ application can consume my webservice by reading the path from xml file.

for ex path: "http://localhost/ADSelfService/Services/UserSecurityService.asmx

now,how can i set this path in xml file,so that I can access the path from C++ application.

thanks in advance.
Posted
Comments
xszaboj 14-Jul-15 9:53am    
What exactly is you question?
How to create dynamically xml with your webservice path?
Or
How this xml file should look like?
Or
How to consume this xml by c++ application?
Or
Something else?

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