Click here to Skip to main content
15,887,272 members

Comments by Member 11340242 (Top 2 by date)

Member 11340242 9-Sep-15 12:58pm View    
my wcf is hosted on window server and want to consume through host url using soap method in linux.
i have created a soap request and hit the request but i am getting error "System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown="">:0
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown="">:0 " in also in status it is showing "protocol error"
my situation is that i want to consume wcf dynamically because any change in service doest not effect the client side. client consume service with the host url given .
How can i do this ?
or any other method you know ?
Member 11340242 9-Sep-15 8:44am View    
Hello ,
Thanks for reply.
Is this static binding or dynamic binding ?
i want to consume WCF dynamically in linux without adding reference of service is this possible ?