web-services

Web Service Data Encryption

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 an aspiring developer who wants to build large systems like PayPal. Which path should I follow?

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

Problem with WebServices using EJB. The error is: "..does not contain operation meta data.."

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

Consuming a secure WSE2.0 / .Net 1.1 WebService using .Net 3.5 and VS 2008.

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

Accessing messageQueue from anonymous web service

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

Use Sharepoint UpdateListItems without creating a new version?

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

Send Mask Mail through api or webservice from .net

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

Help digitally signing hashed (SHA1) string

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

ABA RTN with valid checksum but is test only

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

Sharepoint ResolvePrincipals function

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

Does jmeter timeout SOAP requests

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

How to create a group of methods/properties within a class?

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

Soap message response body modification help

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

Mapping a partially populated DTO to a domain object

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

Exception using WebService client.(MyEclipse)

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

How to change http request headers in Mozilla firefox and i.e. 7?

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

Ajax slide show and web service

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

When might Application_EndRequest not be called?

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

NuSOAP PHP web service and .NET WebService reference - problem

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

Why would one use RDF in a Web service definition?

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