Hi Buddhima, Just add the given configuration[1] inside the <WorkFlowExtension> tag. Current configuration does not have <SelfSignIn> tag inside <WorkFlowExtension> , you have to add it inside the <WorkFlowExtension> tag in order to setup this sample.
[1]https://docs.wso2.org/display/AM160/Plugging+an+External+BPEL+Workflow On Tue, May 6, 2014 at 2:00 PM, Buddhima Wijeweera <[email protected]>wrote: > Hi, > > I was trying to connect BPS with API Manager sample. At the 7th point it > is mentioned as : > > 7. To enable user add listener, there are additional configurations to be > specified in the <APIM_HOME>/repository/conf/api-manager.xml file. Open the > file, navigate to the following section and set the <ServerURL> tag to > the value given below. This is the URL of the BPS server. > > > <WorkFlowExtensions> > <SelfSignIn> > <!--This propertey used to enable/disable user add listner--> > <ProcessEnabled>true</ProcessEnabled> > > <!--This propertey used to specify business process server URL--> > <ServerURL>https://localhost:9444/services/</ServerURL> > > <!--This propertey used provide username/ password if we invoke > service in a secured way--> > <UserName>admin</UserName> > > <Password>admin</Password> > </SelfSignIn> > </WorkFlowExtensions> > > But there's no <SelfSignIn> tag inside <WorkFlowExtension> tag and the > existing <SelfSignIn> tag (outside) doesn't contain <UserName., <Password> > tags. > > I would appreciate if someone can guide me to set up this sample. > > Thank You! > > -- > Buddhima Wijeweera > Software Engineer; WSO2 Inc.; http://wso2.com , > > Email: [email protected] > Blog: https://buddhimawijeweera.wordpress.com > GitHub Profile: https://github.com/Buddhima > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
