Standard vs Proxy Ad Plug-in

We are planning to build an advertisement plug-in with all the regular ad features such as pre, mid, post rolls and overlays. Before we build, we are trying to figure out whether we should take a standard plug-in or a proxy plug-in approach. Does anyone know why we could choose one versus the other? Looking at the documentation, I feel like we could achieve similar functionality with either approach. From the player perspective, what would be more desirable and why?

Hi there,
I would use the vast approach, as opposed to using SerialElements. this way you can keep a lot of the logic within the one plugin. Would work better for disabling seeking and scrubbing for adverts.

Similar Messages

  • How to find a standard abap proxy?

    Hello,dear all
    We are integrating SAP POSDM and third party system with XI, the data flow is 3-rd party --> XI --> POSDM.The third party system will send a xml file to XI,XI convert it and send it to POSDM using IDoc. Idoc type is WPUBON,the process code is WPUB and the fuction module is /POSDW/IDOC_INPUT_WPUBON.
    Now we want to use ABAP proxy to send data to POSDM instead of IDoc.Do SAP system have the standard abap proxy to process the POS sales data like WPUBON Idoc? And how to use it?
    Appreciate for your answer!
    Many thanks,
    Jerry

    Hi,Dear All
    Thanks for your help.the  SAP POSDM system which based on BW system is new,and I can't find any document on SAP help website.It often used in retail industry but it is not a retail industy solutions.I have checked the https://service.sap.com/ibc,it seemed there isn't a scenario like this.
    Many thanks!

  • SAP Standard ABAP Proxy for PO 855 SRM-R/3

    Hi :
    855 PO Confirmation in R/3 from SRM
    Can I use the ABAP Proxy "PurchaseOrderConfirmation_In" to Confirm the PO response in SRM from R/3
    ( In R/3 i get a idoc formatted file as 855 from vendor and can do PO Confirmation uisng custom program in R/3).
    PurchaseOrderConfirmation_In is standard abap proxy out of the sap box  for the SRM-SUS integration.Sender Interface is PurchaseOrderConfirmation_Out(SUS) and receiver Interface is PurchaseOrderConfirmation_In(SRM) for the PO Confirmation for SUS-SRM scenario.
    The 855 file from vendor is in the form of IDOC structure and how to customize the file to be used in conjunction with PurchaseOrderConfirmation_In(as this is based on XML).
    How to Convert the 855 IDoc to XML format and feed  it to standard SAP Interface PurchaseOrderConfirmation_In  via XI ,if yes will this work and how??
    Thanks in advance..

    Hi Srivatsan,
    How are you?  Hope you remember me..We got a similar kind of requirement in our project. Do you have solution for this issue?
    regards
    Paris

  • Copy Standard ABAP Server Proxy-Re use?

    Hi:
    I have copied the sap standard server proxy "PurchaseOrderConfirmation_In" from the name space http://sap.com/xi/SRM/Procurement/Global to my own name space and created a Interface ZConfirm_in.
    The sap standard proxy PurchaseOrderConfirmation_In uses the code as below in method
      CALL FUNCTION 'BBP_SAPXML1_PCO_CREATE_IN'
        EXPORTING
          is_pco = input.
    So I copied the above code in my above Z interface of my method .
    Now the Z proxy is not working when I do the proxy--test interface with the payload .
    The payload works for sap standard proxy and goes inside the call 'BBP_SAPXML1_PCO_CREATE_IN'
    and so on and process the payload.
    The payload is not working for z proxy,it goes inside the call 'BBP_SAPXML1_PCO_CREATE_IN'
    and then to the method XI_PROCESS_CALL_APPLICATION and then to the error     CATCH cx_root INTO l_error..
    Any clues on how to copy the sap standard server proxy and re use it.
    Thanks in Advance..

    > I have copied the sap standard server proxy "PurchaseOrderConfirmation_In" from the name space http://sap.com/xi/SRM/Procurement/Global to my own name space and created a Interface ZConfirm_in.
    I assume that you have copied it in XI IR, haven't you? If yes, that's fine.
    > The sap standard proxy PurchaseOrderConfirmation_In uses the code as below in method
    >   CALL FUNCTION 'BBP_SAPXML1_PCO_CREATE_IN'
    >     EXPORTING
    >       is_pco = input.
    >
    > So I copied the above code in my above Z interface of my method .
    > The payload works for sap standard proxy and goes inside the call 'BBP_SAPXML1_PCO_CREATE_IN'
    > and so on and process the payload.
    > The payload is not working for z proxy,it goes inside the call 'BBP_SAPXML1_PCO_CREATE_IN'
    > and then to the method XI_PROCESS_CALL_APPLICATION and then to the error     CATCH cx_root INTO l_error..
    >
    > Any clues on how to copy the sap standard server proxy and re use it.
    > Now the Z proxy is not working when I do the proxy--test interface with the payload .
    In my view, first you should generate the proxy for  ZConfirm_in message interface by tcode: SPROXY. Then you should make a copy of implementing class of PurchaseOrderConfirmation_In to your Z-class. Next, change implementing class in your ZConfirm_in proxy from empty (just generated) to Z-class (copy of sap standard).
    It should work.
    Regards,
    Jakub

  • Re-Generation the Standard Proxy

    Hi,
    I am working on MM-SUS Integration, in this i added two fields
    Here Scenario is IDOC to Proxy (R/3 IDOC and SUS Proxy)
    But our client has a requirement to send some extra fields from R/3 to SUS These fields are not available in standard (IDOC & Proxy).
    So i added those two fields in Data Type Extension using the Standard Data Type. I have done the mapping also.
    when i went to SRM-> SPROXY there i am not able to re generate the proxy. when i right click on the interface it is showing only display proxy. Pl suggest me how can i re generate the proxy.
    Regards,
    Pasi

    Hi Pasi,.
    Please check the following points:
    1. Make sure you have suffecient rights to regenerate the proxies.
    2. Are you able to locate your enhanced data type in in the service interface in SPROXY..If not then Check the following links:
    Enhanced Data Type not visible in SPROXY
    [http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417800)ID1860688050DB10793060800788224324End?blog=/pub/wlg/4941]
    [Not able to see Enhanced Data type in SPROXY in SRM;
    3. Clear the cache using SXI_CACHE and relogin.

  • Business partner replication using ABAP proxy

    Hello,
    I want to send vendor master data records from the MDM to SAP SRM. There is a standard ABAP proxy interface in the SRM for this purpose and this proxy is also being used by the standard PI content for MDM.
    Do you have any experience with this interface? I have done some test cases and I missed the logging. In PI I don't get any feedback if the business partner has been created or not. And in case it was not, there is no detailed error description. Neither in SXMB_MONI in the PI nor in the SXMB_MONI in the SRM.
    Is there any other monitoring tool for this interface?
    Would you recommend to use this interface in production, or would you prefer to use the BAPI interface?
    Any comment appreciated.
    BR,
    Jürgen

    Hi Jürgen,
    yes I worked on a similar scenario, we were distributing customers to CRM, which is the dual of vendors in SRM, and at the end is just a different role of the business partner.
    The Proxy I used is the standard proxy ABABusinessPartner, which is part of the standard content, and we never had problem using this object (productive since more than a year).
    What is strange to me is that you do not see any trace in SXMB_MONI, you should see the message in both XI and SRM and when a message is in error you should see the trace there with a description of the issue.
    Regarding Acknowledgement I think you have to configure MDM to request an acknowledgement since the ack only comes back if the first sender of the message request it.
    Hope this help.
    Ciao,
    Sergio

  • Cannot Create PDF Acrobat 9.4 Standard Windows 7, 64 bit

    Hi,
    Currenlty my colleague and I have the same issue; we cannot create PDF documents using Acrobat 9.4 Standard or the office plug in, and there is no PDF printer available after the acrobat installation either.
    We are both using Windows 7, 64 bit version. I have checked and confirmed Acrobat 9 on Windows 7 64 bit with Office 2007 should be compatible.
    * When using the 'Create PDF from file' feature from Acrobat we get the following error: "Unable to find "Adobe PDF" resource files. Do you want to run the installer in repair mode?"
    I have run the installer in repair mode multiple times, same isssue occurs after this is done.
    * When using the Acrobat plug-in for office, for example in Word (we both use Office Professional 2007) and selecting 'Create PDF' it will prompt for a save location, after select save nothing happens, and there is no PDF file created in the save locaton.
    So far I have tried the following without any success:
    - Un-installing and re-installing acrobat, multiple times
    - running the acrobat application in compatability mode for Windows XP
    - attempted to create PDF files from older word versions i.e. .doc and .docx have the same issue
    - attempted to manually install PDF printer using the acrobat installation files - did not work
    * I am aware that Office 2007 will allow me to save a document as PDF, however we still need acrobat for the publishing quality and editing features.
    Any help or suggestions regarding this issue would be greatly appreciated :-)
    Kind Regards,
    Wade

    I understand what you are suggesting. I have two laptops the same model. AA works on one but not the other.  I do have office 7 and a 64 bit OS.
    Thanks for the help
    Jack Sherwood
    From: "Bill@VT" <[email protected]>
    To: Jack Sherwood <[email protected]>
    Sent: Sunday, July 10, 2011 8:21 PM
    Subject: Cannot Create PDF Acrobat 9.4 Standard Windows 7, 64 bit
    If you are running a 64-bit version of OFFICE 2007 (if one exists), that may be the issue. AA X did not work with that version until the most recent release as I understand it. Since you have AA 9.4, I am not sure of the compatibility of it with the 64-bit version. It is strange that the printer does not appear. It seems a few others have had similar problems and as I recall, someone made a suggestion to fix that recently -- though it may have been for AA X. You might search on 64-bit or such.

  • ABAP Proxy PARSE_APPLICATION_DATA ERROR

    Hi Guys,
    Can some one please help me to resolve this issue, XML --> ABAP proxy scenario. PI sent message successfully, but I am getting error  on SNC target system.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>
      <SAP:P1>Request Message</SAP:P1>
      <SAP:P2>CX_ST_DESERIALIZATION_ERROR</SAP:P2>
      <SAP:P3>/1SAI/TXSF8E9D07F84DB493AAA0A Line 3340</SAP:P3>
      <SAP:P4>An error occurred when deserializing in the simple transformation program /1SAI/TXSF8E9D07F84DB493AAA0A (Data loss occurred when converting 00900012300355698 Kernel ErrorId: CONVT_DATA_LOSS) XML Bytepos.: 529 XML Path: ns2:ProductActivityNotification(1)ProductActivity(2)Item(3)ShipToLocation(1)StandardID(2)</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during XML => ABAP conversion: Request Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/TXSF8E9D07F84DB493AAA0A Line 3340 An error occurred when deserializing in the simple transformation program /1SAI/TXSF8E9D07F84DB493AAA0A (Data loss occurred when converting 00900012300355698 Kernel ErrorId: CONVT_DATA_LOSS) XML Bytepos.: 529 XML Path: ns2:ProductActivityNotification(1)P An error occurred when deserializing in the simple transformation program /1SAI/TXSF8E9D07F84DB493AAA0A Data loss occurred when converting 00900012300355698</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks in Advance
    Regards
    San

    Hi  Folks,
    I have got application error while doing in Inbound proxy scenario. This inbound message is ProductActivityNotification, this message has got fault message. This message is triggering for faults. How to control this fault message or how to divert this error as an alert to RWB. Please give me your ideas step by step. Error as follows:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SAPGlobal20/Global">ProductActivityNotificationFault</SAP:ApplicationFaultMessage>
      <SAP:Stack>Application has thrown an exception</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please find the fault message has got following values
    <?xml version="1.0" encoding="utf-8" ?>
    - <n0:ProductActivityNotificationFault xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:RAS:/1SAI/TAS653D9A9CCD9A8EF3AF9B:701:2009/02/10">
    - <standard>
      <faultText>Proxy Class (Generated)</faultText>
    - <faultDetail>
      <severity>information</severity>
      <text>Start of inbound processing: ProductActivityNotification (ID )</text>
      <id>000(/SCA/BIF_PROACT)</id>
      </faultDetail>
    - <faultDetail>
      <severity>error</severity>
      <text>Message ID is missing</text>
      <id>032(/SCA/BIF_MI)</id>
      </faultDetail>
      </standard>
      </n0:ProductActivityNotificationFault>
    Will you please focus bit light on this error message please?
    Regards
    San

  • Application ERROR - Fault message Error in Inbound ABAP Proxy !!

    Hi Folks,
    I have got application error while doing in Inbound proxy scenario. This inbound message is ProductActivityNotification, this message has got fault message. This message is triggering for faults. How to control this fault message or how to divert this error as an alert to RWB. Please give me your ideas step by step. Error as follows:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!-- Call Inbound Proxy
    -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>Application</SAP:Category>
    <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SAPGlobal20/Global">ProductActivityNotificationFault</SAP:ApplicationFaultMessage>
    <SAP:Stack>Application has thrown an exception</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Please find the fault message has got following values
    <?xml version="1.0" encoding="utf-8" ?>
    - <n0:ProductActivityNotificationFault xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:RAS:/1SAI/TAS653D9A9CCD9A8EF3AF9B:701:2009/02/10">
    - <standard>
    <faultText>Proxy Class (Generated)</faultText>
    - <faultDetail>
    <severity>information</severity>
    <text>Start of inbound processing: ProductActivityNotification (ID )</text>
    <id>000(/SCA/BIF_PROACT)</id>
    </faultDetail>
    - <faultDetail>
    <severity>error</severity>
    <text>Message ID is missing</text>
    <id>032(/SCA/BIF_MI)</id>
    </faultDetail>
    </standard>
    </n0:ProductActivityNotificationFault>
    Will you please focus bit light on this error message please?
    Regards
    San

    Hi,
    Check your Source data is correct or not..beofr executing your scenario execute your inboud Proxy with valid data ,
    check below blog...
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    Regards,
    Raj

  • PI 7.0 ABAP Proxy Wrong Namespace after Client copy

    Hello,
    i am looking for an PI expert because we have some problems with a standard ABAP proxy interface.
    We use the FSCM Module and we send Credit Commitment Notification from a SAP ECC 6.0 to PI 7.0.
    We use the Interface CreditCommitmentNotification_Out and it works fine on the Development System (D46). But on the integration system (Q46) it doesn't work. The Q46 is build up from our production system (P46) by a system/client copy.
    We get the error:
    The payload include a wrong namespace for the proxy interface.
    wrong: xmlns:prx="urn:sap.com:proxy:P46:/1SAI/TAS7DF374ECCA722B654BFE:700:2007/10/04"
    correct: xmlns:prx="urn:sap.com:proxy:Q46:/1SAI/TAS7DF374ECCA722B654BFE:700:2007/10/04"
    I dont know why we get the wrong namespace. I check the transaction SICF, SPROXY and SXMB_ADM  and compare it with the customizing on our development system. I didnt find any gap.
    Please help me if you have some ideas what is wrong on our system.
    Regards
    Jürgen 8-))

    Hi,
    We experience the same problem after an upgrade from ECC 5.0 to 6.0
    How did you solve this?
    Ron

  • Post  R/3 plug-in problem

    Hi,
    Our BW system is currenlty on 2.1C and R/3 on 46C.
    We recently upgraded our Plug-in in R/3 from 2002_1_46C to 2004_1_46C but facing some problems.
    - The datasources 0ACCOUNT_TEXT , 0CO_AREA and 0COSTELMNT_TEXT are not extracting any data. It is showing '0' records in monitoring stating that there is no data in R/3 (though we have texts maintained in R/3).
      Am able to extract the attributes in BW for the above datasources.
    Surprisingly, in extractor checker (RSA3) in R/3 , am getting '0' records for above datasources.
    Before Plug-in, the data for the above texts datsources was getting extracted properly but post plug-in it has become worse with no data.
    I have already tried activating these datasources from RSA5 and generating it again in RSA6, but it didn't help.
    Your advice will be a great help to me.
    Rgrds
    Umesh

    Hi Umesh,
    Check the OSS Note:523500.
    I am attaching the note here:
    Up to plug-in 2002.1, the DataSources 0COSTELMNT_ATTR, 0COSTELMNT_TEXT, 0COSTCENTER_ATTR and 0COSTCENTER_TEXT did not always permit a selection using the following fields:
    Valid from and
    Valid to.
    Reason and Prerequisites
    Missing functions in the plug-in deliveries up to and including plug-in 2002.1.
    Solution
    1. The functions have been extended in the standard version as of plug-in 2002.2. Selection options are delivered for the DataSources via the fields in the standard version.
    a) To activate the settings, the DataSource definitions must be transferred again from the content using transaction RSA5 after plug-in 2002.2 has been implemented.
    b) The changed DataSource definitions must then be replicated in BW.
    2. Up to plug-in 2002.1, the SELECTION field can be set permanentlyto 'X' for the entries for the fields DATEFROM and DATETO for the respective DataSources.
    a) Contact Remote Consulting if you need support in this context.
    Bye
    Dinesh

  • Java Program in MDM to call a standard java class

    Hi All,
    In MDM- GDS, (Global Data Synchronization), we have a scenario where, once we register the Items , it will be transported to a Data Pool called 1SYNC through SAP PI.
    There is a standard Java PRoxy(Kind of java Class) in MDM, which will be triggered once we register the Item in MDM-GDS.
    That Java Proxy will send the Item INfo as a XML message to PI.
    So we would like to know whether its possible to automate this process.
    Like,Writing a new Java Program which will check all the new items and trigger the Java Proxy and send these items as XML Messages to PI.
    I m new to MDM. So it would be really helpful, If i could get some inputs on this. Like, is it possible in MDM. If so, how?

    Aarthi,
    you can acheive this from MDM itself, and need not to write any Java proxy.
    you may consider following logic.
    Create a field with the Name Status and Initilize it with Value "new". Now define syndicaiton Map to syndicate records which holds value "new" in the status field.  define a workflow with syndication step, using maps defined earlier. After syndication step, execute an assignment to change Status field value from "New" to "Syndicated".
    Revert back if any question.
    ~ Shiv

  • ISE acting as Radius Proxy Client?

    Hi,
    I have an issue where a remote company has there internal redius server and I have my ISE radius server.
    When there users come to my site, they can authenticate with my wireless and my ISE server proxies the request to there home site to be authenticated and tells me if I should allow them access or not.
    So standard radius proxy and it all works well when my ISE server begins the exchange.
    However if my staff go to there site the reverse is not working, they are proxying the requests back OK, and I can see on the firewall and router the incomming radius packets destined to my ISE server. But there is no recourd on the ISE server of ever reciving them and it all times out.
    Is tehre some thing I need to do to allow ISE to act as the client in a radius proxy set up?
    Cheers.
    Oh I am running version 1.2

    Hi Aaron,
    Check the Cisco ISE dashboard (Operations > Authentications) for any indication regarding the nature of RADIUS communication loss. (Look for instances of your specified RADIUS usernames and scan the system messages that are associated with any error message entries.)
    Log into the Cisco ISE CLI5 and enter the following command to produce RADIUS attribute output that may aid in debugging connection issues:
    test aaa group radius new-code
    If this test command is successful, you should see the following attributes:
    Connect      port
    Connect NAD      IP address
    Connect      Policy Service node IP address
    Correct      server key
    Recognized      username or password
    Connectivity      between the NAD and Policy Service node
    You can also use this command to help narrow the focus of the potential problem with RADIUS communication by deliberately specifying incorrect parameter values in the command line and then returning to the administrator dashboard (Operations > Authentications) to view the type and frequency of error message entries that result from the incorrect command line. For example, to test whether or not user credentials may be the source of the problem, enter a username and or password that you know is incorrect, and then go look for error message entries that are pertinent to that username in the Operations > Authentications page to see what Cisco ISE is reporting.)
    Note This command does not validate whether or not the NAD is configured to use RADIUS, nor does it verify whether the NAD is configured to use the new AAA model.
    The Cisco ISE network enforcement device (switch) is missing the radius-server vsa send accounting command.
    Verify that the switch RADIUS configuration for this device is correct and features the appropriate command(s).
    For more details please go through the following link:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/troubleshooting_guide/ise_tsg.html#pgfId-192989

  • Jpublisher - Consuming a Web service through a proxy with authentifiaction

    Hello,
    I use the command jpub to create packages in my DB for access the Web service. The Web service is accessible only behind a proxy server with authentication. I can not find options to specify the parameters jpub authentication proxy server.
    Command example :
    pub -u scott/tiger -sysuser sys/welcome1 -proxywsdl=http://webservices...?WSDL -endpoint=http://webservices.. -httpproxy=myproxy.com:80
    In this case, jpub unable to generate packages since it can not pass the proxy server.
    thank you for your help

    chrispi wrote:
    I use the command jpub to create packages in my DB for access the Web service. The Web service is accessible only behind a proxy server with authentication. I can not find options to specify the parameters jpub authentication proxy server.I do not see JPub in the topic that describes the subject matter of this forum. It says SQL and PL/SQL. Not JPub (whatever that may be)... And no - why should I use JPub to "generate" database packages when I have a keyboard, a brain, programming language manuals, and am perfectly capable of designing and writing code...?
    Command example :
    pub -u scott/tiger -sysuser sys/welcome1 -proxywsdl=http://webservices...?WSDL -endpoint=http://webservices.. -httpproxy=myproxy.com:80
    Standard http proxy syntax (supported by Linux o/s and others) is as follows:
    +http://[username:password@]proxy[:port]+
    E.g. (setting Linux shell environment variable for proxy access)
    export http_proxy=http://scott:[email protected]:80

  • Installing Plug-in for Adobe Flex in NWDS 7.1 EhP1

    Hi all,
    I'm using NWDS CE 7.1 EhP1. I want to develop application using Adobe Flex for Web Dynpro for Java.
    I have downloaded and installed plug named :- ActionScript WSDL Proxy Generator Plug-in 1.0.32
    But I am not able to see any change in my NWDS.
    I dont know whether what I did is correct or not ! Can anybody pls explain me how to start developing UI in Adobe Flex for WDJ?
    This is the PDF I'm following to install plug-in:-
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20536f87-b5a1-2a10-06ad-c15369468e0e
    I am stuck at step 1.3 (page-4). I am able to see ActionScript proxy generator plug-in in my NWDS's plug-in list. But I am not able to get line :-
    locate the ActionScript WSDL Proxy
    Generator Plug-in there (plug-in id: com.sap.flex.ws.proxygen.ASProxyGeneratorPlugin).
    I am not able to generate anything there.. Also I went ahead with Step-2 and I am able to see project "Runtime" in my Resource perspective.. What is to be done next?
    Pls help.
    Thanks and regards,
    Amey Mogare

    Marking it answered due to no replies for long time. And we can post maximum 10 OPEN questions on SDN !

