cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Control not coming out of Apply-Service webject

gmydoor-2
9-Granite

Control not coming out of Apply-Service webject

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.

0 REPLIES 0
Top Tags