WSRP, Ace XML Gateway and WLP 10.3.0
652998Jul 22 2010 — edited Nov 2 2010We have recently migrated to WLP 10.3.0 from WLP 8.1sp4. We are required to use an XML gateway (from CISCO) for all web services including WSRP. In WLP 8.1sp4, this is how it was accomplished:
(1) Register the WSRP against the actual producer (eg, http://actual.producer.com/wsrpproducer?wsdl)
(2) Edit the wsrp-producer-registry.xml file and change the following parms to point to the XML gateway (eg, http://xmlgw.com/wsrpproducer?wsdl):
(a) markup-service-url
(b) service-description-service-url
(c) registration-service-url
(d) portlet-management-service-url
Note that this meant that only the wsd-url was still pointing at the actual producer.
(3) Build and deploy the application
Most of our WSRP traffic would then go through the XML gateway where it would be subject to various security policies.
However, when we migrated to WLP 10.3, the service urls where no longer included in the wsrp-producer-registry.xml file. We have tried to do the following:
(1) Copied the service urls from the WLP 8.1sp4 wsrp-producer-registry.xml file to the WLP 10.3.0 file.
(2) Updated the pf_consumer_registry table and changed the entries from null to the xml gateway url for:
(a) markup-port-url
(b) service-description-port-url
(c) registration-port-url
(d) portlet-management-port-url
Neither of these attempts worked.
Any other ideas?