| Thread | Last Post | Replies |
|
| Performance issues on Web Service | 23 Mar 2006 17:33 GMT | 3 |
I have a Web Service that returns very large string object. The string contais xmldata fetched directly from sql server by using xml explicit. The thing here is that if I get xml-document that is 11mb without web service it takes about 2 minutes. With web service it takes about ...
|
| debugging webservices | 23 Mar 2006 16:19 GMT | 3 |
I have a webservice that I can get debugging information (exception information) from in my development environment... But once I deploy it to a customer site, the only information I may get on a error is an error 500... How can I get exception information to displayed at the ...
|
| hi | 23 Mar 2006 16:00 GMT | 5 |
I've created a custom exception assertion. The assertion is placed at the and of the policy assertions. I'm trying to catch all the application exceptions within this custom exception assertion.
|
| Avoiding dynamic generation (+compilation) of XML-Serialization cl | 23 Mar 2006 04:36 GMT | 1 |
We are building a suite of programs consisting of both winforms applications and office addins. We would like to pre-generate the xml-serialization classes and add it to
|
| Strongly Typed Datasets between versions of VS | 23 Mar 2006 03:00 GMT | 1 |
I've created a couple of strongly typed datasets as part of a Web Service in VS2005. When I add my web reference in VS2002 (what we're in the process of migrating from), my WS class shows up with its appropriate methods, but that's all, no Datasets. It shows the return type for ...
|
| Webservice seems to timeout during requests to other web reference | 23 Mar 2006 01:00 GMT | 2 |
My web service seems to be timing out as certain stages. The web service has 5 different web references to other services (on the same server) which we need to communicate with. As the number of concurrent calls to the web service increases, the
|
| Newbie: Listing for web service events with ASP.Net | 23 Mar 2006 00:56 GMT | 1 |
I have a C# asp.net application that uses a third party web service. This web service raises events. Can some one point me to some documentation on how to connect my applications event handlers to these web service events. I think it has something to do with an event receiving ...
|
| Java to Webservice | 23 Mar 2006 00:53 GMT | 1 |
Hope you can help me here and apologies if I'm in the wrong board! We have a web service behind a firewall that we want our customers to be able to connect to. Said Webservcie is coded in VB.NET and uses the SOAP protocol.
|
| News Ticker using web services | 23 Mar 2006 00:02 GMT | 1 |
pls help me... my requirement is:- need to develop a prototype. 1) It is similar to the ticker tape which shows the stock positions on TV.
|
| convertiooon | 22 Mar 2006 23:34 GMT | 1 |
how can i convert .aspx pages to .htm pages, can you explain this. and i want to know about multilanguages in asp.net any advice how to make happen. thank you
|
| The request failed with HTTP status 401: Access Denied | 22 Mar 2006 23:28 GMT | 1 |
I have a webservice that allows all users to access it but am receiving an access denied message. IIS virtual directory for application is set to allow annonymous access with windows authentication.
|
| Class Port | 22 Mar 2006 23:25 GMT | 1 |
the sample code in msdn is not working, i am getting error : http://msdn2.microsoft.com/en-us/library/system.web.services.description.port(VS .80).aspx Error description: Invalid token '=' in class, struct, or interface member declaration
|
| Asp.net web services | 22 Mar 2006 23:22 GMT | 1 |
while using DCOM where exactly we need to set the component setting ?In short how we can call remote COM component in existing asp or vb application ? what is the advantage of using xml web services in asp.net. how it is more beneficial from DCOM which is being also used for ...
|
| want to create another virt dir to point to existing .net project | 22 Mar 2006 23:19 GMT | 1 |
I have a Virtual directory (call it it VDA) referenceing a .net webservice on the same machine to "c:\myproject\wsProject\myapp" The .webinfo file is refereing to this VDA as "http:\\localhost\VDA\..." This set up works and is typical.
|
| Desperate SProxy problem consuming an ASP.NET Web Service | 22 Mar 2006 19:08 GMT | 2 |
I have written a web service using the .net framework 2 and Visual Studio 2005. I consume the managed service by native C++ using the "add web reference" feature. This obviously shells out sproxy.exe to generate the proxy code.
|