services

c++ windows service Without ATL

Hi, Does any one knowns any good visual studio wizard for creating a Windows NT Service without the use of ATL. I don't need to implement any COM interface. Thanks ...

Integrating XMLRPC/Web Services with Core Data

I'm doing design for a project and nothing's been implemented - so I'm still going through the thought process to determine if Core Data is viable for the project. Here's my query - I want to create a managed object model using Core Data to represent some server side objects e.g Folder, File, etc.... All the objects (Folder, File etc.....

Giving users access to a web site in virtual server running on a laptop

im running a sharepoint services website on my laptop using a virtual server on the same laptop. i need to show other people (on external machines) the website in a development stage. i have sent them the same address i am using to open and ive given them their own log ons- they work on my machine. the problem is that the site comes up ...

SQL Reporting Services empty string handling

Hello, I'd like to display a string without the last 2 chars in a text field in Reporting Services 2005 vs2005. I tried several ways and if the string is empty or null I get an error: rsRuntimeErrorInExpression - The value expression for the textbox contains an error: Argument 'Length' must be greater or equal to zero. Here are the way...

Business Process Execution with REST

Hi, I've been O'Reilly's RESTful web services this weekend and I can't seem to find an explanation of when a client would want to kick of a business process in a server. For example, I want to kick off administrative jobs on a given host in an enterprise, so which verb in HTTP would this fall under? I'm thinking it would be a POST(p) ...

Can't get a collection in a entity class

Suppose I have following tables with the right relationships built: Employee(empID, ...) Address(AddresID, ...) EmployeeAddress(EmpID, AddressID, ...) Then modified the generated code for GetEmployee by .NET RIA Services like: public IQueryable<Employee> GetEmployee() { var Employee = this.Context.Employee.Include("Employ...

Silverlight WCF Service Cross Domain Question

I have a silverlight app (hosted at intranet.mydomain.net) and a WCF service at (webservices.mydomain.net) Do I need a cross-site policy file? If so, what would it look like to only allow access from intranet.mydomain.net? ...

Where does WCF log the stuff if wmi is enabled?

<system.serviceModel> <diagnostics wmiProviderEnabled="true"> I recently stumled across this setting in WCF, where you can enabled WMI logging. Where does it log to? and what is logged? There is no mention of that.. Pleaselet me know... ...

Is there an open source tool, for exposing an existing database as a set of WebServices

I have an existing database (PostgreSQL in my case), and would like to access its data (Create, Read, Update, Delete, Query) through SOAP Web Services. What we are doing now, have JPA implementation of each Entity, and have an implementation of a generic CRUD interface. Then we expose these beans as JaxWS web services. The problem with t...

Is there a way to force ClickOnce updates even while my app is not running?

I would like to periodically check for updates for my ClickOnce application even if it is not currently running. I found a post about using ClickOnce to deploy a background service, which would allow me to run a service that checks for updates, but the setup is kind of tricky so I'm wondering if there is an easier or more straightforward...

JBoss ESB stop working or logging after startup

Hi all, I am using JbossESB as an integrasion layer between applications. I am reading messages from the file system, parse them and then sent them to the remote application by jms. My configuration file - jboss-esb.xml <fs-provider name="SitaIstProvider"> the thing is wh...

Client to consume a WSO2 WSAS Web Service with Username Token Security

Dear all, I need to implement a client to consume a Web Service that is deployed on the WSO2 WSAS with username token security. I can use the stub generated by the wsdl2java, a dynamic approach is not necessary right now. There is any tutorial that can help me to accomplish this task? I have already searched but without success! Best ...

Speeding up a Web Service

I have a web service running and I consume it from my desk application that is written on Compact Framework. It takes 13 seconds to retrieve 8 results which is kinda slow. I also expect to be retrieving more results in the future. The database query runs fast. Two questions: how do I detect where the speed slow down occurs? Do I put ...

Conversion error in web service

Hello, I am working on a single sign on sollution for two different websites. I am trying to make the methods in my customized(overriden) provider post to a web service and get the results from it so that the same login. It works for most methods but there are ones that return System.We.Security sp3ecific objects that fail. For example...

RIA Service with WCF

I am using RIA on top of WCF. In my WCF i have Insert and update methods which talk to db using the Entity Framework Now in my domain service which is PersonDomainService i am calling this WCF service using Proxy and converting Person Ria Class to Service Reference Entity Framework Person Class and vice versa everything works fine but t...

Decrypting data for use with SQL Reporting Services 2008

I have recently started to look at sql reporting services. I have data stored in a database which has been encrypted with an AES cypher before being stored away. I've had a look at building some reports using Microsoft Report Builder 2.0 and it seems quite nice and simple for knocking together some simple reports. My question is: Ca...

service / subscription manager engine

Is there a good opensource service/subscription manager engine that contains things like service dependencies (i.e. if I choose service A, I also need Service B and Service C), subscription types, start and termination etc... I'm building a site that sells various services and subscriptions and would prefer not to have to write that cod...

Recommendation: CMS to integrate with javascript based solution.

We have a mutiple asp.net (webforms, asp.net 2.0, .Net 3.5) public facing websites.Each website is used by mutiple clients. We need the ability for the clients to be able to manage the content on the public facing websites. This content needs to be managed in a javascript based website and the data needs to be stored in a SQL server data...

2005 web service that I cannot consume in 3.5 app

When I look at the .asmx page in the browser I see: The following operations are supported. For a formal definition, please review the Service Description. AcceptCaseInformation ClearServiceErrors CreateBatch GetBookingsOnIndictment GetCaseInformation GetCasesForJacket When I reference the asmx file in my project I do not...

Microformat (hCard, hCalendar) parsing services

I'm about to write my own .ashx handler to receive hCard data and return a properly-formatted VCF file and - when I get around to it - to handle hCalendar events as well. I know the Microsoft Oomph project does something very similar (in fact, I plan to base much of my work off that service). Are there a range of open services availabl...