Connected Services Framework - Connected Services Framework
Recent update: 2008-3-21

Difference between OH-SBE in 2.5 Vs 3.0?

155 byte By anutosh at 2008-3-7
Urgently need this information how different is OH-SBE between CSF version 2.5 Vs 3.0. What all we should take care if we work with 2.5 as compared to 3.0.

Product Service mapping to be loaded at runtime

847 byte By Tirath at 2008-3-6
hi,I receive a request from my order management system which has some product information. Based on this product, i need to pick up the services that have to be provisioned. Also i Need to know the which methods of the services have to be called. What is the best way of doing this?One option ...

OHSBE Installation issue - OHSBE Monitor windows service generates database access exception

15583 byte By AshishMalhotra at 2008-3-5
Hi,After installation of OH-SBE, when verifying the installation, OHSBE Monitor windows service generates following errors in eventlog:The errors points out unautorirzed access to database as access to port is denied. It appears that some OHSBE component is trying to access OHSBE database and ...

Stock quote sample not working

647 byte By Stringray at 2008-3-3
Hi,I'm trying to get the stock quote sample up and running, but I always get this error message:"The remote name could not be resolved: ws.cdyne.com"As far as I know the resolve should work just fine. I manually verified that the webservice at ...

Identity Management console

530 byte By scharland at 2008-3-1
When I try to connect to a server, I get the following error message : "Microsoft CSF Identity Management: Failed parsing the policy document". on the Save Policy File screen.I have entered http://<server>/IdentityManager30/IdentityManager.ashx as my policy path.Did I do ...

Is CSF essentially an ESB?

182 byte By AlexHoffman at 2008-2-28
Is CSF essentially performing some of the same role as an Enterprise Service Bus (ESB) product such as those available from vendors such as Sonic or IBM? If not, how is it different?

Where has the Message Body Gone?

55468 byte By YonglunLi at 2008-2-27
Hi, all. According to my last thread Message Routing doesn't work, I have corrected some problems and the message could be routed to my destination service. But now comes another problem that the message body seemed lost.First let me give a short introduction about the projects. There are ...

Retrieving data from ProfileManager database

16981 byte By IgorKokorin at 2008-2-26
HelloI have the next information which locates in ProfileManager database (SQL 2000):<rdf:RDF xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:UserInfo=" http://example.org/stuff/1.0/"><rdf:Description ...

Catching unexpected Soap Faults

1270 byte By AshishMalhotra at 2008-2-25
Hi,As per the documentation and a previous post, the following route is supposed to catch all faults: <Route> <Criteria> MESSAGE EQ 'Fault' AND MESSAGENS EQ ' http://www.w3.org/2003/05/soap-envelope' OR MESSAGE EQ 'Fault' AND MESSAGENS EQ ...

CSF vs. WCF ("Indigo")

945 byte By EvolutionMobile at 2008-2-24
I took a brief look at the architecture of both frameworks and they looks very similar. If a company is looking to do a major implementation over the next few months of CSF, shouldn’t they just wait till WCF is released? Are there major differences between the ...

Installation Issue CSF 3.0

651 byte By scharland at 2008-2-23
When I install CSF 3.0 I'm always having this error :Product: Microsoft Connected Services Framework 3.0 Developer Edition -- Error 25532.Failed to find node: /configuration/microsoft.connectedServices/componentConfigFiles/add[@key='IdentityManager']/@value in XML file: C:\Program ...

Is CSF Mature? Does it support other industries?

2971 byte By EvolutionMobile at 2008-2-22
We are a major media/content company, which offers content through cable, broadband, web, mobile device and print. We are thinking about implementing CSF. Is CSF ready for a non-telecom company? Everything I read is telecom centric. We do have many disparate systems that generate content that ...

Why Service Catalog is absent?

519 byte By VovaNN at 2008-2-22
Hi All,I've just installed CSF 3.0 Developer Edition Full. But I can't find ServiceCatalog component. Only UDDIPublishTool.exe are available.I'm trying to call ServiceCatalog.ashx through http://localhost/ServiceCatalog30/ServiceCatalog.ashx and the result is:The resource cannot be found. In ...

Message Routing doesn't work

