I\'ve inherited a C# .NET application which talks to a web service, and the web service talks to an Oracle database.I need to add an export function to the UI, to produce an Excel spreadsheet of some
I am load testing my webservice and get a System.ServiceModel.CommunicationException when I use 10 threads to communicate to it (without any sleep in between) - basically testing 10 conenctions at a
I\'m testing with ASP.NET and Jqgrid 3.7, in firefox it works fine but in IE it does not show any row in the grid.
I want to return an array of javascript objects from my asp.net asmx file. ie. variable = [ { *value1*: \'value1\',
I am currently trying to add a custom \"column name\" to a property in a web service. Here is my class.
Can\'t seem to figure this one out. I have a web service defined as (c#,.net) [WebMethod] public string SubmitOrder(string sessionid, string lang,int invoiceno,string email,string emailcc)
I have a client winforms which creates xml-s with objects. Once a month I get this xml-s and save theirs in my database(a lot of columns, and fields).
I have a requirement to call a dll (unmanaged c) from a .NET web service (asmx or WCF). Calling the dll from the web service is straightforward and works as expected.
I have a function that takes a byte[] as input and returns a string, when executed with a windows application takes 3 seconds to execute, whi开发者_JAVA技巧le if the same function is executed within a
When I want to connect to my web service If I write it like this: m_TransferServiceSoap.Credentials = System.Net.CredentialCache.DefaultNetworkC开发者_开发知识库redentials;