[jboss-user] [JBoss Portal] - Re: wsrp with https

chris.laprun@jboss.com do-not-reply at jboss.com
Thu Feb 8 21:00:39 EST 2007


I have been reading the JBoss WS documentation and as far as I can tell, you only need to replace all the soap-address elements in portal-wsrp.sar/portal-wsrp.jse/WEB-INF/wsdl/wsrp_services.xml by the correct URL (including port). For example:
<wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
  |   <soap:address location="https://localhost:8443/portal-wsrp/ServiceDescriptionService"/>
  | </wsdl:port>
You also need to perform the usual configuration steps to enable SSL support on AS as detailed in http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html#d0e21962[/url] and [url]http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e20970. Then, configure your consumer to use the https port. You will need to use JBoss WS 1.0.4.GA for this to work properly, by the way.
For the complete procedure, see http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPUseSSL.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013385#4013385

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013385



More information about the jboss-user mailing list