Policy Manager is unable to locate the WSDL with URL
Hello All:
I have recently installed Policy Manager 3.0 with Service Grid Node agent (on linux OS with HSQLDB). I am working on getting the Sample BookORderProject work with my install.
when I start the policy manager I am getting following error message in the log files.(I am getting this error message for every 10 mins)
================================================
Jul 3, 2009 1:29:31 PM com.amberpoint.serviceregistry.service.ServiceRegistryDelegateImpl performRecoveryChecks
WARNING: Failed attempting to find the WSDL with the URL http://aaa.bbb.org:10867/getWsdl?serviceLocalName=BookOrderSoap&namespace=http:/ /www.tibco.com&endpointName=BookOrderPT_EPin our data model. As a result the contents of this WSDL will not appear within our data model. The error was: There is no service descriptor for URL http://aaa.bbb.org:10867/getWsdl?serviceLocalName=BookOrderSoap&namespace=http:/ /www.tibco.com&endpointName=BookOrderPT_EP
================================================
- When cut and paste the following url in my brower, it is displaying the WSDL with no issues. (so the URL seems to be valid.) http://aaa.bbb.org:10867/getWsdl?serviceLocalName=BookOrderSoap&namespace=http:/ /www.tibco.com&endpointName=BookOrderPT_EP
- The above url is matching with the service descrioption location in my services ( used wsil inspection: http://aaa.bbb.org:10867/inspection.wsil )
<service>
<abstract>Service: BookOrderSoap</abstract>
<abstract>Endpoint: BookOrderPT_EP</abstract>
<description location="http://<hostname>:7576/bookOrderService?wsdl" referencedNamespace="http://schemas.xmlsoap.org/wsdl/"/>
<description location="http://<ipaddress>:10867/getWsdl?namespace=http://www.tibco.com&serviceLocalName =BookOrderSoap&endpointName=BookOrderPT_EP" referencedNamespace="http://schemas.xmlsoap.org/wsdl/"/>
</service>
Please can someone let me know how I can make Policy Manager recognize the WSDL.
Thanks
Anamika