3878 byte By YonglunLi at 2008-2-21
Hi, all. I defined a very simple ASP.NET Web service as follows (namespace omitted):[WebService(Namespace = " http://tempuri.org/")][WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]public class Service : WebService{ [WebMethod] public void Log(string log) { using ...

Impact on performance while using session service

801 byte By AshishSaxena_Sapient at 2008-2-20
I am working on a comparison of performance when directly accessing a service S1 and when going through session.To directly access the service S1, I created a proxy and ran a method of the service.To access the service through session service, created the required session and then sent the ...

How to send synchronous message to the service?

961 byte By VovaNN at 2008-2-19
Hi All!I'm using CSF 3.0 Developer Edition Full.I've tried to send a synchronous message from one servcie to another through a CSF session, but it hasn't worked. On this forum I read, that CSF doesn't support synchronous exchange between services, but there wasn't explanation why. And in ...

HelloWorld sample not working

674 byte By Stringray at 2008-2-18
Hi,I've got the HelloWorld sample application working perfectly on one of my laptops. But today I tried to run it on a different laptop and it fails to run properly. Both laptops have similar installations (CSF Dev edition for XP) and use similar app.config and manifest.xml files.After I press ...

How to send synchronous message to the service?

961 byte By VovaNN at 2008-2-17
Hi All!I'm using CSF 3.0 Developer Edition Full.I've tried to send a synchronous message from one servcie to another through a CSF session, but it hasn't worked. On this forum I read, that CSF doesn't support synchronous exchange between services, but there wasn't explanation why. And in ...

Custom Agent Desktop?

575 byte By YazanR. at 2008-2-16
Hi, We are building a proof of concept for a client of ours on CCF.and I was wondering, If I want to implement an application with similar functionality to the Sample Agent Desktop provided with CCF:Is implementing the UIConfiguration Interface and all it's methods sufficent?Is there any other ...

The participant 'HelloWorldParticipant' does not support action

406 byte By paul1857 at 2008-2-15
HelloAs per the readme I am executing the helloworld example and am getting this error <FaultMessage>Failed to create session. The participant 'HelloWorldParticipant' does not support action ' http://tempuri.org/HelloWorld'.</FaultMessage>I searched the forum also and realised ...

Retrieving data from ProfileManager database

16981 byte By IgorKokorin at 2008-2-15
HelloI have the next information which locates in ProfileManager database (SQL 2000):<rdf:RDF xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:UserInfo=" http://example.org/stuff/1.0/"><rdf:Description ...

The participant 'HelloWorldParticipant' does not support action

419 byte By paul1857 at 2008-2-15
HelloAs per the readme I am executing the helloworld example and am getting this error <FaultMessage>Failed to create session. The participant 'HelloWorldParticipant' does not support action ' http://tempuri.org/HelloWorld'.</FaultMessage>I searched the forum also and realised ...

Profile Manager and RDF Vocabulary

208 byte By IgorKokorin at 2008-2-15
Hello</P> Could you please provide me with sample code of using RDF Vocabulary in ProfileManager? Or maybe such sample(s) is(are) available somewhere in Internet?</P> Thank you very much.</P> </span>

Should Active Directory be a Domain Controller or in a different domain ?

230 byte By SachinSurana at 2008-2-15
MCSF uses Active Directory to store user details. 1. But does it need to be in a different domain or a domain controller ? 2. Can I just install AD and point MCSF to store users there ? Regards, Sachin

Should Active Directory be a Domain Controller or in a different domain ?

233 byte By SachinSurana at 2008-2-14
MCSF uses Active Directory to store user details. 1. But does it need to be in a different domain or a domain controller ? 2. Can I just install AD and point MCSF to store users there ? Regards, Sachin

Why Service Catalog is absent?

519 byte By VovaNN at 2008-2-14
Hi All,I've just installed CSF 3.0 Developer Edition Full. But I can't find ServiceCatalog component. Only UDDIPublishTool.exe are available.I'm trying to call ServiceCatalog.ashx through http://localhost/ServiceCatalog30/ServiceCatalog.ashx and the result is:The resource cannot be found. In ...

Move CSF databases to a different SQL Server Instance

283 byte By AshishSaxena_Sapient at 2008-2-13
<font size=2>Hi,</font> <font size=2>I need to move the databases created by CSF to a different SQL Server Instance.</font> <font size=2>Where and what will be the changes required to be done to get the system running again.</font> <font size=2>Ashish</font>

Does blocking of port 9100 makes soap service not to respond?

1077 byte By Venug at 2008-2-13
Hi guys, I am facing a problem in running the syncsession sample provided by CSF.I can invoke the Cdyne web service but I am not able to invoke the date time web service. I tried making a sample web service in the local web server. I checked that my port number 9100 is blocked so will it make a ...

User Aware Service

954 byte By AshishSaxena_Sapient at 2008-2-12
I have an SDP Platform setup which has some services available. I am creating a new service (Service1) which has to maintain its own set of users and has a custom Token Manager which validates the request with this user set. The users can be mapped easily from the platform with the Identity ...

Impact on performance while using session service

801 byte By AshishSaxena_Sapient at 2008-2-11
I am working on a comparison of performance when directly accessing a service S1 and when going through session.To directly access the service S1, I created a proxy and ran a method of the service.To access the service through session service, created the required session and then sent the ...

OHSBE Installation issue - OHSBE Monitor windows service generates database access exception

15583 byte By AshishMalhotra at 2008-2-10
Hi,After installation of OH-SBE, when verifying the installation, OHSBE Monitor windows service generates following errors in eventlog:The errors points out unautorirzed access to database as access to port is denied. It appears that some OHSBE component is trying to access OHSBE database and ...

OHSBE Web Service DB Access Exception

3152 byte By Vaassu at 2008-2-10
Hi,I'm getting exception "Access to port is denied" when running OH web service.( http://localhost/OHSBE30/OrderHandling.ashx).Exception details:System.UnAuthorizedAccessException and Stack Trace info is Stack Trace: [UnauthorizedAccessException: Access to the port is denied.] ...

Any way to retrieve original SOAP action?

739 byte By Marcel82 at 2008-2-8
When a message gets processed by the Session Engine, the original SAOP action gets lost. For example, consider the following route (borrowed from the Intercept example) <Route> <Criteria>(ACTION EQ ' http://www.contoso.com/intercept/AddResponse')</Criteria> ...

CSF 3.0 installation trouble

348 byte By MikhailMatveev at 2008-2-8
Hello, allDuring CSF 3.0 installation I have the next warning message on "UDDI registration" stage: "Warning: Please make sure Publish URL is valid or you have permitions to Publish UDDI". After that it is not possible to continue installation. I have FULL permitions (Domain ...

CCF on the .net framework 2.0 / SQL 2005 / BizTalk 2006?

369 byte By Yazan at 2008-2-7
HiDoes anyone know when will CCF be released on the .net 2.0 framework?What about CAB for the Desktop Agent? will it be ported to CAB? Any new documentation/Samples coming out soon? Thanks alot, the product is amazing. just needs a little more documentation to help find and understand all the ...

Security Toekn Configuration in Manifest File

7681 byte By Sirichai at 2008-2-7
I have a problem with manifest configuration file..................1. I want the client to call Integrated Windows Authentication WS throught CSF.2. I config manifest file as below to use Persona as secondary credential as below:<Participant timeout="30" role="Service" ...

I m getting an error while invoking the webservice available in session.

1694 byte By Venug at 2008-2-7
I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF <wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8"> ...

How to Query RDF using SPARQL for required input value?

808 byte By VDeevi at 2008-2-7
Hi,It would be great if anybody can provide us with some information about the SPARQL (Query language for RDF). I could able to get some information about this in http://www.w3.org/TR/rdf-sparql-query/ but when I tried to use same SELECT Query with the CSF Profile store we are getting the ...

OHSBE Installation issue - Mapping Kerberos token to OHSBE services

1970 byte By AshishMalhotra at 2008-2-6
Hi,I am trying to install OHSBE but face the following issue:Mapping Identity of OHSBE WSE web service and OHSBE Windows service to Kerberos token - CSF\OHSBE30My domain name is CSFDomain. While installing OHSBE I am not able to map Kerberos token - CSF\OHSBE30 to OHSBE WSE web service and ...

How can client connect to webservice that uses integrated windows authentication security th

514 byte By Sirichai at 2008-2-6
I'm very new to CSF, and try to develop solution as below:1. We have existing Web Service that use just only Windown Integrated Security2. We want to use CSF as to connect to the existing Web Service3. The client talks to CSF using WSE3.04. If client connects to web service directly, I just ...

How can client connect to webservice that uses integrated windows authentication security throug

514 byte By Sirichai at 2008-2-5
I'm very new to CSF, and try to develop solution as below:1. We have existing Web Service that use just only Windown Integrated Security2. We want to use CSF as to connect to the existing Web Service3. The client talks to CSF using WSE3.04. If client connects to web service directly, I just ...

WES Sample - Issues

1305 byte By Vaassu at 2008-2-5
Hi,I'm working on CSF 3.0 Dev version. I'm trying to develop WES Adapter over HellowWorld Service. When I looked at the WES Toolkit sample which is shipped with Dev version, It is not an Adapter over any sample service. Whenever client sends a request WES returns the response from the stored ...

Permisison Issue - HelloWorld Example with remote client

544 byte By Vaassu at 2008-2-4
Hi,My CSF 3.0 components are running Machine1. If i try my HellowWorld Application from Machine1, its working fine. But if I try with machine2, i'm getting "AddRemoveParticipantFault" says that, Participant(Name='UIParticipant', Url=soap.tcp://machine2:9200/UiFromService')Creation ...

WES Sample - Issues

1308 byte By Vaassu at 2008-2-4
Hi,I'm working on CSF 3.0 Dev version. I'm trying to develop WES Adapter over HellowWorld Service. When I looked at the WES Toolkit sample which is shipped with Dev version, It is not an Adapter over any sample service. Whenever client sends a request WES returns the response from the stored ...

OHSBE Web Service DB Access Exception

3132 byte By Vaassu at 2008-2-4
Hi,I'm getting exception "Access to port is denied" when running OH web service.( http://localhost/OHSBE30/OrderHandling.ashx).Exception details:System.UnAuthorizedAccessException and Stack Trace info is Stack Trace: [UnauthorizedAccessException: Access to the port is denied.] ...

Permisison Issue - HelloWorld Example with remote client

552 byte By Vaassu at 2008-2-4
Hi,My CSF 3.0 components are running Machine1. If i try my HellowWorld Application from Machine1, its working fine. But if I try with machine2, i'm getting "AddRemoveParticipantFault" says that, Participant(Name='UIParticipant', Url=soap.tcp://machine2:9200/UiFromService')Creation ...

How to Query RDF using SPARQL for required input value?

799 byte By VDeevi at 2008-2-3
Hi,It would be great if anybody can provide us with some information about the SPARQL (Query language for RDF). I could able to get some information about this in http://www.w3.org/TR/rdf-sparql-query/ but when I tried to use same SELECT Query with the CSF Profile store we are getting the ...

OHSBE Installation issue - OHSBE Monitor windows service generates database access exception.

15417 byte By AshishMalhotra at 2008-2-3
Hi,After installation of OH-SBE, when verifying the installation, OHSBE Monitor windows service generates following errors in eventlog:The errors points out unautorirzed access to database as access to port is denied. It appears that some OHSBE component is trying to access OHSBE database and ...

OHSBE Installation issue - Mapping Kerberos token to OHSBE services

1944 byte By AshishMalhotra at 2008-2-2
Hi,I am trying to install OHSBE but face the following issue:Mapping Identity of OHSBE WSE web service and OHSBE Windows service to Kerberos token - CSF\OHSBE30My domain name is CSFDomain. While installing OHSBE I am not able to map Kerberos token - CSF\OHSBE30 to OHSBE WSE web service and ...

OHSBE Installation Issue

80055 byte By SachinSurana at 2008-2-2
I get an error while installing OHSBE. Error 1720. A script required for this install to complete could not be run.Also find attached the log file generated during installation.=== Logging started: 9/5/2006 19:06:33 ===Action 19:06:33: INSTALL. Action start 19:06:33: INSTALL.Action 19:06:33: ...