<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Flex Builder 3 - Web Service Proxy Generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924288#M939958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your ongoing help with this, but you have confused me again - notr a hard this to do. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I generate the proxies from BAPI_USER_GETLIST I get the following .as files created..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPIRET2.as
BAPIUSNAME.as
BAPIUSSEXP.as
BAPIUSSRGE.as
BAPI_USER_GETLISTResultEvent.as
BAPI_USER_GETLISTService.as
BAPI_USER_GETLIST_request.as
BaseBAPI_USER_GETLISTService.as
BaseBAPI_USER_GETLISTServiceSchema.as
FIELD_type0.as
FIELD_type1.as
FIELD_type2.as
FIELD_type3.as
FIELD_type4.as
FIELD_type5.as
FIRSTNAME_type0.as
FIRSTNAME_type1.as
FULLNAME_type0.as
FULLNAME_type1.as
HIGH_type0.as
HIGH_type1.as
HIGH_type2.as
HIGH_type3.as
IBAPI_USER_GETLISTService.as
ID_type0.as
ID_type1.as
LASTNAME_type0.as
LASTNAME_type1.as
LOGOP_type0.as
LOGOP_type1.as
LOG_MSG_NO_type0.as
LOG_MSG_NO_type1.as
LOG_NO_type0.as
LOG_NO_type1.as
LOW_type0.as
LOW_type1.as
LOW_type2.as
LOW_type3.as
MESSAGE_type0.as
MESSAGE_type1.as
MESSAGE_V1_type0.as
MESSAGE_V1_type1.as
MESSAGE_V2_type0.as
MESSAGE_V2_type1.as
MESSAGE_V3_type0.as
MESSAGE_V3_type1.as
MESSAGE_V4_type0.as
MESSAGE_V4_type1.as
NUMBER_type0.as
NUMBER_type1.as
OPTION_type0.as
OPTION_type1.as
OPTION_type2.as
OPTION_type3.as
PARAMETER_type0.as
PARAMETER_type1.as
PARAMETER_type2.as
PARAMETER_type3.as
PARAMETER_type4.as
PARAMETER_type5.as
RETURN_type0.as
RETURN_type1.as
SELECTION_EXP_type0.as
SELECTION_EXP_type1.as
SELECTION_RANGE_type0.as
SELECTION_RANGE_type1.as
SIGN_type0.as
SIGN_type1.as
SYSTEM_type0.as
SYSTEM_type1.as
TYPE_type0.as
TYPE_type1.as
USERLIST_type0.as
USERLIST_type1.as
USERNAME_type0.as
USERNAME_type1.as
WITH_USERNAME_type0.as
WITH_USERNAME_type1.as
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is where do the datatypes...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;		    TABLE_OF_BAPIRET2;
			TABLE_OF_BAPIUSSEXP;
			TABLE_OF_BAPIUSSRGE;
			TABLE_OF_BAPIUSNAME;
			TABLE_OF_BAPIUSNAME;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...come from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your proxy generator creating something mine isn't or did you create these yoursefl?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 07:29:51 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2008-06-10T07:29:51Z</dc:date>
    <item>
      <title>Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924274#M939944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am investigating the web service proxy generator that is part of FB3. I can't seem to get it working properly and wondered if anyone else has managed to succeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using WSDL files that are generated from RFC-enabled function modules using the web service browser on a WAS ABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have chosen two quite simple function modules. RFC_SYSTEM_INFO and BAPI_USER_GETLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The WSDL files are retrieved from the URLs /sap/bc/soap/wsdl11?services=RFC_SYSTEM_INFO and /sap/bc/soap/wsdl11?services=BAPI_USER_GETLIST on my server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the Adobe documentation at &lt;A href="http://livedocs.adobe.com/flex/3/html/help.html?content=data_4.html#151327" target="test_blank"&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=data_4.html#151327&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I generate the proxies and then try to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I call the RFC_SYSTEM_INFO web service like this...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:ws="au.com.yelcho.*"&amp;gt;
    &amp;lt;ws:RFC_SYSTEM_INFOService id="myWebService" /&amp;gt;
	&amp;lt;mx:Button label="Call Web Service" labelPlacement="top" click="myWebService.rFC_SYSTEM_INFO_send()" x="97" y="10"/&amp;gt;	
	&amp;lt;mx:Label x="60" y="43" text="Current Resources"/&amp;gt;
	&amp;lt;mx:Text id="txNameOutput1" text="{myWebService.rFC_SYSTEM_INFO_lastResult.CURRENT_RESOURCES}" x="185" y="43"/&amp;gt;
	&amp;lt;mx:Label x="54" y="69" text="Maximal Resources"/&amp;gt;
	&amp;lt;mx:Text id="txNameOutput" text="{myWebService.rFC_SYSTEM_INFO_lastResult.MAXIMAL_RESOURCES}" x="185" y="69"/&amp;gt;
	&amp;lt;mx:Label x="105" y="95" text="RFC HOST"/&amp;gt;
	&amp;lt;mx:Text id="txNameOutput2" text="{myWebService.rFC_SYSTEM_INFO_lastResult.RFCSI_EXPORT.RFCHOST}" x="185" y="95"/&amp;gt;
