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

Reply via email to