<?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: Webservice Authentication in Flex Builder in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724246#M1580407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this procedure.&lt;/P&gt;&lt;P&gt;Go To SICF T-code, enter your Service name and open it.&lt;/P&gt;&lt;P&gt;Click for Change Mode.&lt;/P&gt;&lt;P&gt;There is 1 tab named - Logon Data.&lt;/P&gt;&lt;P&gt;let the procedure be standard and enter required logon data like user id and password.&lt;/P&gt;&lt;P&gt;Save the Changes and try to test the same in your application.&lt;/P&gt;&lt;P&gt;I hope this should work.&lt;/P&gt;&lt;P&gt;If no success try change some other parameters in same tab and do trial and error.&lt;/P&gt;&lt;P&gt;I have successfully consumed Web Srvc using web service introspection in Flex 3.&lt;/P&gt;&lt;P&gt;Give this a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 04:30:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-10T04:30:29Z</dc:date>
    <item>
      <title>Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724245#M1580406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some trouble configuring a Web Service regarding authentication.&lt;/P&gt;&lt;P&gt;I created a remote function in SE80 and a web service with it, then I went to SOAMANAGER and configured the authentication section with the 'no authentication' option and added the user/pass in the 'ABAP Service User'.&lt;/P&gt;&lt;P&gt;In SICF the service is active and seams OK(the user/pass is set), but every time I try to open the WSDL in the browser I get 'A username and password are being requested by SAP Web Application Server'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the service with SOAPUI and it also requests the User/Pass for SAP, so it seams that the problem is to enter in SAP WAS and not to access the web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 04:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724245#M1580406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-10T04:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724246#M1580407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this procedure.&lt;/P&gt;&lt;P&gt;Go To SICF T-code, enter your Service name and open it.&lt;/P&gt;&lt;P&gt;Click for Change Mode.&lt;/P&gt;&lt;P&gt;There is 1 tab named - Logon Data.&lt;/P&gt;&lt;P&gt;let the procedure be standard and enter required logon data like user id and password.&lt;/P&gt;&lt;P&gt;Save the Changes and try to test the same in your application.&lt;/P&gt;&lt;P&gt;I hope this should work.&lt;/P&gt;&lt;P&gt;If no success try change some other parameters in same tab and do trial and error.&lt;/P&gt;&lt;P&gt;I have successfully consumed Web Srvc using web service introspection in Flex 3.&lt;/P&gt;&lt;P&gt;Give this a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 04:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724246#M1580407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-10T04:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724247#M1580408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek Sir,&lt;/P&gt;&lt;P&gt;     I have read your previous feeds and they were very helpful.&lt;/P&gt;&lt;P&gt;     I have done changes in SICF as per your suggestions but the problem is not in BSP Application the FLEX file(*.swf) I am running always prompts me for username and password whenever webservice is called. I am trying to stop that and pass username and password somehow in FLEX Application but yet am not able to manage it. I have used setRemoteCredentials and also tried attaching username and password in the URL but it is not working for me. The MXML File is as follows:&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" initialize="initCollections()"&amp;gt;
	&amp;lt;mx:Script&amp;gt;
		&amp;lt;![CDATA[
			import mx.controls.Alert;
			import mx.rpc.events.FaultEvent;
			import mx.rpc.events.ResultEvent;
			//import local.fitcons.*;
			private function initCollections():void {
				//webService.useProxy=true;
				//webService.setRemoteCredentials("SAURABH","swordfish");
         			                     webService.ZbspTest967.send();
			}
			private function getResult(event:ResultEvent):void 
			{
				tx1.text=event.result.WVar1.toString();
				tx2.text=event.result.WVar2.toString();
				tx3.text=event.result.WVar3.toString();
			}
			private function handleFault(event:FaultEvent):void 
			{
				tx1.text=event.fault.toString();
				tx2.text=event.fault.toString();
				tx3.text=event.fault.toString();
			}
		
	
	&lt;WEBSERVICE id="webService" wsdl="http://ip:8000/sap/bc/srt/wsdl/bndg_4D6F14045F616602E10000000A420A8E/wsdl11/allinone/ws_policy/document?sap-client=556" showbusycursor="true"&gt;
		&lt;OPERATION name="ZbspTest967" resultformat="object" fault="handleFault(event)" result="getResult(event)"&gt;
		&lt;/OPERATION&gt;
	&lt;/WEBSERVICE&gt;
	&lt;PANEL title="Web Service Example" width="100%" height="260"&gt;
		&lt;LABEL id="tx1"&gt;&lt;/LABEL&gt;
		&lt;LABEL id="tx2"&gt;&lt;/LABEL&gt;
		&lt;LABEL id="tx3"&gt;&lt;/LABEL&gt;
	&lt;/PANEL&gt;

]]&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bold&lt;/STRONG&gt;[IN WSDL "ip" is ip address].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saurabh s kerkar on Mar 10, 2011 6:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 05:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724247#M1580408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-10T05:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724248#M1580409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vivek Sir , I have Found out the solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 09:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724248#M1580409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-19T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724249#M1580410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Saurabh , can you please share your solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 19:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724249#M1580410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724250#M1580411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not authenticate webservice created in SAP using flex builder. Pop up shows when webservice is called. Any suggestion will be muc appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2011 06:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724250#M1580411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-10T06:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724251#M1580412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a probelm accessing the webservice without popup showing up using Flex builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;webservice WSDL format is standard&lt;/P&gt;&lt;P&gt;end point URL - user / name passowrd authentication. I cannot pick No authentication. it is greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information. I do not know what I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2011 06:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724251#M1580412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-10T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice Authentication in Flex Builder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724252#M1580413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Vivek Sir , I have Found out the solution...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your solution.&lt;/P&gt;&lt;P&gt;I have a similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and kind regards,&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-authentication-in-flex-builder/m-p/7724252#M1580413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-03T09:35:13Z</dc:date>
    </item>
  </channel>
</rss>

