Questions tagged [wse3.0]

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

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

53 questions
1
vote
0 answers

Remove Timestamp element from Security

All the geeks will say WSE is outdated.. Thats ok for me right now.. Just trying to find a solution for my problem Trying to consume a Java webservice using WSE. In the outgoing soap request has an security has additional time stamp node. My…
user575219
  • 2,346
  • 15
  • 54
  • 105
1
vote
3 answers

Microsoft.Web.Services3.ResponseProcessingException

I deployed a web service that used WSE 3.0 to a test server. I am getting the cryptic error below. Have any idea what this means and how to fix it? Thanks in advance! Microsoft.Web.Services3.ResponseProcessingException: WSE910: An error happened…
user127143
  • 441
  • 6
  • 6
1
vote
1 answer

Cannot create a SOAP header object

We have a webserice that rerceives a SOAP message with a soap header as shown below... The following SOAP message is being sent to the webservice. However, the webservice failes to serialise the header into the MyMessageID object
Alan Rose
  • 21
  • 4
1
vote
0 answers

Microsoft Web Services Extension 3: Custom UsernameTokenManager does not throw error if password is missing in SOAP Request

I am fairly familiar with how custom UsernameTokenManager works. It's all fine if a username & password is provided by the client in the SOAP request. If the client explicitly excludes the password ( tag), I would expect the framework…
Venkat
  • 785
  • 3
  • 10
  • 22
1
vote
2 answers

WSE 3.0 crashes when ClearHeaders is called

I'm developing a client-server application in c# using WSE web-service. One of the things that the user can do is send jpg images to the server for backup via the web-service. Recently strange errors have occurred. This does not happen for all…
Daniel Enetoft
  • 422
  • 6
  • 19
0
votes
1 answer

WSE 3.0 set content type

I've a simple question, for you, that I just can't seem to get my head around. The situation is the following: We create and send a request to a web service, using WSE 3. The web service is written in Java. Most of the things are fine, but I can't…
Adam Vigh
  • 1,260
  • 2
  • 13
  • 20
0
votes
1 answer

Web Service Security: What are the pros and cons of WSE3.0 and WCF?

I'm developing a new set of web services at my company. My manager asked me to provide a greater level of security for this, as the web services will handle sensitive informations. I've searched the net for resources about how to secure an web…
Paulo Santos
  • 11,285
  • 4
  • 39
  • 65
0
votes
1 answer

Removal of HTTP webrequest elements

I'm looking to remove certain elements from a HTTPWebRequest I have attached the elements I need to remove in an image (elements are coloured red): I've tried: System.Net.ServicePointManager.Expect100Continue = False for one of the elements but…
MMC
  • 99
  • 15
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
2 answers

good resource about assert policies in WSE3

where can i find a good resource about assert policies in WSE3 ?
Gady
  • 1,514
  • 2
  • 16
  • 32
0
votes
1 answer

WCF Client to WSE 3.0 service Exception: CWWSS7310E: XML encryption information[.....]

I have never worked with soap services before, so I might have done something wrong. I have generated a service client reference for the service through it's wsdl with "Svcutil". I have followed this guide…
NoFace
  • 43
  • 6
0
votes
3 answers

Type Redefinition With WSE Web Service Import

Consider the following Visual Studio project structure ProjectA.csproj AClass.cs ProjectB.csproj References ProjectA Web References AWebService AWebService.csproj References ProjectA ReturnAClassViaWebService.asmx The issue occurs when…
matheeeny
  • 1,714
  • 2
  • 17
  • 32
0
votes
1 answer

WSE 3.0 + C# - Visual studio 2005

I'm working on a .NET client to connect to an AXIS web service and as a part of this I'm trying to implement all the required security headers. My development environment is VS2005 and I'm using C#. I've first downloaded soapUI and generated all the…
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
0
votes
1 answer

What rights am I missing?

I'm trying to connect to IBM FileNet from my ASP.Net application using Kerberos. My AppPool is running under LocalSystem account. There is a "Trust computer for delegation" permission at AD. There is impersonation enabled at IIS for application. But…
Horosho
  • 647
  • 1
  • 8
  • 22
0
votes
0 answers

"soap header security was not understood" wse3 vs2012

I am trying to get the response from a web service which i have no control over, i just have the wsdl that is it. its an old wse3 webservice 10+ more years. I am using vs2012 to consume the wse3 web service. i added it to vs2012 by adding a web…
Frs Rs
  • 79
  • 5