<DIV>Here are my some more observations:</DIV>
<DIV>I could see the variables &amp; values in the URL of Approval page, which was opened when the workitem is executed.</DIV>
<DIV>But when I looked at the source of Approval page from Menu-&gt;View-&gt;Source (In browser), value parameter in INPUT&nbsp;tag is set to " ". Page is being generated with <STRONG>value&nbsp;=&nbsp;" "</STRONG> , though in the BSP view layout form field is set with view attribute.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here I have inserted the code snippet for one field "REQUESTOR"</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>1. Generated HTML scource code from browser:</STRONG></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td class="urCellBgBorder" valign="TOP" colspan="0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;label id="RequestorName" ct="Label" for="REQUESTOR" class="urLblStd" title="Enter the Name" onclick="return htmlbLabelClick('REQUESTOR');" style="white-space:nowrap;"&gt;&lt;span&gt;Requestor Name:&lt;/span&gt;&lt;/label&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td class="urCellBgBorder" valign="TOP" colspan="0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span id="REQUESTOR-r" class="urEdf2Whl"&gt;&lt;input type="Text" class="urEdf2TxtEnbl urEdf2TxtRo" autocomplete="off" id="REQUESTOR" ct="InputField" name="REQUESTOR" st="r" readonly <STRONG>value=" "</STRONG> onblur="sapUrMapi_InputField_Blur('REQUESTOR',event)"
 onkeydown="sapUrMapi_InputField_keydown('REQUESTOR',event)" onkeyup="sapUrMapi_InputField_KeyUp('REQUESTOR',event)" onfocus="sapUrMapi_InputField_focus('REQUESTOR',event)" style="width:180;"&gt;&lt;/span&gt;<BR></DIV>
