It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I can to connect to the liferay throw /api/secure/axis/ and i can to create page and adding portlets on it using web services. But i cant to configure portlets using web services, e.g. i want to set specific web content to the portlet "Web Content Display", or i want to set specific folder to the portlet . How can i do this?
Question is unclear and am not sure what you are searching for.
All settings regarding web content display portlet is liferay is present here
If you are trying to add web content display, then try iframePortletId = layoutTypePortlet.addPortletId(
p_userId, p_portletId, p_columnId,
p_position);
where p_position="56"
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
My requirement is to protect one webapplication(say mywebapp.com) with wso2 identity server. So whenever user will access mywebapp.com it will be authenticated against wso2IS.
How can I do that? I can't see any steps described for doing this. Where can I find the wso2IS agent to download for intercepting the request for mywebapp.com?
I have installed wso2 identity server and it is running. Here are my current tech stacks:
Apache Ant(TM) version 1.8.3
java version "1.6.0_29"
apache-activemq-5.8.0
wso2 identity server - 4.1.0
Is there anything I need to install?
Following docs will give instructions on how to provide security for web apps through WSO2 IS..
[1] http://wso2.org/library/articles/2010/07/saml2-web-browser-based-sso-wso2-identity-server
[2] http://wso2.org/library/tutorials/2012/12/providing-xacml-fine-grained-authorization-webapps
[3] http://sureshatt.blogspot.com/2012/11/getting-user-claims-over-saml-sso-token.html
In the next wso2 release you can find a SSO tomcat agent for this scenario. now you can see it in:
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sso.saml.tomcat.agent/ also read the readme file for the steps you need
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm a beginer of SOA ,and I want to know some info of integrating the WSO2 Registry and Apache Synapse.Just like how to publish services through the Synapse to the Registry and get services through the Synapse from the Registry .Thank you
You can refer WS-Discovery functionality in below links.
http://wso2.com/blogs/architecture/2011/09/loosen-up-with-ws-discovery/
http://docs.wso2.org/wiki/display/ESB460/WS-Discovery
Further look in the below links on how to integrate WSO2 ESB and WSO2 Reg on various ways.
http://docs.wso2.org/wiki/display/ESB460/Storing+Various+WSO2+Enterprise+Service+Bus+Configurations
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have started learning about Facebook apps a few days ago. I created a very simple app with few lines of html code. Can any one tell me how to authenticate users or help me locate resources on the web that teaches me how to do this?
For making the facebook apps, start from here: Apps on facebook. Or, if you have created the app and configured the settings successfully, jump directly to here: Authentication
Also, download the SDK, they have some examples that will help you understanding the basics.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can anyone point me to a full-fledged REST service invocation form wso2 ESB?
Please have a look at the articles written by Hiranya [1] [2].
These articles provides a very good explanation on WSO2 ESB REST API support.
[1]. http://techfeast-hiranya.blogspot.com/2012/09/how-to-get-cup-of-coffee-wso2-way.html
[2]. http://wso2.org/library/articles/2012/09/get-cup-coffee-wso2-way
Hope this helps!
/Harshana
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there any way to send private messages to facebook friends by using php graph api as we can post messages on friends walls using graph api.
Any suggestions will be appreciated.
This question has been asked and answered many times in stackoverflow.
how send message facebook friend through graph api using Accessstoken
Send private messages to friends
Sending private messages through Facebook API
And more...
try to search before ask your question for the text time.