Hi.
I have asp.net Web-Service that validate user using asp.net membership.
i want to connect to Web-Service with my WPF client.
what is the way for encrypting password client side and decrypting it Web-Service side and validating user?
thanks.
...
I'm a 2nd year computer engineering student in Ethiopia, Africa. We have taken C and C++ and i've taught my self HTML, CSS, PHP(cakePHP framework too) and little javascript, JQUERY and mySQL to develop small systems just like blog. But I want to build large systems that are secure and robust. I am very humbled to see very smart and exper...
Hi,
I got an error as I mentioned above. My application has EJB WebServices, developing with MyEclipse and running on jboss4.2.2.GA.
I use Eclipse's Web Services Explorer to invoke a WSDL operation. When I enter the parameters for the wsdl and click Go to invoke, I am getting this error in the SOAP Response Envelope;
<faultstring>Endp...
Please forgive any mistakes in this question. I am not overly familiar with secure web services or WCF.
I need to consume a web service that uses WSE 2.0 and .Net 1.1.
The service is secured in two ways. An X509Certificate and a BinarySecurityToken added to the header.
I have code samples as to how to consume this Web Service when usi...
Hi, I have a public message queue with full permissions to everyone, that I attempt to access from an anonymous web service.
Method MessageQueue.Exists -> Returns false all the time. If the queue is public and everyone has permissions, why can't I find it?
I changed my code to look like this:
MessageQueue queue = new MessageQueue(name...
Hello,
I wonder if anyone knows a "hidden" (=undocumented) feature, to update Sharepoint List items via the lists.asmx webservice without creating a new version?
(Update with new version works fine, see: http://msdn.microsoft.com/en-us/library/ms440289.aspx)
I'm looking for a "overwrite" function or sth. like this?
Thank you very muc...
i have one application for sending more then 1 million mail from that application.
so sending mail may be through third party api or else
how to send bulk mail through c#.net with asp.net?
...
I'm posting data to REST URI, in the form of xml snippet with header and body.
The body is encrypted, and then the header includes a digital signature (which is the encypted body hashed with SHA1 and then encrypted.
My question is, how do I create the signature. What is the method used to encrypt - I have been told to use the same share...
Not sure where to post this question... I'd like to know if test only ABA Routing and Transit Numbers (RTN) exist. In otherwords, the number will pass the checksum test, but it is for application testing only and will never be assigned to a financial institution by the registrar that manages the ABA RTNs.
I'm enhancing a web application...
I'm trying to add a user, programmtically, to a field of Type="User" in a SharepointList. Since I do not know the user's unique ID within the site in advance, I'm using the ResolvePrincipals function to add the user to the SPUserCollection as follows:
Dim managerDN() As String = {"[email protected]"}
Dim princ...
While sending WebService(SOAP) requests, I occasionally receive the response below, and always for requests that take more then 60 seconds to complete.
Thread Name: Test Group A 1-1 Sample
Start: 2010-08-24 11:56:23 MDT Load
time: 60186 Latency: 0 Size in bytes:
0 Sample Count: 1 Error Count: 1
Response code: 000 ...
I am using entity framework with a web service and I have entity partial class objects that were generated automatically by the web service.
I would like to extend these classes, but I would like to group them in the generated class in a way similar to the way a namespace would (except inside a class).
Here is my generated class:
publ...
I've been playing around with web services using jbossws-cxf. I don't think the issue is with the implementation I'm using but instead how the code is generated. Here is my pojo with the annotations for a web service.
package com.matt.test.ws;
import javax.jws.WebMethod;
import javax.jws.WebResult;
import javax.jws.WebService;
import j...
I'm using DTOs between my business and presentation layers and have some mapping code in the service that converts DTO <-> domain object. I'm currently allowing the PL to partially populate a DTO and send it to an Update service, which updates only the changed properties on the associated DO.
What's the usual way of dealing with non-nul...
Hi all,
I`am trying to generate web service client through MyEclipse, using my wsdl.
Ive got the auto-generated classes, and I got this auto-generated example:
/**
* This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-hudson-390-
* Generated source version: 2.0
*
* An example of how this class may be used:
*
*
* MibasB...
Hi All,
I need to send some HTTP headers (such as Client freshness - max-stale, min_fresh no_store, etc) in request, and clinets are Mozilla 5.0 and i.e. 8.
Can I do this without using any tool such as fiddler etc?
Thanks :)
...
I had Ajax slide show and webservice had images which slideshow will display I did all but no image displayed
<webservice>
using System;
using System.Collections;
using System.Linq;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Linq;
/// <summary>
/// Summary description for WebServi...
We have an ASMX web service hosted in IIS 6, and are seeing some strange behaviour with one of our WebMethods. After an iisreset, the first call to a particular method fails to return to the client, which times out after 60 seconds.
I've introduced logging into Application_BeginRequest and Application_EndRequest in the Global.asax.cs fi...
Hello
I have created a PHP SOAP WebService with NuSOAP. I add a WebReference from C# application. I enter the URL of the WSDL, I can see methods in the wizard but no proxy code is generated. When I do update web reference, I get error message box:
The custom tool 'MSDiscoCodeGenerator' failed. Unable to import binding 'XXXSoapBinding' ...
I've been looking at the resources definition of the Change Management module of the OSLC. Why using RDF?
Is this use related to semantic Web services?
Thanks
...