Hello
I have configured an XML Data Source which accepts a parameter, unfortunately this is not working and it doesnt seem to be passing the value, below is the query string:
<Query>
<Method Name="PollBroker" Namespace="http://tempuri.org">
<Parameters>
<Parameter Name = "sEnvironmentConfig">
<DefaultValue>Test</DefaultValue>
</Parameter>
</Parameters>
</Method>
<SoapAction>http://tempuri.org/PollBroker</SoapAction>
</Query>
Anybody had any success passing a parameter to the Web Service and could help me out?
Thanks.
Stef.