Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a WCF soap service, which is https format as https://payments.acompany.com/WebBridge10/WebBridge10.svc?wsdl[^].
Now I am told to consume it with the url rather than add the service reference to the project.

How? Need a piece of sample code.
Posted
Updated 24-Aug-15 5:52am
v2

1 solution

The author of the service decides if it is consumed according to WSDL or any other way, not you. If the service specifies WSDL, chances are, your HTTP requests should contain the request data in the body of request, not in URL. If you have been "told to", ask your the person who told you that all your questions, or let her/him talk with us. There is no point to talk to one who does no make decisions, sorry.

—SA
 
Share this answer
 
Comments
[no name] 24-Aug-15 12:14pm    
Maybe he refereed to use factorychannel in the code?
Sergey Alexandrovich Kryukov 24-Aug-15 14:00pm    
Talk to "him", not us.
—SA

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