&amp;lt;/mx:Application&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first glance this seems to work, but on closer inspection it turns out that not all the returned XML payload has been extracted properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes at the top level, like CURRENT_RESOURCES work fine. Attributes at a lower level, like RFCSI_EXPORT.RFCHOST are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is even more difficult when I try and call the BAPI_USER_GETLIST service because it requires input parameters. Testing with XMLSpy I found that I need to pass the MAX_ROWS and USERLIST parameters to get the SOAP call to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been unable to figure out how to pass these parameters so that the web service call takes place properly. I have tried using both the MXML and ActionScript methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is entirely probably that, as I haven't played with Flex for some months, I have forgotten some vital piece of information on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 14:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924274#M939944</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-03T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924275#M939945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;passing parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;srv:Query_view_dataService id="myService"&amp;gt;
     &amp;lt;srv:GetQueryViewData_request_var&amp;gt;
  		&amp;lt;srv:GetQueryViewData_request ViewId="ZCO_M01/YRAJAWIDGET"/&amp;gt;
     &amp;lt;/srv:GetQueryViewData_request_var&amp;gt;
   &amp;lt;/srv:Query_view_dataService&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above code ViewId is the parameter . (this sample is BW query webservice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for missing values, i would suggest you to check the returned xml, may be by placing it in a text area like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 &amp;lt;mx:TextArea id="myTextArea" text="{WS.GetQueryViewData.lastResult.toXMLString()}" width="390" height="400"  fontSize="12"/&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason for this is , may be there is something wrong the way you access the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 06:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924275#M939945</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-04T06:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924276#M939946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response. Sorry I have taken a day or so to get back to this - paying work comes first. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your response has helped me move a bit further on. Using your example for setting an input parameter for my service I now have some MXML that looks like this...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;ws:BAPI_USER_GET_DETAILService id="bapiService"&amp;gt;
    &amp;lt;ws:bAPI_USER_GET_DETAIL_request_var&amp;gt;
    	&amp;lt;ws:BAPI_USER_GET_DETAIL_request USERNAME="GRAHAM" /&amp;gt;
    &amp;lt;/ws:bAPI_USER_GET_DETAIL_request_var&amp;gt;
    &amp;lt;/ws:BAPI_USER_GET_DETAILService&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this is that I get the compiler error...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"Initializer for 'USERNAME': values of type au.com.yelcho.bapi.USERNAME_type1 cannot be represented in text."&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems a pretty simple type conversion issue to me, but for some reason I cannot figure my way past this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My latest effort looks like this...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;mx:Script&amp;gt;
	&amp;lt;![CDATA[
		import au.com.yelcho.bapi.*;
		[Bindable]
		public var userid:USERNAME_type1 = new USERNAME_type1();
		
 		public function callBapi():void {
 			var l_str:String = "GRAHAM";
			userid = USERNAME_type1(l_str);
			bapiService.bAPI_USER_GET_DETAIL_send();
		}
	

    &lt;BAPI_USER_GET_DETAILSERVICE id="bapiService"&gt;
    &lt;BAPI_USER_GET_DETAIL_REQUEST_VAR&gt;
    	&lt;BAPI_USER_GET_DETAIL_REQUEST username="{userid}"&gt;&lt;/BAPI_USER_GET_DETAIL_REQUEST&gt;
    &lt;/BAPI_USER_GET_DETAIL_REQUEST_VAR&gt;
    &lt;/BAPI_USER_GET_DETAILSERVICE&gt;
    &lt;BUTTON label="Call BAPI" click="callBapi()" left="20" top="10"&gt;&lt;/BUTTON&gt;
]]&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This compiles okay but I get the runtime error..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TypeError: Error #1034: Type Coercion failed: cannot convert "GRAHAM" to au.com.yelcho.bapi.USERNAME_type1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly I am stumbling around in the dark here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 04:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924276#M939946</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-06T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924277#M939947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further to my previous response I have tried to call BAPI_USER_GETLIST via generated webservice proxies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code looks like this...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:ws="au.com.yelcho.bapi.user_getlist.*"&amp;gt;
	&amp;lt;ws:BAPI_USER_GETLISTService id="user_getlist"&amp;gt;
		&amp;lt;ws:bAPI_USER_GETLIST_request_var&amp;gt;
			&amp;lt;ws:BAPI_USER_GETLIST_request MAX_ROWS="0" /&amp;gt;
		&amp;lt;/ws:bAPI_USER_GETLIST_request_var&amp;gt;
	&amp;lt;/ws:BAPI_USER_GETLISTService&amp;gt;
	
	&amp;lt;mx:Button label="Call BAPI" click="user_getlist.bAPI_USER_GETLIST_send()" left="20" top="10"/&amp;gt;
	&amp;lt;mx:TextArea id="myTextArea" text="{user_getlist.bAPI_USER_GETLIST_lastResult.toXMLString()}" fontSize="12" left="10" right="10" bottom="10" top="50"/&amp;gt;

&amp;lt;/mx:Application&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute this I get the error..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error: Cannot find definition for type 'urn:sap-com:document:sap:rfc:functions::RETURN_type1'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am really starting to think that this web service proxy generator is flakey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924277#M939947</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-06T05:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924278#M939948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about the delay. Thrusday and Friday are my weekends and i generally do not even touch the computer during weekends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of the problems could be the namespace. use the following statement after all the import statements in mx:script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
private namespace webXNameSpace = "urn:sap-com:document:sap:soap:functions:mc-style";
        use namespace webXNameSpace;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my FB3 license had expired. to day i will install the proxy generator with my FB2 and try to consume the BAPI and post code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 05:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924278#M939948</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-07T05:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924279#M939949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also when generating the proxy choose the checkbox "create MXML screens for webservice operation" which would generate the code for the service call. It will help you to understand how it gets called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 06:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924279#M939949</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-07T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924280#M939950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the private namespace definition you suggested made no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't seem to be able to find the "create MXML screens for webservice operation" checkbox you mention. I am using FlexBuilder 3 and am still running on the trial license so maybe that option does not get activated until you register. It's a pity, because it sounds exectly what I need to understand how to call the proxy classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 02:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924280#M939950</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-08T02:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924281#M939951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you first try to generate actionscript proxy from WSDL (right click on the empty area and choose generate proxy.....) the resulting pop up will have fields for wsdl path, inputfield for package name and then couple of check boxes and one of them is the one i talked about. i am pasting the code here  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MXML for inscreen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:sapws="http://www.sap.com/flex/ws"&amp;gt;
    &amp;lt;mx:Grid&amp;gt;
        &amp;lt;mx:GridRow&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:Label text="MAX_ROWS"/&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:TextInput id="MAX_ROWS" focusOut="validate(event, 'focusOut')" /&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
        &amp;lt;/mx:GridRow&amp;gt;
    &amp;lt;/mx:Grid&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="TYPE" dataField="TYPE" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ID" dataField="ID" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="NUMBER" dataField="NUMBER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE" dataField="MESSAGE" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOG_NO" dataField="LOG_NO" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOG_MSG_NO" dataField="LOG_MSG_NO" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V1" dataField="MESSAGE_V1" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V2" dataField="MESSAGE_V2" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V3" dataField="MESSAGE_V3" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V4" dataField="MESSAGE_V4" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ROW" dataField="ROW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="SYSTEM" dataField="SYSTEM" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_2" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOGOP" dataField="LOGOP" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ARITY" dataField="ARITY" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="OPTION" dataField="OPTION" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOW" dataField="LOW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="HIGH" dataField="HIGH" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_2" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_2)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_2" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_2)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_3" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="SIGN" dataField="SIGN" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="OPTION" dataField="OPTION" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOW" dataField="LOW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="HIGH" dataField="HIGH" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_3" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_3)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_3" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_3)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_4" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="USERNAME" dataField="USERNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIRSTNAME" dataField="FIRSTNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LASTNAME" dataField="LASTNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FULLNAME" dataField="FULLNAME" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_4" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_4)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_4" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_4)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Grid&amp;gt;
        &amp;lt;mx:GridRow&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:Label text="WITH_USERNAME"/&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:TextInput id="WITH_USERNAME" focusOut="validate(event, 'focusOut')" /&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
        &amp;lt;/mx:GridRow&amp;gt;
    &amp;lt;/mx:Grid&amp;gt;
    &amp;lt;mx:Button label="Execute" click="execute()"/&amp;gt;

