| Thread | Last Post | Replies |
|
| WseWsdl2.exe doesn't seem to import third+ level schemas | 08 Dec 2004 03:51 GMT | 2 |
If you run WseWsdl2 against a definition that imports an external schema, like so: <wsdl:definitions xmlns:foo="uri:foo" ...> <wsdl:import namespace="uri:foo" location="Foo.xsd" /> <!-- then use foo:MyFooType somewhere in a message -->
|
| Why or Why NOT use SecureConversation | 08 Dec 2004 01:20 GMT | 1 |
Please see Subject. Thank you.
|
| Code Access Security | 07 Dec 2004 23:28 GMT | 1 |
I have heard about Code Access Security. Can anyone tell me how to go about it. Thanks From,
|
| Encryption / Hashing etc.. Web Services | 07 Dec 2004 23:17 GMT | 3 |
Hello Group, When Signing with a UsernameToken or When Encrypting with a UsernameToken
|
| SoapHttpClientProtocol request canceled | 07 Dec 2004 23:11 GMT | 4 |
I have a working client-side Vb.Net (.net v1.0) app that talks to a Webspere webservice on a windows 2000 server. The client side app runs on a citrix server, also a Windows 2000 server. The app worked ok till I installed .Net v1.1 on the citrix, now I get an error when I get ...
|
| WSE Security - Automating Security with Policies - (HOLDEVL34) | 07 Dec 2004 22:33 GMT | 1 |
I have played with the Hands-On-Lab HOLDEVL34. It is very good and I learned a lot! In exercise C (Automating Security with Policies), policies are used to get the sample working. The client sends a username token to the server, and the
|
| Get "System.InvalidOperationException: Request format is unrecognized" after running a while | 07 Dec 2004 21:48 GMT | 1 |
my webservice is running on Win2000 SP4, IIS 5.0 fully patched, connecting to a MySQL database and mainly returning Typed DataSet's from webmethods. After running for a while, generally a few days, the webservice stops responding and the .NET windows app client fails with no ...
|
| No hit on breakpoint in webservice | 07 Dec 2004 21:44 GMT | 5 |
I am a novice on .net debugging. I run Visual Studio 2003 Enterprise Architect on windows xp. I have a webservice and a windows client in the same project. The code is vb. The problem is that my breakpoints in the webservice are never hit. I cannot debug the webservice.
|
| Webservice works on the browser but not from C# app | 07 Dec 2004 21:36 GMT | 3 |
I have a HelloWorld webservice that works on my IE browser. But, when I add a webreference to it and call the HelloWorld method from my WindowsFormsApp (return in C#), I get error messages. The error messages differ depending on when I restart my machine.
|
| Aynchronous web services connection end in Close_Wait state | 07 Dec 2004 21:11 GMT | 5 |
Hi all, I hope I can explain my problem clearly. I have a .NET c# windows application calling a localhost web service using asynchronous callback.
|
| My application is slow - XMLSerializer? | 07 Dec 2004 20:20 GMT | 1 |
I have done a project and delivered successfully. My customer is reporting that the application is very slow. I have used XMLSerializer extensively in my C# code. Its because of this, the application is too slow. How to make it fast??.
|
| prevent concurrent access to my web service | 07 Dec 2004 20:17 GMT | 1 |
How do I prevent concurrent access to my web service. How to avoid it.
 Signature Leo
|
| How to authenticate user and make access to sql database | 07 Dec 2004 19:52 GMT | 1 |
Hi there .. I have the following scenario. I have a Webservice which is running under Win2003/IIS6 with .Net1.1 The Service itselfs connects to a database which is a SQL 2000 on a Server
|
| transmitting files in chunks.... | 07 Dec 2004 19:37 GMT | 1 |
Searching for a way to upload binary files from client to server, I came across the following link: http://www.dotnetextreme.com/code/BinaryUpload.asp With this precaution:
|
| File Attachments Larger and 4MB | 07 Dec 2004 19:35 GMT | 19 |
I have .NET Windows .dll attempting to receive a DIME attachement larger than the default value of 4MB. I maxRequestLength to -1 in the Web Service's web.config file. I understand I also need to change the setting on the client side. But, since the client is a .dll, there is ...
|