Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
HI all,
I am using Apply-Service webject to fetch alternates from part. Below is the code snippet.
<ie:webject name="Apply-Service" type="OBJ">
<ie:param name="INSTANCE" data="${FORM[]instance[]}" default="windchill"/>
<ie:param name="SERVICE" data="wt.part.WTPartHelper"/>
<ie:param name="METHOD" data="getAlternatesWTPartMasters"/>
<ie:param name="STATIC" data="false"/>
<ie:param name="GROUP_IN" data="parts"/>
<ie:param name="ARG" data="wt.part.WTPartMaster=masterReference" delim=";"/>
<ie:param name="GROUP_OUT" data="alt"/>
</ie:webject>
For one particular part , the code executes till last line i.e. "<ie:param name="GROUP_OUT" data="alt"/>" . After that the control is not coming out of the webject for 25 minutes. What could be the reason ? Please help.