I have a device which is a client to a web service
I need to build a web service for this device, but this device does not send a SOAPAction
I will not be possible to change the client unless too much money is involved.. ;)
I have searched the internet and found out that a SOAPAction should be send, if one tries to do soap...
And that it is expected if I build my web service using WCF in Visual Studio 2013
But, seeing it's not send by the client, what are the options?
I need to build a web service for this device, but this device does not send a SOAPAction
I will not be possible to change the client unless too much money is involved.. ;)
I have searched the internet and found out that a SOAPAction should be send, if one tries to do soap...
And that it is expected if I build my web service using WCF in Visual Studio 2013
But, seeing it's not send by the client, what are the options?
Comment