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!

Connection Timeout in Call of external Sync WS

521509Aug 15 2007 — edited Dec 15 2008
Hi!

I have a asynchronous web service call (<invoke>) to an external web service.

So, I have trouble with connection timeout.
I add timeout property to partnerlink and set value of this property to 30 seconds.
But this property doesn't work, because the status of the instance after 30 seconds is active. I try to change timeout to 60 seconds, but it also doesn't work.

Anybody can help me??

Comments

alwu-Oracle
Hi Christian,

It is a good idea to explicitly type your properties. In this case, p could be an owl object property, datatype property, annotation property, rdf:property etc.

RDFSAXIOMS component does include the following RDFS axiomatic triple.

rdfs:range rdfs:domain rdf:Property .

If you do want to see p type rdf:Property then you can include component RDFSAXIOMS on top of OWLPRIME with your create_entailment call.

Alternatively, you can simply insert the above axiomatic triple into your graph and inference engine will take care of the rest.

Thanks,

Zhe Wu
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 12 2009
Added on Aug 15 2007
13 comments
2,066 views