Morning,
I have built a WCF Web Service that is in my Azure Cloud and works perfectly fine from the point of view using the web service within an application to send XML to the service.
However I am concerned some of the providers that need to send to my web service may not have the expertise to do use it in any other way other than HTTP POST.
My only experience of HTTP POST was creating a .asmx Web Service a while ago that they then fire a query on a web string http://myservice/service.asmx?this=???&that=????&xml=???? .
Is there anyway I can configure my WCF Web Service to allow this?
I program in VB.NET but any sort of resource to assist would be fantastic.
Cheers,
James