Maybe you are looking for

  • Multiple sample rate question

    I have one project with edits of different files all over the place recorded at 44.1 kHz. I have another project with edits all over the place recorded at 88.2 kHz. I wish to combine all tracks from these two projects. I realize I will need to conver

  • Files are correctly rotated in bridge and preview, but sideways in CS3

    Could not find a thread for this and I am sure the solution is simple but it is driving me crazy. When in CS2 my upright portrait files showed the same orientation in bridge and photoshop, but now that I am in CS3 extended, they appear the right way

  • Not able to open PDF files from Web

    Sometimes reader 9.3.1 in IE on Windows 7 stops working and it is not possible to display any more PDF files from web. Reinstall helps for a while. By looking into running programs I found the acrobroker.exe starts and immediatelly shuts down. After

  • Trim Whitespace.vi - remove unused polymorphic VI instances

    Hello All From some time while building the exe file I have started to receive the error: Error 1073 occurred at E:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\Utility\error.llb\Trim Whitespace.vi Possible reason(s): Application Builder: Un

  • Poor Runtime (Client) with many free characteristics

    Hi all, We are running BW 3.5 with BEx Analyzer (Office 2003). Most of our queries have quite a lot of free characteristics (up to 50). However, the initial view of all queries is rather small (usually less than 30 cells in result area). For some rea