| Thread | Last Post | Replies |
|
| How do you send an XML document to a Web Service? | 29 Jun 2007 12:26 GMT | 1 |
I'm using ASP.NET in VS 2005 to build a Web Service based on XML Schemas made by another person. There's one schema for the input format and another for the output. So far, I've been able to make a Web Service that will accept the input format, using the xsd.exe tool.
|
| Copy file to remote server webservice | 29 Jun 2007 02:51 GMT | 1 |
I m usin ga webservice to copy a file to a remote server. When i do that i m getting ' Access to path denied' error. Pls let me know what permission i need to give. I tried giving impersonate = true in web.config.
|
| Asynchronous Call Pattern Help Needed | 28 Jun 2007 13:43 GMT | 5 |
I am trying to make a simple Asynchronous Web Service work under .NET 2.0. My code looks like this so far, can someone help me think through this?
|
| Trying to Authenticate to a remote Webservice | 28 Jun 2007 00:08 GMT | 1 |
I have an ASP.NET Webservice that needs to call a "remote Webservice" as a specific user, different from the User that is calling MY Webservice, but I'm not able to find what it is I need to do to take the User Name and Domain that are parameters to MY Webservice and
|
| Dime Service Problem | 27 Jun 2007 21:06 GMT | 1 |
I am using VS 2003 and WSE 2.0 I transfer a file as a dime attachment to a server using a web service. on the client RequestSoapContext.Current.Attachments.Count has a count of 1 but on the server it has a count of 0
|
| Webservice deployment | 27 Jun 2007 17:10 GMT | 4 |
The solution is perharps very simple but I don't get it. I build a WebService with .net2 and vs2005 professional to enable the communication between a flex application and a database. the whole thing is working fine when i work localy. means when i start the webservice from
|
| 2 WCF Web Services Sharing a Data Contract Class - Can't Assign? | 27 Jun 2007 15:50 GMT | 1 |
I have two WCF Web Services that use the same DataContract class as the type of a propety used in the MessageContracts. When I add web references (in a ASP.Net 2.0 web site in Visual Studio 2005), it creates the class specified in the DataContract more than once (one for
|
| Debug webservice | 27 Jun 2007 15:34 GMT | 2 |
I have a VS2005 c# solution which includes a webservice and a windows application which uses the webservice. How do I "debug" into the webservice from the application? I can for example debug/attach to aspnet_wp.exe and access the webservice
|
| Application_Start not firing | 27 Jun 2007 13:59 GMT | 1 |
I have a web service written in VB 2003 .Net that I've put on a number of different servers an OS's, 2003 and 2000. Application_Start sets up a number of variables used by the various functions in the application. I just put the application on a 2000 server and found that it's ...
|
| Maximum request lenght exceeded | 27 Jun 2007 13:55 GMT | 1 |
I have a problem with deploying a Report Model. I've build a Report Model in Visual Studio and by deploying mij my model, I get the next error: System.Web.Services.Protocols.SoapException: There was an exception
|
| Impersonation and switching back to ASPNET user priviledges | 27 Jun 2007 09:11 GMT | 1 |
In my webservice, for certain requests, I need to start another process on the server side. To start My process, I need to have administrative rights, so i'm using the impersonation mechanism using a predefined fixed user
|
| WebException not caught while running on Vista but is caught on XP | 27 Jun 2007 07:50 GMT | 4 |
Simplifying the code a bit its like this: try { myRemotingObj.Myfunction(string, string,string,string,timeSpan)
|
| WSE 3.0 | 26 Jun 2007 23:56 GMT | 2 |
I'm using WSE 3.0 and I get this WSE 3.0 error when someone calls a webservice (windows server 2003 event viewer): HTTP/ASMX Message Receive Failure: System.InvalidOperationException: The value may not be accessed in message stage 0.
|
| Client Certificates: The request failed with HTTP status 403: Forbidden. | 26 Jun 2007 22:13 GMT | 1 |
Using C# .Net V 1.1.4322, I am attempting to call some web services that will ONLY be consumed by our Winforms client application. I have my web service security working from the browser by following instructions from good resources like this:
|
| how to consume entity object from web service | 26 Jun 2007 18:30 GMT | 7 |
My question is I have [WebMethod] that returns an array of a object of Type OrderStatus[]. I am not using datasets, but I want to consume this from the web application and populate a repeater control. I want to be able to take this data and filter out certain rows before ...
|