| Thread | Last Post | Replies |
|
| problem Calling webservice from client side javascript | 20 Nov 2004 07:03 GMT | 3 |
I have a problem calling webservice from client side javascript. The javascript call the settimeout() method. when the user press submit button it ignore the press and keep refreshing the page. it looks like the data is not transferred to the asp page from the web service.
|
| Problems with DefaultCredentials | 20 Nov 2004 06:19 GMT | 1 |
this is the scenario: - "Hello World" web service on Machine A - winform client on Machine B - asp.net webform client on Machine B
|
| Doubt in SOAP with DIME attachments! | 19 Nov 2004 23:29 GMT | 1 |
I was going through the WSE 2.0 documentation to try SOAP with DIME attachments. The example shows the server sending an image file and the client displaying it in a picture box control. How do I do it, if the server has to say eg a doc/text/pdf file and the client has to
|
| Programminf for ASP.NET | 19 Nov 2004 23:16 GMT | 1 |
Is there a way to progammatically detect if ASP.NET is installed? Also is there a way to programmatically detect if ASP.NET Web Services Extensions are 'Allowed' vs 'Prohibited'? Thanks in advance.
|
| Sending Compressed Data To WebServer | 19 Nov 2004 23:11 GMT | 1 |
I know How To Retriev Data from Web Services using Standard HTTP 1.1 Compression http://www.dotnetjunkies.com/Tutorial/90D3B3E0-6544-4594-B3BA-E41D8F381324.dcik But i To send to the WebServer Compressed request
|
| Security Patches - System.Web.Services.Protocols.SoapException | 19 Nov 2004 23:07 GMT | 1 |
We have a component which calls a web service in our application. It was working until 2 months back. It stopped working when we applied latest NT IPAKS or when we applied latest security patches through windows update. The error thrown by webservice is shown below.
|
| 400 Bad Request | 19 Nov 2004 23:02 GMT | 3 |
I create a proxy class and instantiate it, then I try to make multiple calls to the methods of the class. 75% of the time, all of the 7 calls work great, but 1 in 4 times one of the calls fails with 400 Bad Request. In each call, I am loading a dataset and sending it to the
|
| Permition certificate private key from webservice | 19 Nov 2004 19:47 GMT | 1 |
Anybody knows how access private key X509Certificate from CertificateStore (Microsoft.Web.Services2.Security.X509.X509CertificateStore namespace) to encrypt/decrypt data. Below code in webservice return error: "Keyset does not exist" (at line
|
| tcp with WebServicesClientProtocol | 19 Nov 2004 19:47 GMT | 3 |
Is there any way to use tcp with the WebServicesClientProtocol instead of http?
|
| Progress of a async webservice call | 19 Nov 2004 19:45 GMT | 2 |
Is there any way to check the progress of a asynchronous webservice call? I realize that you won't be able to check the data coming back but i was curious if there was a way to check the bytes transfered or something like that.
|
| Problem Hiding Columns when Populating a Datagrid with a DataView of A DataTable From Dataset returned via an Asynchronous Web-Service | 19 Nov 2004 19:34 GMT | 1 |
I have a webservice that retrieves data from a database, this is then returned to the calling client application built in windows forms within a dataset, however upon attempting to create tablestyles to format any of the columns within the datagrid, the exception "Can-not parent ...
|
| error 401:Unauthorized in Win98se(SC) | 19 Nov 2004 19:24 GMT | 1 |
hello!I meet a strange problem.I created a web service and a client application by C#.The web service can call successfully by the Client application under Win2k,WinXP,Win98se(English & TChinese)system, but when I try to call it by the same client application under ...
|
| Encrypting XML header via SoapExtension issues | 19 Nov 2004 19:21 GMT | 1 |
I finally figured out how to utilize the soapextension for encrypting portions of my xml file. However I want to encrypt the header going from the client web page to the server side web service. Unfortunately this only works on the response from the server side web
|
| Webservices & binary data? | 19 Nov 2004 19:15 GMT | 1 |
We have a database that stores binary data such as word documents. Can these documents be delivered over Webservices by other applications that request to view them? I would like some MS specific articles about how to do this if possible.
|
| use a com objet in a webservice | 19 Nov 2004 19:05 GMT | 1 |
It?s posible to use a com object in a webservice?. I add it in references, I can create it, but I can?t access to any property of the object. thanks
|