<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SAP Web Services in Flex Builder</title>
	<atom:link href="http://blog.danmcweeney.com/57/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.danmcweeney.com/57</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 18:57:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Francisco</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-31515</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-31515</guid>
		<description>I&#039;m not allowed to install SAPlink on my systems, can you share the source of the abap function group?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not allowed to install SAPlink on my systems, can you share the source of the abap function group?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ransome</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-27179</link>
		<dc:creator>Ransome</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-27179</guid>
		<description>Super blog. Thanks a lot for your blog.

When i run my flex application, the call to the webservice happens successfully.
But i get a pop up to enter user id and password. I want to default the user id and password programatically.
I want to avoid that pop.

Please help in getting this one.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Super blog. Thanks a lot for your blog.</p>
<p>When i run my flex application, the call to the webservice happens successfully.<br />
But i get a pop up to enter user id and password. I want to default the user id and password programatically.<br />
I want to avoid that pop.</p>
<p>Please help in getting this one.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Gautam</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-27178</link>
		<dc:creator>Ankur Gautam</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-27178</guid>
		<description>Guys solution given is cool , but only one concern where do we put login credentials (username and password) for the web service call</description>
		<content:encoded><![CDATA[<p>Guys solution given is cool , but only one concern where do we put login credentials (username and password) for the web service call</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo van der Sluijs</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-17919</link>
		<dc:creator>Theo van der Sluijs</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-17919</guid>
		<description>found the problem.

is was SAP !

it was a language problem.</description>
		<content:encoded><![CDATA[<p>found the problem.</p>
<p>is was SAP !</p>
<p>it was a language problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo van der Sluijs</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-17912</link>
		<dc:creator>Theo van der Sluijs</dc:creator>
		<pubDate>Tue, 11 Nov 2008 08:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-17912</guid>
		<description>Have you ever tried to get multiple tables / structures in one call ?

The flex SOAP part makes rubish of it !

With one table/structure it comes into flex allright, but when you want to get multiple tables/structures in one call (like reference tables) most of the data gets corrupted.

This really is a big problem.</description>
		<content:encoded><![CDATA[<p>Have you ever tried to get multiple tables / structures in one call ?</p>
<p>The flex SOAP part makes rubish of it !</p>
<p>With one table/structure it comes into flex allright, but when you want to get multiple tables/structures in one call (like reference tables) most of the data gets corrupted.</p>
<p>This really is a big problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-6508</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Fri, 07 Dec 2007 18:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-6508</guid>
		<description>@parag:  Yes there are two ways to call webservices in Flex.  With MXML tags and this way the more &quot;actionscript&quot; way.  I prefer this way as it is more programmer focused.

I have added the imports to each section, although just going to the object that is unknown, moving your cursor to the end of it and holding down the control key while pressing space will add the import for you.

Please go read up on SAPlink here www.saplink.org.

@shaira:
No, I can&#039;t and won&#039;t guide you, Flex consumes web services it doesn&#039;t care at all about how those services are exposed.  I have included the ABAP stuff here just to make it easy for everyone to get started.  xMII is a cross app and therefore probably already has services exposed.  Front-ending it with Flex should be just like calling the ABAP WebServices shown here.</description>
		<content:encoded><![CDATA[<p>@parag:  Yes there are two ways to call webservices in Flex.  With MXML tags and this way the more &#8220;actionscript&#8221; way.  I prefer this way as it is more programmer focused.</p>
<p>I have added the imports to each section, although just going to the object that is unknown, moving your cursor to the end of it and holding down the control key while pressing space will add the import for you.</p>
<p>Please go read up on SAPlink here <a href="http://www.saplink.org" rel="nofollow">http://www.saplink.org</a>.</p>
<p>@shaira:<br />
No, I can&#8217;t and won&#8217;t guide you, Flex consumes web services it doesn&#8217;t care at all about how those services are exposed.  I have included the ABAP stuff here just to make it easy for everyone to get started.  xMII is a cross app and therefore probably already has services exposed.  Front-ending it with Flex should be just like calling the ABAP WebServices shown here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaira</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-6496</link>
		<dc:creator>shaira</dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-6496</guid>
		<description>Hey can u jus guide me as to how i can integrate SAP xMII with Adobe Flex for designing UIs.

Cheers,
Shaira</description>
		<content:encoded><![CDATA[<p>Hey can u jus guide me as to how i can integrate SAP xMII with Adobe Flex for designing UIs.</p>
<p>Cheers,<br />
Shaira</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag Bhise</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-6462</link>
		<dc:creator>Parag Bhise</dc:creator>
		<pubDate>Thu, 06 Dec 2007 08:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-6462</guid>
		<description>Hi Dan,
  Great job Done ...I am trying out this .I know basic of flex and I started with that recently .I am ABAPer actully . Now when I was trying out calling SAP web Service in Flex I was bit confused .
1. Are there two ways two call web service 
   Way1 .
	
 
   Thats using mx:web service tag 

way 2. which u have given ..Taking Web serive object and all ..If I am not wrong we will do it in CDATA ....If so Do we need to import some packages ...Because in my case in Step 1 only its showing error .
 If we need to import some package ,if yes which are those .

You have given SAPLink and some link to FunctionGroup ..But what it does ..I am not able to correlate what should done on ABAP side ...
Can we come with something involving things should be done on both side .</description>
		<content:encoded><![CDATA[<p>Hi Dan,<br />
  Great job Done &#8230;I am trying out this .I know basic of flex and I started with that recently .I am ABAPer actully . Now when I was trying out calling SAP web Service in Flex I was bit confused .<br />
1. Are there two ways two call web service<br />
   Way1 .</p>
<p>   Thats using mx:web service tag </p>
<p>way 2. which u have given ..Taking Web serive object and all ..If I am not wrong we will do it in CDATA &#8230;.If so Do we need to import some packages &#8230;Because in my case in Step 1 only its showing error .<br />
 If we need to import some package ,if yes which are those .</p>
<p>You have given SAPLink and some link to FunctionGroup ..But what it does ..I am not able to correlate what should done on ABAP side &#8230;<br />
Can we come with something involving things should be done on both side .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durairaj Athavan Raja</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-5870</link>
		<dc:creator>Durairaj Athavan Raja</dc:creator>
		<pubDate>Mon, 19 Nov 2007 10:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-5870</guid>
		<description>Dan,

Just found out the cause. during webservice creation , if you choose the check box for name mapping then you dont get the parameter name same as the abap field name.  (in this option DATE_RANGE will be DateRange in wsdl)

if you uncheck the check box for name mapping then you get the same name as ABAP field name (in this option DATE_RANGE is referred as DATE_RANGE in wsdl as well)

Regards
Raja</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Just found out the cause. during webservice creation , if you choose the check box for name mapping then you dont get the parameter name same as the abap field name.  (in this option DATE_RANGE will be DateRange in wsdl)</p>
<p>if you uncheck the check box for name mapping then you get the same name as ABAP field name (in this option DATE_RANGE is referred as DATE_RANGE in wsdl as well)</p>
<p>Regards<br />
Raja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.danmcweeney.com/57/comment-page-1#comment-5843</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sun, 18 Nov 2007 22:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danmcweeney.com/57#comment-5843</guid>
		<description>Raja - 
  I tested all this code on a Discovery system I have access to.  I guess the ABAP stack alters naming conventions depending on the version.  I will update the blog entry to show the WSDL and where to look for the variable names instead.  I assumed ( incorrectly ) that the ABAP stack would be consistent about it&#039;s naming.  Thanks for the correction.</description>
		<content:encoded><![CDATA[<p>Raja &#8211;<br />
  I tested all this code on a Discovery system I have access to.  I guess the ABAP stack alters naming conventions depending on the version.  I will update the blog entry to show the WSDL and where to look for the variable names instead.  I assumed ( incorrectly ) that the ABAP stack would be consistent about it&#8217;s naming.  Thanks for the correction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
