WSDL without SOAP Action (BTS.Operation?)

Hi

I got a WSDL without SOAP Action specified. I'm able to generate XSDs, set up a send port and  call an operation. Since I was calling a single web operation then I set up my Action at send port WCF config to be http://localhost/CarService/updateLocation, i.e. [service URL]/[operation name].

My problem now is that I need to call two separate operations from that web service by using BTS.Operation property; one is still updateLocation and the other one is removeLocation. How can I specify Action in send port WCF config when SOAP Action is missing in WSDL? I tried specifying different values but none of them were successful.

Ex.

<BtsActionMapping>

   <Operation Name="updateLocation" Action=""/>

   <Operation Name="removeLocation" Action=""/>

</BtsActionMapping>

Kind regards

A.H.

January 20th, 2014 6:16am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics