| Thread | Last Post | Replies |
|
| Size of Request to Webservice | 01 Oct 2006 00:31 GMT | 2 |
I have a webservice that has a max httpRequest size of 85kb. I do not want to change this. I have been reducing the size of my datasets that Im sending to the webservice until they come in under 85kb....or so i thought. I am using
|
| How to debug? (VS 2005) | 30 Sep 2006 15:17 GMT | 1 |
I have a C# windows application project and a web service project, all part of the same solution. My windows application references and uses web service. Everything works as expected except for the fact that I cannot debug web
|
| SQL Query by login | 30 Sep 2006 14:55 GMT | 2 |
I am VB developer learning ASP.net. Have successfully creating a Login page and a GridView. My question is: After a user successfully logins, I want to capture there login ID and use it to feed a parameter in the SQL statement in the Gridview (or dataset?) so the
|
| "The operation has timed-out" happening intermittently | 29 Sep 2006 21:27 GMT | 2 |
I have a .Net 1.1 Web Service "A" calling into another Web Service "B". Calls from A to B work fine for most of the time but intermittently I get a "System.Net.WebException" with the message "The operation has timed-out". There is no log of this request on B's IIS. Normally ...
|
| Using SoapExtensions with web service clients built in VS2005 | 29 Sep 2006 20:19 GMT | 2 |
I created a web application in vs2003 which cosumes a web services. I used SoapExtensions to log the Request sent to server and Response received from server by adding a SoapExtension attribute to the web method in Reference.cs. This logic worked fine.
|
| XMLHTTP Status 500 | 29 Sep 2006 17:31 GMT | 2 |
I am getting XMLHTTP status 500 when I try to post a page on my simple ASPX page. I am not doing much in Aspx page. What I am doing is I just print the type of Request by the following line: MsgBox(Request.ServerVariables("REQUEST_METHOD"))
|
| WebService called by automation dll times out when being called from Navision | 29 Sep 2006 14:43 GMT | 1 |
Hi Fellows, following problem: I have written a class library in vb.net an enabled it for com interop. A class within the library calls the FileNet Content Engine Webservice. That is a Webservice of a document
|
| WSE Web Service Call Not Returning to Caller | 29 Sep 2006 13:37 GMT | 1 |
I'm having a problem with a WSE 3.0 web service that I've developed and hosted in a Windows Service. The service is accessed via a URL like the following: soap.tcp://ServerName:9090/PrinterManagerWs
|
| Help | 29 Sep 2006 13:33 GMT | 2 |
I am learning ASP.NET, How can I get request and response in asp.net? I tried to use : Dim data as Byte = Request.BinaryRead(TotalBytes) This is not working.
|
| Transferring the HTTP Error Codes | 29 Sep 2006 09:38 GMT | 2 |
I have 3 web services. First service sends msg to second service and second one sends the msg to the third service. If the third service returns any error, second service creates an soapenvelope and sends it back to the first service.
|
| Recovering data out of dataset from client | 29 Sep 2006 09:37 GMT | 1 |
I've written a webservice which returns a dataset containing just one table with two columns. One colum holds a string while te second holds an image serialized into a byte array. This dataset is returned to a client application.
|
| ASPX page possibly timing out | 29 Sep 2006 08:16 GMT | 1 |
I have some .NET 2.0 c# code that reads data from an XML file, and imports it into CRM. The code works fine until I throw an 18MB file at it. My code will process a large portion of the file, but then stop & display an error message. I added the following code to my web.config ...
|
| web service call in VC++ 6 | 29 Sep 2006 07:52 GMT | 1 |
I have written web service in C#.Net. I want to make a call to the web service in VC++6. I want some pseudo code for that. What are the libraries, header files are to be used ?
|
| WSDL doesn't validate the incoming messages | 29 Sep 2006 01:10 GMT | 3 |
I have a web service which inplements a WSDL. In the WSDL, there're two lines like: <s:element minOccurs="1" maxOccurs="1" name="CreateDateTime" type="s:dateTime" />
|
| Using XSDs in Web Services | 28 Sep 2006 19:16 GMT | 1 |
A WSDL file contains a Schema that defines the XML Types transferred from client to server. However, from what I can tell, this schema is never validated by the default MS implementation of the Web Service class. I know that I could, within the server's implementation, validate ...
|