| Thread | Last Post | Replies |
|
| System.Diagnostics.Process | 03 Feb 2005 13:21 GMT | 5 |
I'm using the Process class in my app to start another app, appXXX, I wrote. Appxxx is located at c:\folke\appxxx.exe This is wroking fine from a Windows Application, but NOT from an ASP.NET app. I get the error message: Can't find file! ???
|
| Error message | 02 Feb 2005 20:57 GMT | 1 |
When I type net start w3svc I get a system error 3. When I try to start the server from the administrtive tools it tries but will not start. Could someone tell me what the problem could be. Thanks
|
| Unable to import binding '...' from namespace | 02 Feb 2005 20:32 GMT | 1 |
I am getting the following error when attempting to generate C# proxy code with the wsdl.exe tool: Error: Unable to import binding '...' from namespace '...'.
|
| Debugging UsrTokenManager | 02 Feb 2005 19:05 GMT | 1 |
By default it doesn't seem to be possible to debug throug the code inside a custom UserTokenManager...is there some settings whih makes it possible?? TIA S?ren
|
| WebClient Not posting to Client | 02 Feb 2005 16:34 GMT | 2 |
Anyone know how to post a file to the client using WebClient? My usage is posting it to the Web Server. How do you tell the object to post to the client?
|
| hiding the generated WSDL | 02 Feb 2005 09:37 GMT | 2 |
Is it possible to completely hide the WSDL that is generated by a myWebservice.asmx?WDSL request? I have used
|
| calling a dot net web services from unix | 02 Feb 2005 02:58 GMT | 8 |
I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is
|
| URI in Policy EndPoint Case Sensitive? | 02 Feb 2005 02:23 GMT | 13 |
A client and I worked for 2 days on a WSE issue where the URI specified in the policy was all lowercase. The final soap exception being dealt with before we got it running was that the current policy did not match the original policy.
|
| Proxy in .Net and IE | 01 Feb 2005 23:13 GMT | 5 |
We have 2 Servers in our Production Environment. Inside our application I am calling a Webservice in Production Server 2 from Production Server 1. It is failing. But when I try to open the webservice from Production 1 Server using IE, it is working. Initially I don't have web ...
|
| How do I get actual error in Application_Error() web method? | 01 Feb 2005 23:07 GMT | 1 |
I have a web service running and occasionally my web method Application_Error() is getting called. How do I find out what the error really is? I am not passed in any System.Exception object like in try/catch.
|
| How do I get the sender's address of a web service or SOAP message? | 01 Feb 2005 23:05 GMT | 4 |
Dear Experts: I am using the new Microsoft Web Services Enhancements (WSE) to send SOAP messages from a client to a web service. How can I get identifying information of the sender (aka transmitter,
|
| Reading XML data returned back from a web service method | 01 Feb 2005 20:47 GMT | 5 |
I am trying to consume a web service i have written. The web service returns to the client an array of objects. The web service when tested via inetrnet explorer retruns the correct xml data. I just dont understand how in my client application to read the xml returned back. ...
|
| Web Service Error | 01 Feb 2005 20:33 GMT | 1 |
Hi Folks, I have written a small webservice in which one of the methods returns a nodelist. The file compiles OK, but when I try to run it I get the following error: "You must implement the Add(System.Object) method on System.Xml.XmlNodeList
|
| How do i catch the row xml data from the return value of a web method | 01 Feb 2005 20:31 GMT | 6 |
My [web method] returns some obscure class which is somehow very complicated and follow an xml schema. I know by definition that web services send xml packed inside soap packets. Is there a way i can capture the xml return by my call and serialize it into
|
| return nodelist web service error | 01 Feb 2005 20:27 GMT | 1 |
Hi Folks, I have written a small webservice in which one of the methods returns a nodelist. The file compiles OK, but when I ry to run it I ge teh following error: "You must implement the Add(System.Object) method on System.Xml.XmlNodeList
|