Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to check Reference Endpoint in SOA EM console

2793934Sep 21 2015 — edited Oct 21 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2015
Added on Sep 21 2015
3 comments
870 views