| Thread | Last Post | Replies |
|
| out of memory exception using StringBuilder | 05 May 2005 04:44 GMT | 1 |
With large files (5 MB plus), I occasionally encounter an out of memory error using HttpWebRequest to consume a web service method. The trace indicates the application seems to be failing in the part of my code where the StringBuilder creates the key-value pairs for the file content ...
|
| How to log raw SOAP response msg? | 05 May 2005 04:37 GMT | 3 |
The .NET web service proxy class is great for transparent app process via SOAP calls. I have a need to log the raw SOAP response messages. Is there an easy way to do this? I saw there is already a thread about intercepting SOAP request messages and someone suggested programming ...
|
| Serialization. | 05 May 2005 02:24 GMT | 2 |
Hopefully this is the right group. I am getting the following exeption: Member 'PPRP602AType.RPLY_HEADER' hides inherited member 'REPLYType.RPLY_HEADER'
|
| Repeat schemas in differing WSDLs | 04 May 2005 15:35 GMT | 1 |
We're trying to write a .NET/C# application against a series of services. Normally it would just be easy, add web reference and we're done. However there a 5 different services and they all share common <schema:types> which are declared in each wsdl (not imported from one ...
|
| WEB CONFIG PROBLEM | 04 May 2005 15:01 GMT | 4 |
I created i simple web service.. It runs well in my local Pc.. But when i copied it into my server it fails... it is about web config custom errors i turned it off but it still doesnt work..(<customErrors mode="Off" />) Can anyone help me ?
|
| webservices simple example problem | 04 May 2005 08:34 GMT | 2 |
I am trying to get familiar with the possibilities of webservices under the .Net development environment. I have created from the .Net 2003 IDE
|
| Trouble after applying SP3 | 04 May 2005 00:18 GMT | 8 |
I am stumped. We were running WSE 2.0(SP2) on a Windows 2003 server without a problem. I applied SP3 and now get this error: General Information *********************************************
|
| Is WSE supported in Whidbey? | 04 May 2005 00:07 GMT | 2 |
I found the following note on WSE web site on MSDN. Note: WSE is not supported if installed on a computer with a version of the .NET Framework later than 1.1 (or a version of Visual Studio later than Visual Studio .NET 2003)
|
| need to execute client SoapExtension after Security | 03 May 2005 21:14 GMT | 3 |
i've got a WS using WSE 1.1 for security. the scenario i need to happen is as follows: 1) client side executes WSE security 2) client side executes my custom SoapExtension, and sends request
|
| Problem with MSDN drilldown sample code - Security policy | 03 May 2005 20:42 GMT | 1 |
I downloaded MSDN WSE 2.0 drilldown sample code and tested in my local host. After some configuration and setting, I finally made most of sample code worked. However, there is one I could not make it run properly - Security Policy sample.
|
| Where is Plumbwork Orange ? | 03 May 2005 17:10 GMT | 3 |
Hello to all, I read in many posts Plumbwork Orange. However I couldn;t find any file to download. Does anybody knows where is it? Sourceforge site doesn't contain any files.
|
| SQL server access denied from web service | 03 May 2005 16:04 GMT | 5 |
I am running a web service on my local machine (using standard VS.NET test pages) that is attempting to access a SQL database on a network server. C# code looks something like this: [WebMethod]
|
| Parsing Base64 encoding | 03 May 2005 14:37 GMT | 5 |
A web service returns base64 encoded data. The goal is to parse it and store it into binary file with .dat extension. This file is then will be used by a custom program to produce diagrams. As far as I know base64 data is not any known graphic format, from what I understand it's ...
|
| Multiple Wse in single Service | 03 May 2005 10:51 GMT | 4 |
I am using Visual Studio (with WSE 2.0) to create a Reference.cs proxy for a customer web service. The WSDL contains one service element with three different ports, each port using it's own binding. The problem is that Visual Studio only creates a Wse class for one of these
|
| How to call a web method using http get/post? | 03 May 2005 06:38 GMT | 4 |
Is there anyway to call a web method over an HTTP protocol using the GET/POST methods (without using the SOAP protocol)??? Any help would be highly appreciated, Cheers,
|