Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello friends,

I am developing a window application in C#.I want to consume the data from web service in my window application using soap and that web service is developed in PHP. So how can I do it?

Also, I want to ask that, Can I pass URL directly in code without adding web reference?
Posted
Updated 11-Feb-15 19:23pm
v3
Comments
Leo Chapiro 12-Feb-15 0:40am    
I'm not sure that it is possible: you write your web service is developed in PHP and NOT ASP.NET? So it don't support any SOAP protocol ...
Brinda Lakhani 12-Feb-15 0:44am    
so, is there any other way to do this?
Leo Chapiro 12-Feb-15 0:52am    
Sure, the way would be to write a web service in ASP.NET!
Brinda Lakhani 12-Feb-15 0:53am    
but Webservice is already developed. :(

1 solution

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