开发者

What are the endpoint and namespace of liferay's users Webservice

I have to consume the User's CRUD SOAP Webservice that liferay exposes. How can I know which is this service's endpoint? What's the address of the wsdl given the address where the 开发者_开发知识库portal stands?


http://www.example.com/tunnel-web/axis - If you're not accessing from localhost (e.g. x.x.x.x), you need to allow access for the client in one of these:

tunnel.servlet.hosts.allowed=127.0.0.1,SERVER_IP,x.x.x.x
axis.servlet.hosts.allowed=127.0.0.1,SERVER_IP,x.x.x.x

You'll find the WSDL there (add these settings to your portal-ext.properties)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