Questions tagged [wse2.0]

WSE 2.0 is version 2.0 of the obsolete Web Services Enhancements product from Microsoft. See the WSE tag for more information.

WSE 2.0 is version 2.0 of the obsolete Web Services Enhancements product from Microsoft. See for more information.

18 questions
19
votes
7 answers

How to solve HTTP status 405 "Method Not Allowed" when calling Web Services

I've got a siluation where i need to access a SOAP web service with WSE 2.0 security. I've got all the generated c# proxies (which are derived from Microsoft.Web.Services2.WebServicesClientProtocol), i'm applying the certificate but when i call a…
Muxa
  • 5,563
  • 6
  • 46
  • 56
13
votes
5 answers

How do I get access to SOAP response

(If anything here needs clarification/ more detail please let me know.) I have an application (C#, 2.* framework) that interfaces with a third-party webservice using SOAP. I used thinktecture's WSCF add-in against a supplied WSDL to create the…
Dan Malkinski
  • 235
  • 2
  • 3
  • 11
3
votes
0 answers

Connecting to ERCOT web services using WSE 2.0

I have been trying to setup a WSE 2.0 client for communicating with ERCOT and are stuck in the policy setup stage. We set up our environment using VS2005 with WSE 2.0 and have followed the slides (50 to 63) presented by ERCOT in the technical…
2
votes
2 answers

Difference between basicHttp binding in webservices and WCF

What is the difference between WCF and WSE2.0 webservices when it comes to implementation of basic httpbinding. Can anyone point out what may be the subtle differnces when it come sto use the same protocol but using different technology.
chugh97
  • 9,602
  • 25
  • 89
  • 136
1
vote
1 answer

WSE 2 .Net 1.1 Client calling from inside a LAN to service on the internet. How to set the proxy server?

Hi I am trying to connect to a WSE2 web service (.Net 1.1) on the internet The client (also .Net 1.1) is inside my company LAN and has to go out through a proxy server to the internet. When I make the WSE2 call with the generated proxty it fails…
Phil Sharp
1
vote
1 answer

Why does "Inherits Microsoft.Web.Services2.WebServicesClientProtocol" kill build

I'm trying to write an Outlook add-in in Visual Basic (in Visual Studio 2012 Professional on Windows 7) that will interface with a web service we use at work. Unfortunately this particular web service doesn't really stay with the times and as such,…
atraudes
  • 2,368
  • 2
  • 21
  • 31
1
vote
1 answer

WSE 2.0 Web Services Client using .NET 2.0

What's the best way to access WSE 2.0 web services from .NET 2.0? Using VS2005's web references is not working, because generated classes are using System.Web.Services as their base (instead of Microsoft.Web.Services2).
Muxa
  • 5,563
  • 6
  • 46
  • 56
1
vote
1 answer

How to pass UserNameToken to ASMX service?

I have an asmx web service and a test console app. I have added web service reference to the console app and calling it like this Employee.Employee e = new TestService.Employee.Employee(); e.SomeMethod(); On every web service call there is a…
Zeus
  • 3,091
  • 6
  • 47
  • 60
1
vote
3 answers

Getting "WSE003: The input was not a valid SOAP message" on every call to an WSE 2.0 SoapHttpRouter

I already tried some different SOAP-messages, even one which has an empty header and body, but without success to get into my SoapHttpRouter-derived class :-( Also, when I hit the .asmx-URL with the browser it comes to that error.. here detailed…
krile
0
votes
2 answers

Using SOAPContext in Visual Studio vb.net

I'm working on a form and need to use SOAPContext and DimeAttatchment. Neither classes are recognized. I tried adding 'Imports Microsoft.Web.Services2' but I get a green line and the package does not seem to be recognized. How do I get soapcontext…
jsmith
  • 565
  • 3
  • 14
  • 28
0
votes
1 answer

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 from a template xslt file and subs in a few…
James McLachlan
  • 1,368
  • 13
  • 27
0
votes
1 answer

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 service was accessing directly to database. The "new"…
Johnny5
  • 6,664
  • 3
  • 45
  • 78
0
votes
1 answer

WSE 2.0 raises wse910 error

I had to use a Microsoft Web Services Enhancements 2.0 service and it raised wse910 error when the time difference between the server and client was more than 5 minutes. I read in many places that setting the timeToleranceInSeconds, ttlInSeconds and…
nandras
  • 65
  • 1
  • 2
  • 6
0
votes
2 answers

ResponseSoapContext.Current is null

I have been running a web service code on my own machine along with the client code. It was running fine and managed to receive the Dime attachments sent from the web service to the client. The web service uses WSE 2.0 and Dime attachments. The…
jeffreyshek
  • 63
  • 1
  • 1
  • 6
0
votes
3 answers

WSE 2.0 with SoapUI

Does SOAPUI (http://www.soapui.org) support the WSE 2.0 standards? If not, any other utility recommended for testing? Better wording (10/27/2009): Does SOAPUI support WS-Security (passing user/pass with the WS-Security standard). If so, where do…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
2