&amp;lt;mx:Script&amp;gt;
&amp;lt;![CDATA[
    import mx.controls.*;
    import com.sap.flex.ws.runtime.screens.UIBinding;
    import com.sap.flex.ws.runtime.IMessageType;
    import com.sap.flex.ws.runtime.Call;
    import au.com.yelcho.*;
    private var uib : com.sap.flex.ws.runtime.screens.UIBinding;
    private var screenController : Object;

    public function initializeScreen(screenController : Object, args : au.com.yelcho.BAPI_USER_GETLIST_2 = null) : void
    {
        this.screenController = screenController;

        if (args == null)
            args = new au.com.yelcho.BAPI_USER_GETLIST_2();

        uib = new com.sap.flex.ws.runtime.screens.UIBinding(this, args);
        bindScreen();

        uib.toScreen();
    }

    private function bindScreen() : void
    {
        uib.bind("MAX_ROWS", "parameters.MAX_ROWS", null);
        uib.bind("item", "parameters.RETURN.item", null);
        uib.addColumn("TYPE", "TYPE");
        uib.addColumn("ID", "ID");
        uib.addColumn("NUMBER", "NUMBER");
        uib.addColumn("MESSAGE", "MESSAGE");
        uib.addColumn("LOG_NO", "LOG_NO");
        uib.addColumn("LOG_MSG_NO", "LOG_MSG_NO");
        uib.addColumn("MESSAGE_V1", "MESSAGE_V1");
        uib.addColumn("MESSAGE_V2", "MESSAGE_V2");
        uib.addColumn("MESSAGE_V3", "MESSAGE_V3");
        uib.addColumn("MESSAGE_V4", "MESSAGE_V4");
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("ROW", "ROW");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("SYSTEM", "SYSTEM");
        uib.setButtons("item_addRow", "item_deleteRow");
        uib.bind("item_2", "parameters.SELECTION_EXP.item", null);
        uib.addColumn("LOGOP", "LOGOP");
        uib.addColumn("ARITY", "ARITY");
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("OPTION", "OPTION");
        uib.addColumn("LOW", "LOW");
        uib.addColumn("HIGH", "HIGH");
        uib.setButtons("item_addRow_2", "item_deleteRow_2");
        uib.bind("item_3", "parameters.SELECTION_RANGE.item", null);
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("SIGN", "SIGN");
        uib.addColumn("OPTION", "OPTION");
        uib.addColumn("LOW", "LOW");
        uib.addColumn("HIGH", "HIGH");
        uib.setButtons("item_addRow_3", "item_deleteRow_3");
        uib.bind("item_4", "parameters.USERLIST.item", null);
        uib.addColumn("USERNAME", "USERNAME");
        uib.addColumn("FIRSTNAME", "FIRSTNAME");
        uib.addColumn("LASTNAME", "LASTNAME");
        uib.addColumn("FULLNAME", "FULLNAME");
        uib.setButtons("item_addRow_4", "item_deleteRow_4");
        uib.bind("WITH_USERNAME", "parameters.WITH_USERNAME", null);

        uib.setDisplayName("parameters.MAX_ROWS", "MAX_ROWS");
        uib.setDisplayName("parameters.RETURN.item", "item");
        uib.setDisplayName("parameters.SELECTION_EXP.item", "item");
        uib.setDisplayName("parameters.SELECTION_RANGE.item", "item");
        uib.setDisplayName("parameters.USERLIST.item", "item");
        uib.setDisplayName("parameters.WITH_USERNAME", "WITH_USERNAME");
    }

    private function validate(event : Event, kind : String) : void
    {
        uib.validate(event, kind);
    }

    private function addRow(event : Event, dataGrid : DataGrid) : void
    {
        uib.addRow(event, dataGrid);
    }

    private function deleteRow(event : Event, dataGrid : DataGrid) : void
    {
        uib.deleteRow(event, dataGrid);
    }

    private function dataGridChange(event : Event) : void
    {
        uib.dataGridChange(event);
    }

    private function execute() : void
    {
        var args : au.com.yelcho.BAPI_USER_GETLIST_2 = uib.fromScreen() as au.com.yelcho.BAPI_USER_GETLIST_2;
        if (args == null)  return;
        var result : au.com.yelcho.BAPI_USER_GETLISTResponse_2 = new au.com.yelcho.BAPI_USER_GETLISTResponse_2();
        var service : au.com.yelcho.ZBAPI_USER_GETLISTService_Service = new au.com.yelcho.ZBAPI_USER_GETLISTService_Service();
        // service.setTargetEndpointAddress("...");
        // service.setAuthenticationMethod(service.AUTH_WSSE);
        // service.setUsername("...");
        // service.setPassword("...");
        var faults : Array = [];
        service.invokeOperation("ZBAPI_USER_GETLISTSoapBinding", "urn:sap-com:document:sap:rfc:functions", "BAPI_USER_GETLIST", "RequestResponse", args, result, faults, this, "onResult", "onFault");
    }

    public function onResult(result : au.com.yelcho.BAPI_USER_GETLISTResponse_2) : void
    {
        screenController.switchToScreen("BAPI_USER_GETLIST_OutScreen", result);
    }

    public function onFault(fault : com.sap.flex.ws.runtime.WebServiceFault) : void
    {
        com.sap.flex.ws.runtime.Call.defaultFaultHandler(fault);
    }




]]&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outscreen code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:sapws="http://www.sap.com/flex/ws"&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="TYPE" dataField="TYPE" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ID" dataField="ID" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="NUMBER" dataField="NUMBER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE" dataField="MESSAGE" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOG_NO" dataField="LOG_NO" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOG_MSG_NO" dataField="LOG_MSG_NO" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V1" dataField="MESSAGE_V1" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V2" dataField="MESSAGE_V2" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V3" dataField="MESSAGE_V3" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="MESSAGE_V4" dataField="MESSAGE_V4" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ROW" dataField="ROW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="SYSTEM" dataField="SYSTEM" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Grid&amp;gt;
        &amp;lt;mx:GridRow&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:Label text="ROWS"/&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
            &amp;lt;mx:GridItem&amp;gt;
                &amp;lt;mx:TextInput id="ROWS" focusOut="validate(event, 'focusOut')" /&amp;gt;
            &amp;lt;/mx:GridItem&amp;gt;
        &amp;lt;/mx:GridRow&amp;gt;
    &amp;lt;/mx:Grid&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_2" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOGOP" dataField="LOGOP" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="ARITY" dataField="ARITY" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="OPTION" dataField="OPTION" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOW" dataField="LOW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="HIGH" dataField="HIGH" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_2" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_2)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_2" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_2)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_3" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="PARAMETER" dataField="PARAMETER" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIELD" dataField="FIELD" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="SIGN" dataField="SIGN" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="OPTION" dataField="OPTION" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LOW" dataField="LOW" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="HIGH" dataField="HIGH" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_3" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_3)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_3" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_3)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;
    &amp;lt;mx:Label text="item:"/&amp;gt;
    &amp;lt;mx:DataGrid id="item_4" editable="true" itemEditEnd="validate(event, 'itemEditEnd')" change="dataGridChange(event)" &amp;gt;
        &amp;lt;mx:columns&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="USERNAME" dataField="USERNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FIRSTNAME" dataField="FIRSTNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="LASTNAME" dataField="LASTNAME" /&amp;gt;
            &amp;lt;mx:DataGridColumn headerText="FULLNAME" dataField="FULLNAME" /&amp;gt;
        &amp;lt;/mx:columns&amp;gt;
    &amp;lt;/mx:DataGrid&amp;gt;
    &amp;lt;mx:HBox&amp;gt;
        &amp;lt;mx:Button id="item_addRow_4" label="New Record" fontSize="8" icon="@Embed(source='images/addRow.gif')" click="addRow(event, item_4)"/&amp;gt;
        &amp;lt;mx:Button id="item_deleteRow_4" label="Delete Record" fontSize="8" icon="@Embed(source='images/deleteRow.gif')" click="deleteRow(event, item_4)"/&amp;gt;
    &amp;lt;/mx:HBox&amp;gt;

