Avatar of JonMny
JonMny

asked on 

I need to post XML to WCF web service

I have a web service that I created with .net/WCF. I have a customer that would like to post the Soap xml requests directly to the web service.  I have supplied them a sample of the soap request. The problem is when the request is sent they never receive a response.

Can anyone provide a sample (prefefably c++ but any sample will do) of posting data to a WFC webservice? is there a difference in posting to WCF and a non WCF web service?
Web Languages and StandardsWCFC#

Avatar of undefined
Last Comment
topdog770

8/22/2022 - Mon