| Thread | Last Post | Replies |
|
| dumping out soap envelope | 09 Jan 2006 00:09 GMT | 2 |
I reference a web service and can use it, but I would like to 'see' the SOAP enevelope that dot net is sending to the remote service. That is, I want to dump out (to a file):
|
| Adding multiple Web reference dynamically | 08 Jan 2006 07:23 GMT | 2 |
I have a problem here, but I do not know how to go about it. I'm doing a project on a website. I'm the middleman who will retrieve informations from many different suppliers. I would be getting those informations through web service. That means I would have to add many
|
| Custom security assertion problem is driving me nuts | 07 Jan 2006 20:24 GMT | 3 |
I have spent hours to solve this problem to no avail. I have created a custom security policy assertion for a web service as shown in WSE 3.0 documentation. My complex project involves using two custom security tokens and token managers to encrypt/sign SOAP messages. But at the
|
| Validating parameters passed to Web Service | 07 Jan 2006 12:24 GMT | 1 |
Has .NET any XML-based validation framework or tool classes to validate parameters passed to an Web Service? I need only couple of types validation - is parameter passed to Web Service method empty
|
| How to access GAC DLLs from WebService??? | 07 Jan 2006 12:19 GMT | 1 |
I have a webservice that I want to let access a class from a DLL that is stored in the GAC. I can add a reference to the dll, but when I try to use the 'using <namespace>' in the codebehind for the webservice, it doesn't appear. It DOES appear on ASPX pages in the same project. ...
|
| Having problem with connecting to server while downloading some file from the same server. | 07 Jan 2006 11:38 GMT | 1 |
My dot net client downloads files and checks for any new files time to time. The server is apache2.0.53 server. So what happens is that my file download thing works fine if I dont try to call any page from the server while downloading. If I try to call a single page while
|
| Uploading large files with WebServices & Security | 07 Jan 2006 11:36 GMT | 2 |
What's the better strategy for uploading large files trough webservices? I can use Dime/WS-Attachments but for files with over 5MB in size, maybe I got some timeout/refuse problems in my server. Is it a good idea upload the files in chucks? In this case, how can I control and ...
|
| How to access web server from Development then Production site | 07 Jan 2006 11:32 GMT | 1 |
I am writing a consumer of a web service. The problem that I am having is that the service has two sites, one for development and another for production. How can I selectively chose which reference to use based on my level of
|
| filetransfer | 07 Jan 2006 11:31 GMT | 2 |
I need to copy many text files (no more than 20 Kb each one) from many clients to a single central site in a wide area network. Copies occur quite continuously. In order to get the best solution which architecture should I develop?
|
| Web service works on port 80, fails with SSL | 06 Jan 2006 23:07 GMT | 6 |
I have a web service I am calling which I made. I am consuming this service from another domain (and I've tried from a windows app also). I added a certificate to the web service so it will use ssl. I made a web reference to the unsecured and secured version of the web service ...
|
| Using a webservice for product licensing | 06 Jan 2006 21:23 GMT | 2 |
Does anyone have any experience with/suggestions for using a webservice for product licensing? What I have in mind is something like where the client app sends their product key to the webservice for validation and the webservice then return
|
| using different Assertions on request and response | 06 Jan 2006 18:42 GMT | 1 |
Is it possible to use one kind of TurnKey Assertion on request and another assetion on response, the way it is possible in WSE 2.0. In WSE2.0, We can specify different Token Types individually for Request, response and fault. For Ex, we can specify UserNameToken for request and ...
|
| HTTP/ASMX Message Receive Failure: System.Xml.XmlException | 06 Jan 2006 01:58 GMT | 5 |
Quite frequently we receive the error below in our event logs. I have some problem interpreting it. As I understand, one of our clients sends us an errornous request. Although this should result in an error send back to the client, I do not
|
| OutOfMemoryException: major production problems | 06 Jan 2006 01:50 GMT | 5 |
On our production servers we receive the following events (in more detail below) * HTTP/ASMX Message Receive Failure: System.OutOfMemoryException: [Resource lookup failed - infinite recursion detected. Resource name:
|
| SoapEnvelope.IsSoapBody | 05 Jan 2006 17:40 GMT | 1 |
This is a method in WSE 2.0 it is not in WSE 3.0 How do I do the this check with WSE 3.0?
|