开发者

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

开发者 https://www.devze.com 2023-03-09 19:32 出处:网络
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 开发者_开发知识库

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

精彩评论

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