Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
I have an info engine engine task registered which will be called when an interface sends any content to Windchill. I have written my task xml to generate the wsdl, but I want to know the necessity of adding webjects in the xml, because even after adding/removing the webjects I am getting the same wsdl. Please provide your inputs on the need of webjects.
Webject in my xml:
<ie:webject name="Create-Group" type="GRP">
<ie:param name="GROUP_OUT" data="feedback"/>
<ie:param name="DELIMITER" data="^"/>
<ie:param name="ELEMENT" data="output=<%=messageFromMyMethod%>"/>
</ie:webject>
Thanks in advance.
Regards,
Sha