&amp;lt;mx:Script&amp;gt;
&amp;lt;![CDATA[
    import mx.controls.*;
    import com.sap.flex.ws.runtime.screens.UIBinding;
    import com.sap.flex.ws.runtime.IMessageType;
    import com.sap.flex.ws.runtime.Call;
    import au.com.yelcho.*;
    private var uib : com.sap.flex.ws.runtime.screens.UIBinding;
    private var screenController : Object;

    public function initializeScreen(screenController : Object, args : au.com.yelcho.BAPI_USER_GETLISTResponse_2 = null) : void
    {
        this.screenController = screenController;

        if (args == null)
            args = new au.com.yelcho.BAPI_USER_GETLISTResponse_2();

        uib = new com.sap.flex.ws.runtime.screens.UIBinding(this, args);
        bindScreen();

        uib.toScreen();
    }

    private function bindScreen() : void
    {
        uib.bind("item", "parameters.RETURN.item", null);
        uib.addColumn("TYPE", "TYPE");
        uib.addColumn("ID", "ID");
        uib.addColumn("NUMBER", "NUMBER");
        uib.addColumn("MESSAGE", "MESSAGE");
        uib.addColumn("LOG_NO", "LOG_NO");
        uib.addColumn("LOG_MSG_NO", "LOG_MSG_NO");
        uib.addColumn("MESSAGE_V1", "MESSAGE_V1");
        uib.addColumn("MESSAGE_V2", "MESSAGE_V2");
        uib.addColumn("MESSAGE_V3", "MESSAGE_V3");
        uib.addColumn("MESSAGE_V4", "MESSAGE_V4");
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("ROW", "ROW");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("SYSTEM", "SYSTEM");
        uib.setButtons("item_addRow", "item_deleteRow");
        uib.bind("ROWS", "parameters.ROWS", null);
        uib.bind("item_2", "parameters.SELECTION_EXP.item", null);
        uib.addColumn("LOGOP", "LOGOP");
        uib.addColumn("ARITY", "ARITY");
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("OPTION", "OPTION");
        uib.addColumn("LOW", "LOW");
        uib.addColumn("HIGH", "HIGH");
        uib.setButtons("item_addRow_2", "item_deleteRow_2");
        uib.bind("item_3", "parameters.SELECTION_RANGE.item", null);
        uib.addColumn("PARAMETER", "PARAMETER");
        uib.addColumn("FIELD", "FIELD");
        uib.addColumn("SIGN", "SIGN");
        uib.addColumn("OPTION", "OPTION");
        uib.addColumn("LOW", "LOW");
        uib.addColumn("HIGH", "HIGH");
        uib.setButtons("item_addRow_3", "item_deleteRow_3");
        uib.bind("item_4", "parameters.USERLIST.item", null);
        uib.addColumn("USERNAME", "USERNAME");
        uib.addColumn("FIRSTNAME", "FIRSTNAME");
        uib.addColumn("LASTNAME", "LASTNAME");
        uib.addColumn("FULLNAME", "FULLNAME");
        uib.setButtons("item_addRow_4", "item_deleteRow_4");

        uib.setDisplayName("parameters.RETURN.item", "item");
        uib.setDisplayName("parameters.ROWS", "ROWS");
        uib.setDisplayName("parameters.SELECTION_EXP.item", "item");
        uib.setDisplayName("parameters.SELECTION_RANGE.item", "item");
        uib.setDisplayName("parameters.USERLIST.item", "item");
    }

    private function validate(event : Event, kind : String) : void
    {
        uib.validate(event, kind);
    }

    private function addRow(event : Event, dataGrid : DataGrid) : void
    {
        uib.addRow(event, dataGrid);
    }

    private function deleteRow(event : Event, dataGrid : DataGrid) : void
    {
        uib.deleteRow(event, dataGrid);
    }

    private function dataGridChange(event : Event) : void
    {
        uib.dataGridChange(event);
    }




]]&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 06:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924281#M939951</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-08T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924282#M939952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the code. I will have a look at it and I am sure it will help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really get what you mean by "&lt;EM&gt;when you first try to generate actionscript proxy from WSDL (right click on the empty area and choose generate proxy.....)&lt;/EM&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I am generating the proxies is via the menu path Data &amp;gt; Import Web Services (WSDL). This leads to several dialog boxes but nothing that looks like the checkbox you mention. I have searched through the Flex3 help for generating proxies and it just leads me to the page I mentioned in my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 06:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924282#M939952</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-08T06:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924283#M939953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i guess there was some miscommunication. i was referring to the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[WSDL to ActionScript Proxy Generator for Adobe FlexBuilder|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/301632bd-284f-2a10-0690-d4a15857ae83]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tool availalbe for download, in the download section of SDN. which when used in FB3 , can automatically generate the screens as well for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 07:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924283#M939953</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-08T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924284#M939954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no I am not using the WSDL to ActionScript Proxy Generator for Adobe FlexBuilder but trying to use the Web Service Proxy Generator that is delivered as part of Flex Builder 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try and use the WSDL to ActionScript Proxy Generator but when I try and import the runtime library into my project I get an error that suggests it is not a supported project version. I suspect a new version needs to be built for FB3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 01:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924284#M939954</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-09T01:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924285#M939955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once again sorry about the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you had used the FB3 delivered proxy generator, after generating the proxy open the  class file named &amp;lt;webservicename&amp;gt;service.as, there you should find a sample code on how to call the webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding the issue with SDN proxy generator, i remembered to have used with FB3, though it says only FB2, which required some tweeking, let me try it again, in a new trial install of FB3 (my licence had already expired and i have to now install it in one of my friends machine) and update you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 07:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924285#M939955</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-09T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924286#M939956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be great if you can try the same exercise in FB3 using the Web Service Proxy Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at the service.as file and seen how it suggests I call the web servce. Most of this seems to work okay. My issues seem to be more related with filling the request object with appropriate values, and then parsing the response XML payload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the simplest SOAP-RFC calls to function modules like BAPI_USER_GETLIST and BAPI_CUSTOMER_GETLIST don't seem to work. Assuming I can manage to fill the request object (not a straight forward task) I then get errors like "Cannot find definition for type 'urn:sap-com:document:sap:rfc:functions::RETURN_type1'" handling the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a real pain!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 11:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924286#M939956</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-09T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924287#M939957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is an example i believe should work. (i couldnt test this completely as i am facing with authorization problem at the backend)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init();" xmlns:srv="generated.webservices.*" layout="absolute"&amp;gt;
	&amp;lt;mx:Script&amp;gt;
		&amp;lt;![CDATA[
		    import generated.webservices.*;
		    import mx.rpc.events.FaultEvent;
			import mx.rpc.events.ResultEvent;
			import mx.controls.Alert ;
			import mx.utils.ObjectUtil;
			import mx.utils.ArrayUtil;
			
		    [Bindable] public var myreturn:TABLE_OF_BAPIRET2;
			[Bindable] public var mysel:TABLE_OF_BAPIUSSEXP;
			[Bindable] public var myran:TABLE_OF_BAPIUSSRGE;
			[Bindable] public var myulist:TABLE_OF_BAPIUSNAME;
			[Bindable] public var users:TABLE_OF_BAPIUSNAME;
			[Bindable] public var ych:Char1;
	        public function init():void{
	        
	        myService.addZBAPI_USER_GETLISTServiceFaultEventListener(myfault);
	        myService.addbAPI_USER_GETLISTEventListener(myresult);	
	        	
				
	        }
	        public function myresult(event:BAPI_USER_GETLISTResultEvent):void
	        {
	       
	        users = event.result.USERLIST;          
	      
	        mydg.dataProvider = users ;
	        
	        Alert.show('revent');
			 
		  
	        }
	        public function myfault(event:FaultEvent):void
	        {
				
			Alert.show(event.fault.faultString, "Could not load WebService");
			
			}
		

	
	&lt;ZBAPI_USER_GETLISTSERVICE id="myService"&gt;
     &lt;BAPI_USER_GETLIST_REQUEST_VAR&gt;
  		&lt;BAPI_USER_GETLIST_REQUEST max_rows="99" return="{myreturn}" selection_exp="{mysel}" selection_range="{myran}" userlist="{myulist}" with_username="{ych}"&gt;&lt;/BAPI_USER_GETLIST_REQUEST&gt;
     &lt;/BAPI_USER_GETLIST_REQUEST_VAR&gt;
      &lt;/ZBAPI_USER_GETLISTSERVICE&gt;
     &lt;BUTTON id="myButton" label="Call operation" click="myService.bAPI_USER_GETLIST_send();"&gt;&lt;/BUTTON&gt;

&lt;DATAGRID id="mydg" width="100%" height="70%" y="68"&gt;
&lt;/DATAGRID&gt;



]]&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924287#M939957</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-10T07:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924288#M939958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your ongoing help with this, but you have confused me again - notr a hard this to do. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I generate the proxies from BAPI_USER_GETLIST I get the following .as files created..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPIRET2.as
BAPIUSNAME.as
BAPIUSSEXP.as
BAPIUSSRGE.as
BAPI_USER_GETLISTResultEvent.as
BAPI_USER_GETLISTService.as
BAPI_USER_GETLIST_request.as
BaseBAPI_USER_GETLISTService.as
BaseBAPI_USER_GETLISTServiceSchema.as
FIELD_type0.as
FIELD_type1.as
FIELD_type2.as
FIELD_type3.as
FIELD_type4.as
FIELD_type5.as
FIRSTNAME_type0.as
FIRSTNAME_type1.as
FULLNAME_type0.as
FULLNAME_type1.as
HIGH_type0.as
HIGH_type1.as
HIGH_type2.as
HIGH_type3.as
IBAPI_USER_GETLISTService.as
ID_type0.as
ID_type1.as
LASTNAME_type0.as
LASTNAME_type1.as
LOGOP_type0.as
LOGOP_type1.as
LOG_MSG_NO_type0.as
LOG_MSG_NO_type1.as
LOG_NO_type0.as
LOG_NO_type1.as
LOW_type0.as
LOW_type1.as
LOW_type2.as
LOW_type3.as
MESSAGE_type0.as
MESSAGE_type1.as
MESSAGE_V1_type0.as
MESSAGE_V1_type1.as
MESSAGE_V2_type0.as
MESSAGE_V2_type1.as
MESSAGE_V3_type0.as
MESSAGE_V3_type1.as
MESSAGE_V4_type0.as
MESSAGE_V4_type1.as
NUMBER_type0.as
NUMBER_type1.as
OPTION_type0.as
OPTION_type1.as
OPTION_type2.as
OPTION_type3.as
PARAMETER_type0.as
PARAMETER_type1.as
PARAMETER_type2.as
PARAMETER_type3.as
PARAMETER_type4.as
PARAMETER_type5.as
RETURN_type0.as
RETURN_type1.as
SELECTION_EXP_type0.as
SELECTION_EXP_type1.as
SELECTION_RANGE_type0.as
SELECTION_RANGE_type1.as
SIGN_type0.as
SIGN_type1.as
SYSTEM_type0.as
SYSTEM_type1.as
TYPE_type0.as
TYPE_type1.as
USERLIST_type0.as
USERLIST_type1.as
USERNAME_type0.as
USERNAME_type1.as
WITH_USERNAME_type0.as
WITH_USERNAME_type1.as
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is where do the datatypes...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;		    TABLE_OF_BAPIRET2;
			TABLE_OF_BAPIUSSEXP;
			TABLE_OF_BAPIUSSRGE;
			TABLE_OF_BAPIUSNAME;
			TABLE_OF_BAPIUSNAME;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...come from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your proxy generator creating something mine isn't or did you create these yoursefl?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924288#M939958</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-10T07:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924289#M939959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its getting worse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it generated the following as classes for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BAPI_USER_GETLIST_request.as

