Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
39 views

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 ...
1
vote
0answers
390 views

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 ...
1
vote
3answers
414 views

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 : <WebMethod()> _ Public Sub ...
0
votes
1answer
30 views

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 ...
0
votes
0answers
16 views

Repooling of my connections in IIS-6 is not done with my web services

I am using IIS-7 and mysql in my local machine. In my local machine I create web service, and with help of them i run my projects. In my local machine connection re-pooling is done and no connection ...
0
votes
1answer
235 views

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 ...
0
votes
1answer
62 views

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 ...
0
votes
1answer
1k views

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