| Thread | Last Post | Replies |
|
| Cannot access a disposed object named "System.Net.TlsStream" | 31 Jan 2007 17:56 GMT | 2 |
Hi Friends, We recently deployed our application to production and I am experiencing the below error message. Cannot access a disposed object named "System.Net.TlsStream"
|
| Failing when Integer is empty | 31 Jan 2007 16:05 GMT | 1 |
Hello, I'm creating a web service that will allow people to enter their contact information into a SQL Server table. I get it to work when I enter all of the fields and press the invoke button, but if I leave one of the integer fields(ie StateID) empty if errors out. I tried to ...
|
| Replicating text files using web services | 31 Jan 2007 14:25 GMT | 4 |
Can I replace replication of text files over ftp with a web service? I'd like to elminate as much labor as possible, having the text files transfer as soon as new ones are deposited in a folder. Just need to know it's the right path to pursue.
|
| best way implement web service with authentication. | 31 Jan 2007 05:06 GMT | 2 |
We guys have implement a webservice wherein we authenticate the user by passing the same in soap headers. once is the user is authenticated we flag the user as authenticated in a session variable. My doubt is, is it the right way of implementing this. We are using inproc to store
|
| Brand new to web services | 31 Jan 2007 04:58 GMT | 1 |
I have been a C# developer for a while now and have hear a lot of buzz about web services. I would like to try incorporating a web service in a new application I am developing, but have no clue where to start. I have tried checking out the Web Service Factory by Microsoft Patterns ...
|
| Timeout when using VS 2005-generated proxies to access WCF web ser | 31 Jan 2007 01:38 GMT | 2 |
I'm just now beginning to experiment with WCF, and I've run into an odd hiccup right at the beginning. I presume it's just something I'm doing wrong, but I can't figure it out. I've created a simple "Hello World" service, hosted in a console app, and if
|
| Server Error in '/' Application :'( | 30 Jan 2007 20:53 GMT | 1 |
i new in webservice i'm getting error when call my webservice from client pc but it can work perfect from myserver. My webservice will allow user at client to uplaod thier file into my server
|
| Pass in XML to WebService Method? | 30 Jan 2007 10:34 GMT | 4 |
I have the following xml Schema: “<?xml version="1.0" encoding="Windows-1252"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
| WCF and MQ | 30 Jan 2007 09:28 GMT | 1 |
Is there any support for WCF seamlessly integrating with MQ-Series?
|
| XML Compression | 30 Jan 2007 07:59 GMT | 3 |
I am in the process of developing a web service which will be called from oracle forms. The web service will accept and return huge amount of XML data. So, I need to implement data compression techinique which will be efficient and would work on both .NET and Oracle. I know that ...
|
| Accessing WebService behind a firewall.... | 29 Jan 2007 09:14 GMT | 1 |
I was trying to access a webservice from my office its working fine but fail to connect from my Friend's system which is behind a firewall, I was annoyed by seeing the following error message : "the underlying connection was closed: Unable to connect to the remote server."
|
| Checkbox Disabled: Enable Microsoft Web Services Enhancements SOAP Protocol Factory | 26 Jan 2007 20:31 GMT | 4 |
I'm trying to convert my DIME Web Service (WSE 2.0) to use MTOM (WSE 3.0). All the literature I'm reading specifies that I'll need to check both: Enable this project for Web Services Enhancements and
|
| Optimisations for Deployed web service | 26 Jan 2007 09:14 GMT | 1 |
Are there any optimisations that can be made on a Windows 2003 server for a web service that has been deployed to it? Such as HTTP compression and any server or .Net settings.
|
| VS2005 "Add Web Reference" "Unable to connect to the remote server", then successfully displays the service info. Add reference button is disabled. Connecting to WS outside of VS is fast. | 25 Jan 2007 14:27 GMT | 1 |
VS2005 "Add Web Reference" "Unable to connect to the remote server", then successfully displays the service info. The Add reference button is disabled. The service also times out if I click on the Service Description link
|
| Custom SoapFilter for WSE 3 and Exceptions | 25 Jan 2007 10:14 GMT | 4 |
I'm developing custom SoapFilter for WSE 3.0. Is there a way to find out the type of exception occurred during the execution of WebMethod. The SoapEnvelope parameter of ProcessMessage method has a Fault property, but this fault property always contains SoapException, not the ...
|