SOAP Data Source cannot pass a parameter

  • 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&gt;

    </Query>

    Anybody had any success passing a parameter to the Web Service and could help me out?

    Thanks.

    Stef.

  • Have some more info. I used Fiddler 2 to profile the data being sent to the web service. It seems SSRS is sending the parameters in the SOAP Body, these parameters are required in the SOAP Header, so next question is: How to specify the optional SOAP Header with the Query?

    Thanks.

    Stef.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply