Tagged Questions
WSE 2.0 is version 2.0 of the obsolete Web Services Enhancements product from Microsoft. See the WSE tag for more information.
5
votes
4answers
19k views
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), ...
4
votes
4answers
8k views
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 ...
2
votes
2answers
92 views
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 ...
1
vote
2answers
287 views
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 ...
1
vote
1answer
505 views
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 ...
1
vote
1answer
594 views
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 ...
0
votes
1answer
46 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
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
73 views
Set-Cookie with WSE 2.0 generated classes
Is it possible to add a HTTP header, in this case Set-Cookie to a web service using WSE 2.0?
0
votes
1answer
171 views
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 ...
0
votes
3answers
568 views
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 ...
0
votes
1answer
613 views
HTTP 500 error on WSE1.0 POST to WSE2.0 web service
I have a web service that uses Web Service Extensions 2.0 to receive an XML post from a WSE1.0 web service. I have no control over the WSE1.0 service, nor are they able to tell me what the error ...
0
votes
1answer
491 views
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 ...