<DIV>
<DIV><STRONG>2. BSP View layout</STRONG></DIV><FONT size=3>
<P>&lt;htmlb:inputField id = "REQUESTOR"</P>
<P>width = "180"</P>
<P>doValidate = "true" disabled = "true"</P>
<P>value = "</FONT><FONT color=#0000ff size=3>&lt;%= REQUESTOR%&gt;</FONT><FONT size=3>"/&gt;</P>
<DIV></FONT>3.&nbsp;URL </DIV>
<DIV><A href="http://igatecorp.:8061/sap(bD1lbiZjPTQwMSZ3PTMzODMyMjAr)/bc/bsp/sap/zunix/manager.do?ACCESS_LIST=uu&amp;COMMENTS=UUU&amp;EMAIL_REQ=uuu&amp;FNAME=uu&amp;LNAME=uu&amp;NAME_MGR=m1&amp;Network_ID=uuu&amp;REASON=uu">http://igatecorp.:8061/sap(bD1lbiZjPTQwMSZ3PTMzODMyMjAr)/bc/bsp/sap/zunix/manager.do?ACCESS_LIST=uu&amp;COMMENTS=UUU&amp;EMAIL_REQ=uuu&amp;FNAME=uu&amp;LNAME=uu&amp;NAME_MGR=m1&amp;Network_ID=uuu&amp;REASON=uu</A></DIV>
<DIV><STRONG>&amp;REQUESTOR=Pramod&amp;</STRONG></DIV>
<DIV>REQ_PHONE=uu&amp;REQ_TYPE=A&amp;SAPWFCBURL=http%3a%2f%2f100%2e7%2e1%2e81%3a8061%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000067686%26_saptask%3dTS95107916%26_saplogsys%3dXID-401%26_sapuname%3dKATKURIP%26_saplangu%3dE%26_sapxid%3d42A08C32FD042B1EE100000064070151%26sap-client%3d401</DIV>
<DIV>&nbsp;</DIV>
<DIV>While debugging I have observed&nbsp;no value in "<FONT color=#0000ff size=3>&lt;%= REQUESTOR%&gt;</FONT><FONT size=3>" neither in layout nor in do controller class-attribute "<FONT color=#0000ff>REQUESTOR". </FONT></FONT></DIV><FONT size=3></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>Am missing any step?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Can any one please guide me on this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanking you in advance.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV>Pramod.<BR><BR><B><I>pramod reddy &lt;rkpramod@yahoo.co.uk&gt;</I></B> wrote:</DIV></DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>I have verified all points which you have mentioned. every thing seems to be correct.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff>Are the wf_extsrv parameters defined as IMPORT parameters?&nbsp;&nbsp; 
<DIV><FONT color=#000000>Yes. Infact I maintained them as&nbsp;import &amp; export. is that&nbsp;an issue?</FONT></DIV></FONT></DIV>
<DIV><FONT color=#0000ff>Does SWLWPTSSID have an entry for the task, in the client that your executing the wf from?&nbsp; </FONT></DIV>
<DIV>Yes.</DIV>
<DIV>
<DIV><FONT color=#0000ff>Does the BSP test OK from SE80? </FONT></DIV></DIV>
<DIV>Yes. I am able to submit the request&nbsp;by executing BSP from se80. And workitem is also being sent to Approver. When approver&nbsp;executes the workitem, Browser is being opened with correct bsp page/service but data from workflow/item is not being passed to BSP.</DIV>
<DIV>
<DIV><FONT color=#0000ff>Have you activated the services in SICF? .</FONT></DIV></DIV>
<DIV>I think yes.&nbsp;I have activated the "wfhandler" service.&nbsp; And the service related to my bsp application is also active. Pleaes let me know if any other service should be active in order to workwith webservices.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Let me give some more details: BSP application is developed based on MVC model.</DIV>
<DIV>I have generated the tasks wrt DO controller's url. I have ensured that workflow(WS)/task(TS)/service parameters id names are same. But niether the view's nor&nbsp;controler&nbsp;class's attributes names are&nbsp;matching with the container elemetns/parameterids. But I don't think this is an issue.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here are my questions: </DIV>
<DIV>1. Which step(binding/code) is responsible for moving the data from Task container to&nbsp;controler class's attributes.&nbsp; Do i need to impliment any of the controler class methods.</DIV>
<DIV>[once the data is into the class, I guess&nbsp;view&nbsp;attributes should be&nbsp;set&nbsp;from controler class&nbsp;attributes in DO_REQUEST, before calling the view].</DIV>
<DIV>2. What is the siginificance of maintaing Parameter IDs while creating ServiceID from wf_Extsrv. I didn't do any kind of binding with service parameter ids. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you,</DIV>
<DIV>Pramod.</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR><B><I>Andy Curtis &lt;abcurtis@gmail.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>Are the wf_extsrv parameters defined as IMPORT parameters?&nbsp; Does SWLWPTSSID have an entry for the task, in the client that your executing the wf from?&nbsp; Does the BSP test OK from SE80? Have you activated the services in SICF? </DIV>
<DIV>&nbsp;</DIV>
<DIV>Andy Curtis</DIV>_______________________________________________<BR>SAP-WUG mailing list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></BLOCKQUOTE>
<P>
<HR SIZE=1>
<FONT face="Verdana, Arial, Helvetica, sans-serif" size=2><A href="http://us.rd.yahoo.com/mail/uk/taglines/default/messenger/*http://uk.messenger.yahoo.com">Yahoo! Messenger</A> <FONT color=red>NEW</FONT> - crystal clear PC to PC <A href="http://us.rd.yahoo.com/mail/uk/taglines/default/messenger/*http://uk.beta.messenger.yahoo.com">calling worldwide with voicemail </A></FONT>_______________________________________________<BR>SAP-WUG mailing list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></BLOCKQUOTE><p>
                <hr size=1><font face="Arial" size="2">Does your mail provider give you FREE antivirus protection? <br><a href="http://us.rd.yahoo.com/mail/uk/taglines/gmail_com/virus/*http://uk.mail.yahoo.com/"><b>Get Yahoo! 
Mail</b></a></font>