Tagged Questions

WSE is the obsolete Web Services Enhancements code from Microsoft. It has been replaced with WCF, is barely supported, and has no tooling support in Visual Studio versions after VS2005. It should only be used if you have no other choices at all.

learn more… | top users | synonyms

17
votes
6answers
9k views

Calling .NET Web Service (WSE 2/3, WS-Security) from Java

I need to call a web service written in .NET from Java. The web service implements the WS-Security stack (either WSE 2 or WSE 3, it's not clear from the information I have). The information that I ...
10
votes
4answers
1k views

Primer for X.509 certificates on Windows

I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the public Internet, I find ...
5
votes
1answer
3k views

Converting WSE example code to WCF

I am new to both WSE and WCF and I am trying to consume a web service using WCF but all the example documentation is for VS2005 + WSE. This web service uses WS-Security 1.0. I have added a service ...
4
votes
3answers
140 views

Soap response, not well formed XML, no XOP parts located, using WSE

I am consuming a web service in which I send off a request with an attachment and we receive a response from the server with various information. I have documented some problems with getting the ...
4
votes
4answers
14k views

How do I mix message encoding types (Text/MTOM) in the Request & Response of a Web Service client application using WCF (or WSE 3)?

Here is my problem. I am hitting a web service (hosted on a Java based server) that will only accept text encoded Requests, but it returns MTOM Responses. What I've found is that if I set the web ...
3
votes
6answers
288 views

Adding an attachment to SOAP request

I am at a loose end as to how to add an attachment in my SOAP request. We have to consume a thrid party web service, built in java, which is the most convoluted thing I have ever come across. Any ...
3
votes
3answers
200 views

What to look out for when moving from Visual Studio 2005 to 2008?

We're planning on updating our developers from Visual Studio 2005 to 2008. Are there any common "gotchas" to look out for during this move? My major concern at the moment is that we use WSE 3.0 ...
3
votes
1answer
563 views

WCF and WSE 2.0 web services

How I can use WCF to communicate to old school WSE 2.0 web services?
3
votes
1answer
2k views

WSE client project keeps reverting WebServicesClientProtocol to SoapHttpClientProtocol

Despite enabling WSE 3.0 on client projects in Visual Studio 2005, web references I make always end up with service proxies derived from SoapHttpClientProtocol. I have to manually change the ...
2
votes
1answer
169 views

How do I get WCF to send the password in digest mode when using UserNameOverTransport binding? (Converting WSE3.0 code to WCF)

I'm trying to convert this WSE3.0 code to WCF: // we use Microsoft WSE 3.0 to insert the username token in the soap header. // This strategy takes care of creating and inserting the Nonce and Created ...
2
votes
2answers
669 views

How to decide between Message Contract and Data Contract in WCF?

I am reading so many things to understand various things in WCF. Very soon, actually, i want to move/convert existing WSE3 web services to WCF. In existing WSE web services, I have some (data) ...
2
votes
1answer
297 views

Getting rid of the Expires node (xml) in the WS security header

From the snippet below, how do i get rid of the (xml node) <wsu:Expires> tag? I want to either get rid of it or pass it in as a empty element. It is a read only property in ...
2
votes
1answer
182 views

WSE Settings 2.0 in VS2008

I am updating an application which communicates with a third party system using WSE and DIME attachments. The current solution is writen in VS2003 and .Net framework 1.1 and I am looking to update it ...
2
votes
1answer
163 views

Are .NET WSE client stubs thread-safe?

Are client stubs generated from WSDL by .NET WSE thread-safe? Of course, "thread-safe" isn't necessary a rigorously defined term, so I'm at least interested in the following: Are different instances ...
2
votes
2answers
2k views

Connecting to a WSE 3.0 Web Service From a WCF Client

I'm having difficulty connecting to a 3rd party WSE 3.0 web service from a WCF client. I have implemented the custom binding class as indicated in this KB article: ...
2
votes
2answers
872 views

SetClientCredential visible in vs.net 2005 but not 2008

I add a web reference to my wse 3.0 service in Visual Studio 2005 and my intellisense shows the name of my service like MyServiceWse (it adds the WSE extension to the name). I also have access to ...
2
votes
3answers
2k views

WSE 2.0 SP2 on VS 2008

Is it possible to use WSE 2.0 SP2 under VS 2008? I realise that the add-in (that generates the proxy classes/configuration) is not compatible but there are work-arounds to this (copying over the ...
2
votes
2answers
267 views

Using own exceptions in wse, not only SoapException

Is it possible to send my own developed exceptions over Soap to a client using http.sys??
1
vote
1answer
35 views

WSE 3.0 - Byte array being encoded as Base64 and not “MTOM-ing” to binary

I have a couple of other questions on here surrounding this area but they are a bit redundant now. Any answers to them would also be appreciated but this question is my main concern at the minute. I ...
1
vote
0answers
56 views

WSE 3.0 using x509 certificate for signing wcf message

Please can you please help to use x509 certificates for signing . I am using WSE 3.0 for visual sturio 2010 c#. error message is {"WSE101: An asynchronous operation raised an exception."} and inner ...
1
vote
2answers
236 views

New to WCF, client passing username token with mustUnderstand set to true

I'm tasked with creating a WCF service that will be consumed by an external client. The client is using WSSE security, specifically, they're passing a username token via a SOAP header. The WCF ...
1
vote
1answer
129 views

Can you connect to ASP.net soap service using Kerberos authentication using MonoTouch?

I am trying to connect to an ASP.net soap service using Kerberos authentication using MonoTouch but it does not support WSE extensions. it returns a 401 auth failure. Was planning on doing something ...
1
vote
2answers
318 views

How do I add an EncodingType attribute to the Nonce element of a UsernameToken in WSE 3.0 (.NET)

I'm trying to call a Java Web Service from an MVC3 .NET web app using WSE 3.0. However, the web service requires an "EncodingType" attribute on the Nonce element of the UsernameToken. Following is a ...
1
vote
1answer
75 views

Connecting legacy WSE client to WCF service… with no changes to client

We have a .NET 2.0 Forms App client, which connects to a asmx web service using WSE. We'd like to upgrade the service to WCF and utilise VS 2010 and .NET 4, however we're unable to force existing ...
1
vote
2answers
117 views

Web service call slow from dev solution

Ok, I got an asp.net web service using WSE2. It runs on a xp machine. And I got the front end asp.net application in my win7 machine. both in Framework 3.5. In production environnement everthing is ...
1
vote
0answers
125 views

Invoking a Web Service Without using Web Reference with SOAP authencation in asp.net

I need to bind web service reference at run time with SOAP or WSE authentication in ASP.NET. i can handle this without authentication, but not getting the way to do this with SOAP or WSE ...
1
vote
0answers
48 views

Removing ws-address emelement from SOAP messge

I am using WSE 3.0 to build a client application for a java web services which does not support WS-Address.I want to remove the ws-address elements from the SOAP header before sending the request. I ...
1
vote
2answers
1k views

What Is The Microsoft.Web.Services2.dll

Can someone explain what this does and why its needed?
1
vote
2answers
774 views

Can I use WSE3 within a .NET 4 app, to communicate with an old webservice?

I have a .NET 3.5 library assembly which uses WSE 3.0 to communicate with an outside webservice. We're upgrading our system to .NET 4, but the outside webservice will remain unchanged. (Edit: not ...
1
vote
1answer
256 views

Are WSE asmx web services supported on Windows Server 2008?

We have asmx web services created in WSE. Now if we upgrade our environmenet from Windows Server 2003 to Windows Server 2008, will the services keep working ? Any work around if they are not ...
1
vote
1answer
199 views

Unable to access a web-service from a C++ client when using WSE

I am trying to access a .net webservice(built in vs 2008) from a c++ application. I am using IXMLHttpRequest to access the service.Following is the code for that: MSXML::IXMLHttpRequestPtr httpReq( ...
1
vote
3answers
414 views

web service error ' it does not have a parameterless constructor '

I've created a web service , which can a method to set the user credential using Microsoft.Web.Services3.WebServicesClientProtocol. The sample code is : <WebMethod()> _ Public Sub ...
1
vote
1answer
271 views

Possible by reflection to get the instance of the calling methods class, or any method in the callstack?

Is it possible using reflection to get THE instance of the class of a calling method? Trying to "hack" a solution for webservices to pass on the Timeout value of the incoming call (When you call a ...
1
vote
3answers
607 views

How do I get a WSE 3.0 web service to impersonate my client's identity?

I have a WSE 3.0 based web service running in Windows Server 2003 under IIS 6.0. I want the web service process to impersonate the client user that sends the web service request, however the service ...
1
vote
1answer
2k views

How do I prevent my .NET SOAP client from including “Connection: KeepAlive” in the HTTP headers. (using WSE3.0)

In the HTTP Connection header, my web service client is including: Connection: Keep-Alive I want to disable this. After doing some research, it appears the way to do this is to set the KeepAlive ...
1
vote
1answer
725 views

Calling a WSE web-service though a proxy

I'm using Web Services Enhancements 3.0 to call a web-service from an ASP.NET application written in C# with Visual Studio 2005. I can call the web-service in Internet Explorer if I change the ...
0
votes
0answers
69 views

Getting MTOM/XOP attachments to work in WSE, see Edit 3 - 5

I have 2 other questions on here surrounding this area, namely Adding an attachment to SOAP request and Soap response, not well formed XML, no XOP parts located, using WSE. The reason for this ...
0
votes
1answer
30 views

how to consume WSE Webservice in WCF client

Hi Can someone please help me consume the web service which expects something like the WSDL below which is using Microsoft WSE for security. I want to consume using WCF. <?xml version="1.0"?> ...
0
votes
1answer
31 views

ASP.NET MVC 3 and WSE 2.0

I've an ASP.NET MVC 3 project and have been tasked with implementing a few UI controls. I need to call a few web services and bind the data to the UI controls. The problem is the web services host (we ...
0
votes
1answer
34 views

Is there a way to insert “wsmp:” in to the soap method request in c#?

I have need to build a c# web client that can consume an existing java weblogic web service that uses wsse security. Changing the existing java weblogic web service to work with C# is not an option. ...
0
votes
0answers
20 views

How to access a WCF service given only “Base address and Binding”

I am searching for a method to configure the client for the WCF service given only "Binding and Base Address". Please suggest some method for that.
0
votes
1answer
39 views

WS-Security Framework 1.1 .Net

I'm trying to consume a web service with WS-Security done in Java, from my ASP.NET 1.1 Application. When I call the method of the service, the app shows an error about the proxy, then I create a proxy ...
0
votes
1answer
47 views

Microsoft.Web.Services2.SoapClient.SendRequestResponse timing out even though the server is responding with a SOAP message

As I understand it, the best way to post some useful info you've learned is to ask the question yourself and then answer it, so here goes. The scenario: we have an app that contructs a SOAP request ...
0
votes
0answers
102 views

SoapException calling an AXIS2 web service from C#

I'm calling an axis2 web service and it is throwing a SoapException: WSDoAllReceiver: security processing failed (actions mismatch) I'm using .NET Framework 4 and Visual Studio 2010 with WSE3 ...
0
votes
0answers
40 views

Deserialization issues between WSE client and WCF service

I have a WCF service which is communicating with the WSE client. So I have old proxies at the client end. I call one contract of the WCF service. That contract returns the collection of some class. ...
0
votes
0answers
12 views

IssueSecurityContextTokenAuthenticated (WSE 2.0) methods equivalent in WSE 3.0

what is the equivalent of the following WSE 2.0 in WSE 3.0 SecurityContextTokenServiceClient serviceToken = new SecurityContextTokenServiceClient(new Uri(serviceURL)); return ...
0
votes
0answers
54 views

Consuming a Web Service in .Net with X509 token

Consuming a web service seems pretty straight forward in .net, you create the proxy and then use in code. The web service I am trying to hit has token security, so straight out of MSDN documentation ...
0
votes
0answers
331 views

c# and WSE 3.0, Need <Security> tag to be removed from SOAP Request. HOW TO DO?

I use WSE 3.0 to get authenicated with web service , I use following source code. Following is the source code for that namespace CSharp_SampleDevice_Authentication { class Program { ...
0
votes
1answer
34 views

Partial use of WSE2

I'm coding a .Net web service that will replace an old one. In order not to break existing clients, I must not change the interface. That means no WSE to access this web service. The "old" web ...
0
votes
0answers
7 views

How to access the mail box collection present in the Exchange 2010 server?

How to access the mail box collection present in the Exchange 2010 server? Earlier in the 2007 there was a interface named "WebDAV" and i understand this has been deprecated in Exchange 2010. So using ...

1 2