Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 How to send Web service parameter

Author  Topic 

abu_zyed
Starting Member

1 Post

Posted - 2008-11-30 : 03:25:51
Hi All,

I am trying to get dataset from webservice. my question is how to write the code of the parameter?

my code Here:
<Query>
<SoapAction>http://tempuri.org/HelloWorld</SoapAction>
</Query>

parameter name :x

notes: when I removed the parameter from webservice it is working fine.
   

- Advertisement -