wse2.0

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 defaultTtlInSeconds values should help, but only setting the clock of the client machine...

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). ...

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 method i get an error: System.Net.WebException : The request failed with HTTP status 405: M...

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 client-side implementation. For reasons beyond my control the SOAP message exchange uses WSE2...

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 with the following Microsoft.Web.Services2.AsynchronousOperationException. WSE101: An asyn...

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 stack trace of the error: [NotSupportedException: WSE003: The input was not a valid SOAP me...

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 actually is. I have managed to set up some diagnostics based on this: http://msdn.microsoft.com/en-us/library/bb885203.aspx The underlying err...

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 I specify the user/password specific to WS-Security (as opposed to basic authentication)....

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. ...

ResponseSoapContext.Current is null

Hi, 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 client code sits on the same machine that calls the web service. However when I go t...