Re-use of XSL from existing middlware to PI 7.1

Hi Friends,
I am working on SAP BC to PI7.1 migration project, existing SAP BC envirement we using XSL Mappings ,we aretrying to reuse same XSL  in PI??
but my question is its posible to re-sue same XSL in PI?? thease XSL using XALAN Parsing,
any changes required in XSL's to work fine in PI7.1.
(i worked on one project WebMethods to XI migration at that time we used same XSL in XI ,it works fine.)
Regards,
Raj

Hi,
basically XSLs and XSLTs are reusable. In PI you just need to make sure your source and target message structure are the same that were used in BC. You can also reuse the XSD structure definitions from your BC in the PI if they are available.
Regarding your "XALAN" I am not quite sure. You may give it a try and check for 1 XSL in PI. Normally PI uses it's own parser but external one's should be usable as far as I know.
Regards,
Kai

Similar Messages

  • When using Iphoto to import photo from existing folder, what happens if I delete the photo in Iphoto ? Will the original file in the folder be deleted too?

    When using Iphoto to import photo from existing folder to iphoto, what happens if:
    1. I delete that photo in iphoto? will the original file in the folder be deleted too ?
    2.  when importing, does the hard disk store 2 versions of the photo, hence occupying additional space in the harddisk?

    1 - no  --  iPhoto only manages fiel within the iPhoto library - it does not ever do anything with files outside the library
    2 - No idea what you are asking - by default (and strongly recommended) iPhoto copies the original to the iPhoto library and you delete the source file outside the iPhoto library - iPhoto alwasy has at least two versions of every photo and some times three - it always have the original, a thumbnail and once a photo is modified a preview - this is not optional - if it is not what you want then iPhoto is not the correct progrtam to be using for phopto management
    LN

  • Can I use FormsCentral when creating a form from existing document?

    Hi,
    I am trying to make a template in Formscentral. I want to use a picture with our corporate design for forms. I can change that in a PDF, but if I want to use that in FormsCentral, The picture is not paper wide (as it should), but leaves white margins an header and footer. But if I try to make a form and chose 'from existing document' I seem to not be able to end up in FormsCentral. What am I doing wrong?
    Isabella

    Hello George,
    How do I upload a PDF to the FormsCentral service? Wil I see that form then in My Forms or in the the standard templates list? I want to be able to re-use a collored PDF with no fields in it. I use this one to make several forms which will all look the same in the background.

  • Which interface to use to get the bleed parameters from existing document

    Hello,
    I have an Indesign document having a page with the bleed parameters set and I have to create new pages with the same bleed values.
    Which is the  interface that I should use to get the bleed values from existing page and set the same to the new pages.
    I used a few interfaces given in API support doc, but I am not able to get the bleed values using them. I used GetBleedBox() of INewDocCmdData interface without success.
    Can anybody tell me a proper way to use this interface to get the bleed values and then set those values or is there another more relevant interface?
    Thank you.
    Regards,
    Yogesh Walke

    Your question already been answered.
    http://forums.adobe.com/message/1302929#1302929

  • How to retrieve and use an XSL file from CLOB field

    I am using Java to query my data and return XML formatted data. I am able to format this data using an XSLStylesheet file. But I want to instead use an XSL Stylesheet stored in a clob field.
    I have an XSL file stored in a clob field. How can I retrieve and use it to initialize an XMLDocument and then create an XSLStylesheet.
    Thanks for your help,
    Les Smith

    I think this question has been raised before. Try searching this forum.

  • 11.1.2.3, clean up member from existing UDA's, members should have no UDA at all.

    Hi,
    (Essbase 11.1.2.3)
    I want to clean up member (Account) from existing UDA's, so that in the end there are no UDA at all.
    The docu says:
    "Note:To remove a UDA value, use Enable UDA changes, and, in the data source, leave the relevant UDA field blank"
    https://docs.oracle.com/cd/E24674_01/epm.1112/eas_help/frameset.htm?ruleuda.html
    However I can not make it...
    Tried the following in the data file: (I have not tested it with a SQL source yet)
    Member(level0), UDA(level(0)
    K12345 <tab>
    K12345 <tab> ""
    K12345 <tab> <blank>
    K12345 <tab> " "
    K12345 <tab> <blank> <tab>
    K12345 <tab> " " <tab>
    Also changed the separator from <tab> to ";" and tried all of the obove again.
    I alway get the "Success" message after the Dim load, however the already existing UDA's still remain. When I give it a "dummy" UDA (e.g. "noUDA" in the data file these UDA value replaces the existing (one or many). However I dont want such "dummy" stuff in the otl.
    Has someone a hint?
    Thanks in advance!
    Andre

    Hi Andre - I just tested this with a parent-child file against the Market dimension of Sample.Basic in 11.1.2.3.505, and it worked for me leaving it blank. Structure of the file was:  Parent     Child     UDA
    In the global Dimension Build Properties I selected Market then checked 'Allow Property Changes' and 'Allow UDA Changes'.
    In the UDA field's Dimension Build Properties I set the dimension to 'Market', field to type UDA, and I also checked 'Delete when the field is empty' (it's all the way at the bottom of the field properties list, below 'Ignore Field for Dimension Build').
    Since you don't mention it, I wonder if you missed that last step?

  • HT204053 We both use the same iPad my father and I as of today, because I am using it too from now on, but each time the ID & Password pops up it ask for his, how can I access mine, so it's my account and financials being used. Thanks to any of those gift

    We both use the same iPad my father and I as of today, as is letting me use it too from now on (sweet! ), I do not want to make a mistake and accidently use my father's ID & passwords (dohh ), but each time the ID & Password pops up it ask for his (???), how can I access mine, so it's my account and financials being used. Thanks to any of those gifted with this knowlegde... AMAKANGAROO

    In order to reliably save the info and be able to restore at a later date, you would need to use his AppleID.
    Switch to it on iTunes, back the iPad up and confirm the backup exists (Preferences / Devices), then switch to yours, wipe the iPad and start afresh. Will also wipe his apps, as they are tied to the AppleID as well.

  • Using an "if not exists" command with a folder on an SMB share

    I'm trying to use an "if not exists" command on a folder which is stored on a mounted smb share..
    This part of my script is supposed to check if a folder exists and;
    If it does - Skip to the next part of the script
    If it doesn't - Create the folder.
    At the moment it either errors saying that the folder doesn't exist or doesn't create the folder.
    I can get this script to work fine using local folder paths but I want to do it on an SMB share..
    Here's my script.
    Many thanks in advance.
    Martin
    set username to (do shell script "whoami")
    set Media to " Media Files"
    mount volume "smb://172.22.8.23/macmedia$"
    tell application "Finder"
    if not (exists ("smb://172.22.8.23/macmedia$/" & username as text) & Media as text) then
      make new folder at "macmedia$" with properties {name:(username as text) & Media as text}
    end if
    end tell
    tell application "Finder"
    set mnt to ("smb://172.22.8.23/macmedia$/" & username as text) & Media as text
    try
      mount volume mnt
    end try
    eject "macmedia$"
    end tell

    Hi Camelot,
    Thanks a lot for that the script's working as it should now..
    I'm still having intermittent problems on some clients where it will only map the root volume "macmedia$" and freeze there.. This is a problem as they can then see and access everyone elses folders from there.
    Do you know of a better/cleaner way to do what I'm trying to acheive? All i'm after is mapping an additional drive for student's so they can save larger files to our media server within their own folders.
    Is there a way of checking if a folder exisits within an smb share without mounting the volume? Just trying to think outside of the box a bit..
    Here's my new script;
    set username to (do shell script "whoami") & " Media" as text
    mount volume "smb://172.22.8.23/macmedia$"
    tell application "Finder"
              if not (exists folder username of disk "macmedia$") then
      make new folder at disk "macmedia$" with properties {name:username as text}
              end if
    end tell
    tell application "Finder"
              set mnt to ("smb://172.22.8.23/macmedia$/" & username as text)
              try
      mount volume mnt
              end try
              eject "macmedia$"
    end tell
    Many thanks,
    Martin

  • Can i transfer data from existing apple ID to my  new apple ID?

    i currently have a Ipad 2 registered under an Apple ID ( with my son 's email address),
    bought a new Ipad Air,  would like to set up the new iPad Air  under a new Apple ID ( my email address)
    how can i transfer the data from Ipad 2 ( from existing Apple ID with my son's email address )  t  new Apple ID that I will set up based on my
    own email address
    ectogo

    This is why it is important to have backups of your media and other important files.
    The Windows computer will not be able to read the files on the iPod because of the formating (at least that is my understanding).
    The iPod will need to be formated to work with Windows.  The only way to do this is to wipe the device.
    If you do not have a backup, do you know someone else with a Mac?  What you might be able to do is copy your music from the iPod to their Mac or a USB drive via their Mac.  Then you may be able to simply copy that music from the USB drive to your windows computer.  Do not take my word on this... I am only speculating about possibilities.  I do not own a Mac and have never used one, so not entirely sure this would work.

  • Unable to Create Entity Model from existing oracle database

    Hi,
    I am using Visual Studio 2013, .net framework 4.5, entity framework 5.0 and oracle 11g database.
    Issue Description: I need to develop WCF service to exposing the account information which needs to get the data from 20 oracle tables. Trying to create entity model from existing oracle database. first i tried creating just two tables it
    was created but it took more than 30 minutes. then i selected remaining few tables it took more than a days but nothing created just showing spinning the wheel. then i tried with fresh project and selected all the tables but same issue nothing created and
    also there is no error. during this process i checked database query monitoring there is a big sql statement collection tables metadata. i don't know what was wrong the query taking too much time to complete the  process.
    we tried multiple machine and different oracle database all are same issue.
    Sql server database -looks good no issues.
    Any help/tips/ideas welcome to overcome this issue.

    Hi Sakthimp,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue only occurred with oracle database, moreover Oracle developed the Entity Framework for Oracle itself, I suggest that you can consult your issue on Oracle forum/community:
    you will get better solution and support there.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Share new pdf created from existing online pdfs

    Is a solution in the works to be able to create new pdf books from existing individual pdfs online? Let's say I have individual pdfs for each of my recipes, but want to create a book online to share of just my desserts. Without sending each pdf share using an individual email, can this be done?
    Absolutely love the interface and where Adobe seems to be going with this.
    Thanks,
    James

    Hi,
    Thanks for your post. In order to combine multiple PDF's into one, you need the desktop version of Adobe Acrobat. We don't currently have plans in the works to add this feature to Acrobat.com, but I will share your feedback with the team. You could also visit our Ideas site and promote this idea - we actively use the Ideas site to prioritize the roll out of new features.
    Best,
    Michelle

  • How to generate doc/lit/wrapped services from existing wsdl?

    Hello,
    I am using workshop 10.1 to generate webservices from existing wsdl files from workshop 8.1. The existings webservices are based on an xmlbean utility project.
    When I generate the webservice from the existing wsdl file it generates automatically services with doc/lit/bare operations. I found in the known issues that this combination is not supported in combination with xmlbeans.
    See: CR283457
    XBeans are not supported as parameters or return type for doc/lit/bare operations.
    Use of Xbeans as a parameter or return type with doc/lit/bare bindings is not supported in operations or callbacks and will result in a failure during deployment.
    Platform: All
    Workaround: Use doc/lit/wrapped for services that use XBeans as parameters or return types.
    The workaround state to use doc/lit/wrapped for services. My questions is how to do that since workshop has all control over the generation of the webservices? ?:|
    Thanks in advance,
    Martijn Baels
    Software Architect
    www.leanapps.com

    Hi Martijn
    If you do generate web service from the wsdl on a 9.2 project, it always uses jax-rpc types and there's no xmlbeans involved.
    If the wsdl is in the schemas folder and the xmlbeans builder is on, then you also have xmlbeans types created by the builder they aren't being used by the web service. You will still have problems, because some of the xmlbeans types may conflict with the jax-rpc types.
    so when we generate webservice from a wsdl it will never use xmlbeans type, even if the xml builder is on, because WLS doesn't support start from wsdl with xmlbeans types.
    Can you please attach the wsdl and the steps so I can replicate and see the issue?
    Thanks
    Vimala

  • Xrpcc: Generate stub from existing WSDL

    Hi, I have an error when generating stub from existing WSDL using xrpcc tool.
    Anyone know what is the problem? Thanks!
    The error message:
    warning: ignoring operation "registration": more than one part in input message
    warning: ignoring operation "checkRegistration": more than one part in input message
    warning: Port "AccountManagementService" does not contain any usable operations
    warning: ignoring operation "registration": more than one part in input message
    warning: ignoring operation "checkRegistration": more than one part in input message
    warning: Port "AccountManagementService" does not contain any usable operations
    Note: sun.tools.javac.Main has been deprecated.
    1 warning
    The WSDL file:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions
    name="serverone.paymentofgovbill.service.useraccount.AccountManagementService"
    targetNamespace="urn:serverone.paymentofgovbill.service.useraccount.AccountManagementService"
    xmlns:map="http://systinet.com/mapping/"
    xmlns:ns0="http://systinet.com/xsd/SchemaTypes/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="urn:serverone.paymentofgovbill.service.useraccount.AccountManagementService"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://systinet.com/xsd/SchemaTypes/"
    elementFormDefault="qualified"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="http://systinet.com/xsd/SchemaTypes/"
    xmlns:map="http://systinet.com/mapping/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:ns0="http://systinet.com/xsd/SchemaTypes/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <xsd:element name="p0" type="xsd:string" nillable="true"/>
    <xsd:element name="p1" type="xsd:string" nillable="true"/>
    <xsd:element name="string_Response" type="xsd:string"
    nillable="true"/>
    <xsd:element name="int_Response" type="xsd:int"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="AccountManagementService_registration_1_Request">
    <wsdl:part name="p0" element="ns0:p0"/>
    <wsdl:part name="p1" element="ns0:p1"/>
    </wsdl:message>
    <wsdl:message name="AccountManagementService_checkRegistration_1_Request">
    <wsdl:part name="p0" element="ns0:p0"/>
    <wsdl:part name="p1" element="ns0:p1"/>
    </wsdl:message>
    <wsdl:message name="AccountManagementService_checkRegistration_Response">
    <wsdl:part name="response" element="ns0:int_Response"/>
    </wsdl:message>
    <wsdl:message name="AccountManagementService_registration_Response">
    <wsdl:part name="response" element="ns0:string_Response"/>
    </wsdl:message>
    <wsdl:portType name="AccountManagementService">
    <wsdl:operation name="registration" parameterOrder="p0 p1">
    <wsdl:input
    message="tns:AccountManagementService_registration_1_Request"/>
    <wsdl:output
    message="tns:AccountManagementService_registration_Response"/>
    </wsdl:operation>
    <wsdl:operation name="checkRegistration" parameterOrder="p0 p1">
    <wsdl:input
    message="tns:AccountManagementService_checkRegistration_1_Request"/>
    <wsdl:output
    message="tns:AccountManagementService_checkRegistration_Response"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="AccountManagementService"
    type="tns:AccountManagementService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
    style="document"/>
    <wsdl:operation name="registration">
    <map:java-operation name="registration"
    signature="KExqYXZhL2xhbmcvU3RyaW5nO0xqYXZhL2xhbmcvU3RyaW5nOylMamF2YS9sYW5nL1N0cmluZzs="/>
    <soap:operation
    soapAction="urn:serverone.paymentofgovbill.service.useraccount.AccountManagementServiceAccountManagementService#registration#KExqYXZhL2xhbmcvU3RyaW5nO0xqYXZhL2xhbmcvU3RyaW5nOylMamF2YS9sYW5nL1N0cmluZzs="
    style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="checkRegistration">
    <map:java-operation name="checkRegistration"
    signature="KExqYXZhL2xhbmcvU3RyaW5nO0xqYXZhL2xhbmcvU3RyaW5nOylJ"/>
    <soap:operation
    soapAction="urn:serverone.paymentofgovbill.service.useraccount.AccountManagementServiceAccountManagementService#checkRegistration#KExqYXZhL2xhbmcvU3RyaW5nO0xqYXZhL2xhbmcvU3RyaW5nOylJ"
    style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="AccountManagementService">
    <wsdl:port name="AccountManagementService"
    binding="tns:AccountManagementService">
    <soap:address
    location="http://localhost:6060/AccountManagementService/"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    The JAXRPC spec. section 6.2 states:
    "All message parts (either parameter or return value) appear inside a single wrapper element, which is the first child element of the SOAP Body element." For this to work with Doc/literal operations, all messages can contain only a single part.

  • How to Create WebService (the Server, not Client) from existing WSDL

    Does anyone have any suggestions on how to create a WebService from existing WSDL.  I have been asked to implement a WebService (the Server) based on WSDL from a standards based consortium.  I have created several WebServices in the past and the generated WSDL under my control.  Does Axis WebServices generate WebService service stub Java code?

    Hai
      you can create stubs for AXis webservices also
      for help use the following link
    http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page1

  • Use of DUAL vs Existing table

    I need to generate the following data which will be used for comparision with another huge table with a date field.
    end_date     start_date
    3/31/2010     4/1/2010
    4/30/2010     5/1/2010
    5/31/2010     6/1/2010
    6/30/2010     7/1/2010
    7/31/2010     8/1/2010
    8/31/2010     9/1/2010
    I have come up with two options and wondering which one is better.
    Option 1: /* using DATE dimension */
    I have a date dimension with one of the fields with the calender month as 200501, 200502, 200503 so on.
    select
    trunc(to_date(cal_period,'yyyymm'),'mm')-1 as end_date,
    trunc(to_date(cal_period,'yyyymm'),'mm') as start_date
    from date_dim
    group by
    cal_period
    having
    cal_period > to_char(ADD_MONTHS(SYSDATE, -6),'yyyymm') and cal_period <= to_char(sysdate,'yyyymm')
    order by 1
    Option 2: /* using DUAL */
    select
    add_months(trunc(sysdate,'MM'),level-6)-1 end_date,
    add_months(trunc(sysdate,'MM'),level-6) start_date
    from
    dual
    connect by level <= 6
    Is it good to refer DUAL in sql or PL/SQL? OR use one of the existing tables to get the above result.
    The explain plan for optoin 2 shows its using FAST DUAL which is good but are there any drawbacks of using DUAL in PL/SQL?
    Please let me know if there are better ways to generate the above data for comparision purpose.
    Thanks in advance.

    Thanks Justin for the quick reply.
    sql query and dual table
    In the above link Karthick says - "Dual table is physically stored. But starting from 10g (I guess) they indroduced the FAST DUAL access path. Which means if you use the DUAL table not to get the value from the table and only to select a constant value then it will not hit the actually table"
    I want to generate constant date values so it doesn't matter if the table in use is from dual or date dimension. But as you mentioned by specifying the actual table it gives more meaning to it but in terms of performance isn't DUAL better to generate constant data rather than quering the date dimension?I will be using this output to join with a huge table for date comparision.
    Which one would be a better approach in terms of performance & writing optimal sql code?
    Appreciate your input.
    Edited by: user10541890 on Sep 28, 2010 8:29 AM

Maybe you are looking for

  • I cannot find my partner portal

    I have not logged in for months. I try to log in then it forced a password reset - ok I did that then it would not accept me new password so I reset the password again. Then it worked !!! When I login to the partner portal url, using the login link a

  • DSL line analysis

    This is a rather technological question but do the engineers at verizon have the ability to analyze the DSL line for say the past 3-4 months to determine if in fact audio and video(increase packets of data---moreso than just telephone conversations)

  • GR Processing Time and Delivery Time not coming in CS11 Output screen

    Hi, I am executing a BOM explosion report using CS11. In the CS11 report output I added columns for GR Time and Delivery Time using change layout option. After changing layout when I see the details in columns of GR Time and Delivery Time all the val

  • ME21N, ME22N, ME23N call ME12 instead of ME13

    Hi Our users would like to be able to go from ME21N, ME22N, ME23N and directly to ME12, so that they can make changes in the info records. As standard the transaction codes ME21N, ME22N, ME23N calls up ME13 which is display mode of the info recrod. I

  • Where to Install ODI for ERPI

    I have the following on 11.1.2: Box1: Foundation, Planning Box2: ERPI I want to load data from the GL into Planning using ERPI. My question is where do I install ODI ? On Box3, the ERPI box? or Box 1, the Planning box? Also can I use an ODI Server wh