Hi,
I have a use case in which i am calling Synchronous External Web Service and form this service i am getting response after 80 second.
I know that form EM console soa-infra-->SOA Administration --> BPEL Proprieties --> under ‘More BPEL Configuration Properties..’ at SyncMaxWaitTime i can change it from default 45 Second to 80 Second, but it will apply to all synchronous service in that domain and i only want to set timeout limit to particular External Reference Web Service call (Partner link).
For setting timeout limit for particular web service (external reference partner link) :
I saw one post at < http://www.mandsconsulting.com/asynchronous-vs-synchronous-bpel-processes > in which there is an option in “Edit Partner link” dialog box form property tab we can add ‘timeout’ property but in SOA Suite11.1.1.7 i am not able to find that property form the list.
on this post < http://abhishek-soablog.blogspot.in/2010/06/timeout-for-partnerlink.html > also the same way is described but this is just the source code of above GUI way to set time out property and it is not working with a new version.
Can anybody please tell me that in a new version (11.1.1.7) of SOA suite what is the way to set timeout for particular web service (external reference partner link).
Thank