| Thread | Last Post | Replies |
|
| C# exception after calling Java/Axis web service | 19 Apr 2005 20:52 GMT | 3 |
I am calling a client's Java/Axis web service (I have no control over it's code). I added the WSDL no problem. When I call their method, I get an error: Unhandled Exception: System.InvalidOperationException: There is an error in
|
| Could not find installable ISAM | 19 Apr 2005 15:19 GMT | 8 |
I am creating an ASP web service and wish to connect to an MS Access 2003 database. However, when I attempt to access the database I get the following error
|
| Encrypting data vs using HTTPS? | 19 Apr 2005 15:14 GMT | 7 |
Anyone care to express their two cents over pros and cons of encrypting the data being transmitted (within the SOAP package) versus just utilizing a HTTPS connection? Richard Rosenheim
|
| WSE 2.0 and VS 2005 Beta2 | 19 Apr 2005 14:27 GMT | 1 |
Does anyone know if the recently released VS 2005 Beta2 is compatible with WSE 2.0? Thx!
|
| WSE352: The size of the record uuid:d999e283-b0a8-4134-ad24-1b1c0e7dd7b4 exceed its limit. | 19 Apr 2005 14:24 GMT | 1 |
I use WSE 2.0 / DIME to send a zip file of size 9.2 MB. I send file of size less than this success fully but with this the client basically get the exception "dime format exception". Message : WSE352: The size of the record
|
| WSDL.exe Usage | 19 Apr 2005 14:11 GMT | 3 |
Trying to generate class file from a WSDL file. I have tried the following from the command-line prompt in VB.NET wsdl /language:VB /out:myProxyClass.vb LogAccessService_v1.wsdl wsdl.exe also does not work. Either version returns -- Command "wsdl.exe"
|
| System.InvalidOperationException | 19 Apr 2005 13:34 GMT | 1 |
I keep getting this error message 'System.InvalidOperationException' whenever some exceptions is thrown in my web service code. Is there any way to configure IIS or my web service to display a little more detailed error messages?
|
| Dynamically Connect to Web Service? | 19 Apr 2005 03:21 GMT | 2 |
I have an application in C# that makes calls to a web service and the app currently contains a reference to a WSDL. Since the server technology is a commercial product, some customers have their own servers, etc.
|
| Could not establish secure channel for SSL/TLS | 19 Apr 2005 02:46 GMT | 3 |
Our company is facing a problem with an asp.net client connecting to a web service. Basically we front-end it by a Cisco Content Smart Switch load balancer which has a SonicWall attached to it to do hardware SSL. The caller is in the same subnet/dmz as the webservice, but due to
|
| Calling a batch file from a web service | 18 Apr 2005 20:54 GMT | 3 |
I have a batch file that executes a command line utility to do a secure file copy from our server to a 3rd party server. The batch file works fine, but when I call it from the web service the log file shows that it hangs up on the execution of the utility ( an exe ).
|
| Enum design question | 18 Apr 2005 13:55 GMT | 2 |
Suppose there is class with enum public enum Color { Red = 20,
|
| impersonation | 18 Apr 2005 13:37 GMT | 2 |
I need to connect to a remote SQL server from a webservice. The webservice (IIS) and SQL server are running on different machines. I'd like to use windows authentication rather than SQL one. How can I achieve this? through impersonation? what are the implications of
|
| ATL - Axis SOAP incompatibility? | 18 Apr 2005 12:35 GMT | 3 |
I've encountered with what seems to be a compatibility problem between ATL SOAP Web Service and Axis client. The minimal scenario is like that. I create a service having the following function:
|
| Dynamic CacheDuration | 18 Apr 2005 10:06 GMT | 1 |
Morning, how can i change the cache duration of a webservice methode dynamically ? THX Andr?
|
| WSE 2.0, SoapClient and MIME support | 18 Apr 2005 09:56 GMT | 2 |
Quick question: is there any way (free or using some third-party library) to gain MIME support for WSE 2.0 SP3? I specifically need something that allows me to encapsulate a
|