Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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