BAPI_USER_GETLISTResultEvent.as

BAPIRET2.as
BAPIUSNAME.as

BAPIUSSEXP.as
BAPIUSSRGE.as

BaseZBAPI_USER_GETLISTService.as

BaseZBAPI_USER_GETLISTServiceSchema.as

Char1.as

Char10.as

Char12.as

Char2.as

Char20.as

Char220.as

Char3.as

Char30.as

Char32.as

Char40.as

Char45.as

Char50.as

Char80.as

IZBAPI_USER_GETLISTService.as

Numeric3.as

Numeric6.as

TABLE_OF_BAPIRET2.as

TABLE_OF_BAPIUSNAME.as

TABLE_OF_BAPIUSSEXP.as

TABLE_OF_BAPIUSSRGE.as

ZBAPI_USER_GETLISTService.as
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924289#M939959</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-10T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924290#M939960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we check version numbers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Flex Builder 3 Build 3.0.194161 which I downloaded and installed last week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there are any updates.....yes there are some eclipse updates. Let me install them and check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay I have updated Eclipse with the latest patches. Now I notice I have the ABAP WSDL Proxy Generator Plug-In installed. I don't want to use this so I will remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There doesn't appear to be any later version on FB3 so I am still on build 3.0.194161.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAP backend is an ECC6 system running NW7 support pack 14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have deleted the generated client classes and rebuilt them using the proxy generator and I still get the same classes as I described earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very strange!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might send you an email with some screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 03:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924290#M939960</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-11T03:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924291#M939961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the issue is not with FB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are using the following url for the WSDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://host.domain.com:8000/sap/bc/soap/wsdl11?services=BAPI_USER_GETLIST" target="test_blank"&gt;http://host.domain.com:8000/sap/bc/soap/wsdl11?services=BAPI_USER_GETLIST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this is old method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have generated a WS by using WS generation wizard from SE37 and the url for the wsdl is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://host.domain.com:8000/sap/bc/srt/rfc/sap/ZBAPI_USER_GETLIST?sap-client=001&amp;amp;wsdl=1.1" target="test_blank"&gt;http://host.domain.com:8000/sap/bc/srt/rfc/sap/ZBAPI_USER_GETLIST?sap-client=001&amp;amp;wsdl=1.1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use your method, i generates the same as class as you have mentioned earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924291#M939961</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-11T05:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924292#M939962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for that. I was beginning to think I was going mad. Finally an explaination for something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to successfully call a webservice via the proxies gernerated in this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 06:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924292#M939962</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-12T06:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Builder 3 - Web Service Proxy Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924293#M939963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Are you able to successfully call a webservice via the proxies gernerated in this way?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean your approach, NO i havent tried it yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the last code i had posted (using my approach), works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 20:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-builder-3-web-service-proxy-generator/m-p/3924293#M939963</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-12T20:43:57Z</dc:date>
    </item>
  </channel>
</rss>

