Hi Julien,
thanks for your reply.
I added the security constraints to the web.xml file
located in jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse. There is no portal-wsrp.war
directory. It seems to work except for the wsdl:import.
After adding the security-constraints the shown wsdl looks like this:
| <wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
| <wsdl:import
location="https://host/portal-wsrp/PortletManagementService?wsdl&resource=wsrp_v1_bindings.wsdl"
namespace="urn:oasis:names:tc:wsrp:v1:bind"/>
| ?
| <wsdl:service name="WSRPService">
| ?
| <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP"
name="WSRPPortletManagementService">
| <soap:address
location="https://host:8444/portal-wsrp/PortletManagementService"/>
| </wsdl:port>
| ?
| <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP"
name="WSRPRegistrationService">
| <soap:address
location="https://host:8444/portal-wsrp/RegistrationService"/>
| </wsdl:port>
| ?
| <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP"
name="WSRPBaseService">
| <soap:address
location="https://host:8444/portal-wsrp/MarkupService"/>
| </wsdl:port>
| ?
| <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP"
name="WSRPServiceDescriptionService">
| <soap:address
location="https://host:8444/portal-wsrp/ServiceDescriptionService"/>
| </wsdl:port>
| </wsdl:service>
| </wsdl:definitions>
As you can see the https port is missing in the url of wsdl:import
<wsdl:import location="https://host/portal-wsrp/P....
Regards
Karin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012367#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...