Hi All,
I want to see the endpoints for the references (partnerlinks) through the enterprise manager console. I tried looking at
Farm->SOA->soa-infra->default->composite->. Right Click the composite-> "Service/Reference Properties" -> Referencename
But the "Endpoint Address" field is empty..
I am using soaconfigplan.xml for the deployment and I am setting the endpoint address in the soaconfigplan.xml as below
<reference name="UpsertAddressService">
<binding type="ws">
<attribute name="endpointURI">
<replace>http://10.121.47.210:80/srv/AddressService?wsdl</replace>
</attribute>
</binding>
</reference>
Can anyone tell me why the endpoint address of the reference is not visible in EM?
Thank You