| Thread | Last Post | Replies |
|
| The web has been created succesfully..... | 15 Nov 2005 22:40 GMT | 3 |
..but an error occurred when trying to configure the application for this Web. Web projects may not operate correctly without an applicacion root....bla..bla...bal.. This is Microsoft Development Environment error message..
|
| Questions | 15 Nov 2005 11:33 GMT | 3 |
I have a few questions regarding web services in .NET 2 1) Why, when I run code analysis do I get a source controlled files named {guid}/codeanalysislog.xml {guid}/webproject.lastcodeanalysissucceeded
|
| datetime format in xml | 15 Nov 2005 06:30 GMT | 6 |
Hi all, I am consuming a web service on .net client side. I generated the proxy class and it has a custom object with a few datetime properties. The problem is when I populate some of those properties, the underlying xml serializer formats the property as outlined below
|
| Problem With Typed DataSet Schema | 15 Nov 2005 03:22 GMT | 7 |
My app consists of a windows form client, a business logic layer, and a web application that hosts a strongly typed dataset and a variety of web services. The web services retrieve the data from the SQL Server database, do whatever logical processing is required, and return the
|
| Static Constructor & webservice | 15 Nov 2005 01:53 GMT | 5 |
How long do webservice objects live for? In particular, if i have static variables filled with data from a static constructor in a webservice, how long will that data persist? thxs
|
| Shared DLL | 15 Nov 2005 01:46 GMT | 2 |
I have a DLL that talks to the widget on a comm port. It grabs the comm port and hold it for the life of the application that invoked it. With a windows client there is no problem as the appropriate class is only instantiated once, getting control of the comm port and processing ...
|
| Session Variables in WSE 3.0 | 14 Nov 2005 20:32 GMT | 3 |
I got many webmethods in my web service. My client app will access the Web Service and try to execute webmethods. I do not want to pass user creditials like username, password and other details everytime.
|
| Complex Data types | 14 Nov 2005 20:02 GMT | 2 |
Can someone point me to a good document on creating and passing complex datatypes to and from a web service? I would like to pass a master / detail object. The object would hold the master information and an array of the detail information. This sounds like a
|
| WebService usage decision | 14 Nov 2005 19:48 GMT | 1 |
I need to make a decision if company gonna use WebServices in out new project. As I understand WebService uses serialization when passing parameters from/to client. This meens that there is a lot of xml tags. Can somebody tell me, does WebService sends this xml as is, or it does ...
|
| X509 WSE Certificate Tool | 14 Nov 2005 18:28 GMT | 1 |
I am using WSE 2.0 SP2 and I am running into some problems viewing certs with the X509 Certificate Tool. For some reason, I cannot view certs in the Local Machine\Other People store on certain machines. The Other People store does not show up in the drop down list. It works on ...
|
| Webservices..... | 14 Nov 2005 14:00 GMT | 1 |
To all you geniouses.....Identify the issues with Webservices that need to be solved by IT? How have these issues been addressed? The solutions provided?
|
| Installation Problem | 14 Nov 2005 13:55 GMT | 2 |
I am intsalling WSE 3.0 on win 2003 ( .net 2.0 , vs 2005 Beta), it gives Error 1722; WSE 2.0 installed with no problems. Any know issues, besides whats on documentation?
|
| Error 1722 when trying to install WES 3.0 | 14 Nov 2005 13:47 GMT | 2 |
I'm running Windows Server 2003 and VS 2005 beta2 and SQL Server 2005 beta2 with the .Net 2.0 framework (with a valid root) and when I use the WSE 3.0 msi I get the 1722 error. Any ideas how to get past this install error, or what might be causing it?
|
| Returing Exception Message | 14 Nov 2005 11:33 GMT | 10 |
I have webservices functions that return datasets. If a database errors happens, try catch statements can be used in the webservice to detect and handle them. However, how do I return that message to the client windows application that
|
| Webservices ( Amazon and Ebay) | 14 Nov 2005 09:17 GMT | 1 |
To all the geniouse your help is need: In regards to Amazon and Ebay webservices Identify the issues that need to be solved? How have they been addressed?
|