Questions tagged [web-services-enhancements]
9 questions
4
votes
0 answers
WSE X.509 Certificate Tool cannot access local computer personal store
I am trying to configure security on a certificate using the WSE X.509 Certificate Tool version 2.0. The certificate is installed in the local computer personal certificate store.
On one of our web servers choosing "Local Computer" for Certificate…

Rob West
- 5,189
- 1
- 27
- 42
1
vote
3 answers
web service error ' it does not have a parameterless constructor '
I've created a web service , which can a method to set the user credential using Microsoft.Web.Services3.WebServicesClientProtocol. The sample code is :
_
Public Sub ClientCredential1(Of TSecurityToken As SecurityToken)_
…

Saad
- 1,312
- 5
- 17
- 40
1
vote
1 answer
WSE 3.0 on framework 3.5 under Program Files(X86)
I am deploying a web application to a windows server 2003 machine.
The application uses WSE 3.0, and targets framework 3.5.
WSE is installed on the server under C:\Program Files(X86)\Microsoft WSE\v3.0.
WSE is installed in the GAC on the server…

carter
- 629
- 3
- 8
- 15
0
votes
1 answer
how to store values in the Textview after parsing in android
Hello i had read the webservise tutorial in android from this link
http://mobileorchard.com/android-app-development-parsing-web-service-response-part-1/
Plz check(Parsing the response with SAX Parser:) in the tutorial
Buti don't know how to store…

Amandeep singh
- 1,865
- 7
- 21
- 41
0
votes
1 answer
web-services-enhancements: ASP.NET - Missing nodes at SOAPEXTENSION
I want to manipulate the soapbody before sending it.
I have inherited SoapExtension in myExtension class.
But, when i see the soapbody, some of the nodes were missing.
Code snippet:
public override void ProcessMessage(SoapMessage message)
…

Suresh
- 11
- 1
0
votes
1 answer
Upgrading Axis 1.1 to Axis 1.4 gives Schema Validation Error
I have upgraded Axis jar version from Axis 1.1 to Axis 1.4, after upgrade I am getting
General Data Error:15002:Request/Response Schema Validation Error
Before upgrade:
We have a legacy code(Client/Consumer) written using JDK1.3 and Axis 1.1, The…

Vinayak Dornala
- 1,609
- 1
- 21
- 27
0
votes
1 answer
How to report progress of a web service on windows mobile client?
I have tried to implement progress reporting using a soap extension as described at the following links:
stackoverflow
codeproject
However, my "ProgressUpdate" method is not being called, and I believe that is because I haven't got an app.config…

Colin
- 22,328
- 17
- 103
- 197
0
votes
1 answer
passing wsse security header with dynamicserviceproxy
I am trying to consume this service that requires wsse header as
…

Purvin
- 21
- 1
- 1
- 5
0
votes
1 answer
Is WSE2 obsolete?
I'm attempting to bring some .net 1.1 legacy code into .net 2.0 and some of it relies on the Microsoft.web.services2 web services enhancements.
I could have swore I read somewhere about the objects in that dll being packaged into the .net 2.0…

Saint Domino
- 1,362
- 1
- 11
- 20