| Thread | Last Post | Replies |
|
| Installing WSE2.0 as part of another MSI installation package. | 14 Apr 2005 19:30 GMT | 4 |
I can't seem to create a single installation package for my client since WSE is distributed in an msi package and hance cannot be integrated within another MSI. i tried simply copying the dll's but it didn't work out.
|
| Perform Scalability test of Web Services | 14 Apr 2005 03:41 GMT | 3 |
We have developed a WinForm application that calls WebServices for all database transactions. We would like to perform a scalability test of our WebServices (under IIS 6.0 Windows 20003 Server, .Net 1.1 sp1). Is there any white paper that will guide us to perform scalability
|
| Web service parameters and WSDL | 13 Apr 2005 22:22 GMT | 4 |
Is there a way I can be more specific about the attributes of a web service parameter. For instance, instead of just defining a string, I would also want to specify the maximum length allowed for that string or valid characters for that string. Also, when passing an array, I ...
|
| PDF request service | 13 Apr 2005 20:53 GMT | 1 |
greetings and salutations, o smarter than i. i've been working on a solution to secure the delivery of pdfs to client browsers. we're introducing an public-website element, so i've decided to use a webservice on the internal application webserver to pass a pdf as a byte
|
| is WSE 2.0 support MS SOAP Toolkit 3.0 ? | 13 Apr 2005 20:51 GMT | 1 |
Can I use MS SOAP Toolkit 3.0 to call WSE 2.0 (example: myService.ashx) ? Thanks
|
| Removing TimeStampFilter in WSE2.0 | 13 Apr 2005 20:48 GMT | 1 |
I need to remove the TimeStampInputFilter in WSE 2.0, previously in WSE 1.0 we could do it as: SoapInputFilterCollection defInpColl = WebServicesConfiguration.FilterConfiguration.InputFilters;
|
| Serialization | 13 Apr 2005 19:23 GMT | 2 |
Does anybody know how to control the serialization of the response a webmethod? In short how can modify the response stream to remove the <string xmlns="http://tempuri.org/"> and the </string> tags?
|
| Accessing Overloaded methods when Consuming an Object via a Web Reference | 13 Apr 2005 16:39 GMT | 2 |
When consuming a Web Service via a Web Reference I have a class that overrides the ToString method. The ToString then returns a custom friendly string representation of the object. This works fine when the control is consumed directly however when the object is consumed via a
|
| wsdl from .NET asmx | 13 Apr 2005 12:57 GMT | 1 |
I want to generate an wsdl document from an .asmx. I want to create an wsdl froma an .NET asmx using the syntax: http://localhost/Service/Service.asmx?wsdl This generates an wsdl document.
|
| Assistance Making SOAP Calls to Remote PHP Host | 13 Apr 2005 08:09 GMT | 3 |
I am trying to make some SOAP calls from within a Windows Forms app using C#. Previously, these calls were used in VB6 using the SOAP SDK. For example, let's say that I have the following URL for my SOAP calls: http://mysoapsite.com/mysoapsite/soap.php
|
| WSE SecurityTokenManager in GAC | 13 Apr 2005 06:55 GMT | 3 |
I am using a WSE security token manager I have written myself. My Web config looks like this <securityTokenManager type="MyNamespace.WseSecurityHelper,MyAssembly" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
|
| using .Net soap client wrappers - any way to get to post data? | 13 Apr 2005 03:43 GMT | 7 |
Hi... I used wsdl.exe to generate some wrapper classes from someone's soap web service, and I'm looking for some way to look at what the soap request packet actually looks like. The webservice I'm consuming is https, so packet
|
| POSTING Large Files to a WebService 1.1 | 13 Apr 2005 01:39 GMT | 2 |
Like others, I have notices that I can't seem to post more than a ~2 MB string of data to my Webservice. If I try to post more than that, I get a 500 return code. (I'm POST'ing image files in BASE64 format). I tried this article but it seemed to break everything -- even small ...
|
| Using an object pool within a web service | 12 Apr 2005 23:10 GMT | 1 |
I'm looking for some advice on how to proceed. Here's the scenario: I've got to develop a high availability VB.Net web service that basically acts as a middle man between the web service clients and a third party data
|
| The request failed with HTTP status 401: Unauthorized. | 12 Apr 2005 21:56 GMT | 3 |
I have a web service that has been working before but now I am getting: The request failed with HTTP status 401: Unauthorized. This is to the localhost and I am a member of the administrators group for this machine so I am not sure what is unauthorized nor do I understand how to
|