Questions tagged [wse]

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.

WSE is the obsolete Web Services Enhancements code from Microsoft. I 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.

Note from the bottom of What's New in Web Services Enhancements (WSE) 3.0 that WSE 2.0 support is aligned with support for .NET 1.1 (mainstream support ended 10/14/2008). WSE 3.0 support is aligned with support for .NET 2.0 (mainstream support ends 4/12/2011).

Interesting Links

From Microsoft:

Other Sites and Blogs:

140 questions
0
votes
1 answer

Consuming a WSE-enabled Web Service in an ASP.NET 2.0 web site

I'm trying to consume a WSE enabled Web Service from an ASP.NET Web Site. I've installed WSE 3.0, used the config tool to add WSE info to my web.config and then done an Add Web Reference. I believe that the problem may be that this is a Web SITE,…
Tavis
  • 97
  • 1
  • 1
  • 9
0
votes
2 answers

Sign SOAP using certificate (WSE)

I have a requirement that I must build a SOAP message and then sign it using an X509 cert before sending it to a service via POST. I have NO idea what type of service this is but I was given a SOAP example. I tried to use the example on MSDN but…
Dustin Davis
  • 14,482
  • 13
  • 63
  • 119
0
votes
1 answer

WSE 3.0 Windows 7 Compatibility

I have a .NET 2.0 application that uses WSE 3.0 to make web service calls over SSL. The application works perfectly on Windows XP after I apply a registry fix which is explained here. The fix says to use the UseScsvForTls entry DWORD value…
Zak
  • 311
  • 2
  • 5
  • 12
0
votes
1 answer

SvcUtil vs WseWsdl3

Official VmWare documentation describes how to use WseWsdl3.exe utility to generate csharp file VimService.cs from a set of .wsdl files: wsewsdl3.exe /n:Vim25Api /type:webClient /l:CS vim.wsdl vimService.wsdl Since the package Microsoft Web…
Egor Okhterov
  • 478
  • 2
  • 9
  • 34
0
votes
1 answer

Consuming a secure WSE2.0 / .Net 1.1 WebService using .Net 3.5 and VS 2008

Please forgive any mistakes in this question. I am not overly familiar with secure web services or WCF. I need to consume a web service that uses WSE 2.0 and .Net 1.1. The service is secured in two ways. An X509Certificate and a BinarySecurityToken…
Robin Day
  • 100,552
  • 23
  • 116
  • 167
0
votes
1 answer

Integrating WCF Client and ASMX WSE 3.0 Service

I almost regret that I even started programming. How do I integrate those two enterprisey beasts? More specifically, I have a third-party ASMX service which uses WSE 3.0 (authentication & message signing). Now in following with "best" Microsoft…
Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
0
votes
0 answers

.NET client to java service using message and transport certificates

I am trying to make a .NET client using WSE 3.0 custom policy. I have local wsdl because service uses https with certificate protection. Request soap message needs to be signed and encrypted with certificates one from client for signing, and one…
Ledian
  • 21
  • 4
0
votes
1 answer

Convert WSE3 Web Service Client Code to WCF

Convert WSE3 Web Service Client Code to WCF Hi. It would be much appreciated if an expert could be able to convert the following WSE3 web service client code to some working(well as much as possible) WCF code(preferable with configuration in code…
0
votes
1 answer

Create soap web service client from wsdl with no contract methods

I'm stumped, probably because of not understanding something about soap services. When I create a service reference to the current public x12 health document submission service interface: http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd I get some…
Robert Achmann
  • 1,986
  • 3
  • 40
  • 66
0
votes
0 answers

Application can't find an assembly

I have an ASP.NET MVC application, which uses one old service (Web Services Enhancements, WSE). Right now I try to move this application to Azure. When I try to call web-service, which use WSE, I get an error: Configuration Error Description: An…
Oleg Sh
  • 8,496
  • 17
  • 89
  • 159
0
votes
1 answer

Fiddler2 not capturing WSE2.0

I am trying to capture a message going to an external site using WSE2.0 and HTTPS but fiddler2 is not capturing the messages. Is there any settings I need to do. I have installed the FIDDLER2 certificate but its not working. I am using Windows 7…
MiscellaneousUser
  • 2,915
  • 4
  • 25
  • 44
0
votes
1 answer

wse3 inherited class type not accepted as method parameter

I will try to describe my problem. I have a method in a proxy class(auto-generated by wsdl) that accepts as its first argument an object of Type BaseType.I try to pass an inherited type and i get The type xyz was not expected. Use the XmlInclude…
tasoss
  • 5
  • 2
0
votes
0 answers

Having trouble increasing Dime maxRequestLength on my WSE 2.0 webservice

I tried everything I could find / think of. I'm running a webservice on IIS6 WSE2.0 on dotNet Framework 3.5 ASP 1.1 I changed the service and client web.config adding both:
seerick
  • 31
  • 8
0
votes
1 answer

Consuming WSE Web Service using Dynamic Port in BizTalk 2013

We have an application currently running in BizTalk 2006 R2 sending message to WSE2.0 web service using a dynamic send port. The properties it set for soap message port are as follow: Message(WSE.IntegrityUser) = "some…
Nido
  • 241
  • 4
  • 22
0
votes
0 answers

Calling WSE 2.0 webservice using WCF client

I have a client application that I am trying to re factor. It was actually called with some old Microsoft.Web.Services2 client. But I am trying to adopt it to be called by a WCF client. I think I did this before, but I can't seem to remember how…
SoftwareSavant
  • 9,467
  • 27
  • 121
  • 195