I\'ve got a situation where I have several web services that I need to consume. I need the ability to perform custom actions in the constructor of the proxy before any calls are made (assigning the co
I want to authenticate web service user on first web method call only & use his identity for other web method calls.
I have a simple page that looks up contacts using a webservice with a single method written in Linq. On the page, I have both a gridview and a listview with a DataPager to compare the two. I can get p
SO I have an ASMX web service that returns a array of Search Result objects. When I call the WebMethod via the browser, the followin开发者_如何学Cg XML is generated...
I have a Visual Studio solution with a Silverlight project, and a web project which hosts the Silverlight app. The web project also contains an ASMX web service which is called by the Silverlight ap.
I\'m working on a project where I\'m replacing an asmx webservice with a wcf service.However, during a transition period, I\'d like to have both work for our customers.
I have a SOAP web service that was based on an XSD Schema (the schema generated the classes that was used as the input parameter for the web service method), as such:
I have a method that looks like: <W开发者_运维知识库ebMethod()> _ Public Function Search(ByVal q As String) As String
I haven\'t worked much with soap headers, so I\'m hoping there\'s an answer here. Here\'s a simple example of what I\'m trying to accomplish.
I have a web service method which i\'d like to return multiple rows from a datatable. I am f开发者_运维知识库amiliar with returning values from web service methods but not multiple rows from a datata