Soap transformation example for Service Link

soap transformation example for Service Link
RC2008.3
Oracle 10g
Websphere 61
IE6 & IE7
Does anyone have a transformation example of a SOAP?
I have been trying to build my trandformation, but I either get a NULL output or all of the data from the newScale output.
Thank you
Daniel
Safeway

Hi Daniel, I've attached two sample XSL files, an outbound and inbound. As you may already know, the 'payload' of the outbound XML depends on what's required by the external endpoint (3rd party system you're connecting to).

Similar Messages

  • Example for Service Account API's usage

    Hello,
    Can anybody provide an example (a small class) on how to use the service account API's in order to move a resource from one user to another?
    Regards,
    Adrian

    You can use the following API to turn the instance into a Service Account type.
    changeToServiceAccount(long plObjectInstanceForUserKey) -> You should be able to map the Process Insance Key for this value.
    Once the instance is made into a service account type, you can use the following code to move it to another user:
    moveServiceAccount(long plObjectInstanceForUserKey, long plTargetUserKey) -> Again provide the Process Instance Key and the User Key of the target user and it will move the resource instance from the current profile, to the new users profile.
    -Kevin

  • Three way match for Service PO

    Is it possible to do 3-way match on Invoices for Service PO.
    I am able to do 3 way match on Invoice for goods PO, but when I create Invoice for Service PO it does not check the Service confirmation.
    Example for Service PO of 100$ when Service confirmation is done for 40$, I am able to process Invoice in R/3 for 100$ instead of 40$ for which confirmation has been done.
    I am SRM 4.00 ECC 5.0 with ECS.
    Thanks
    Venkatesh

    Hi Venkatesh,
    We are also having a similar requirement. We need 3 way match for service PO's in R/3 in Extended Classic scenario.
    I have couple of questions for you
    1. Are you able to trigger service entry sheet in SAP backend from the Service confirmation in SRM?Is this happening in standard automatically when you create and save the confirmation?
    2. When the service entry sheet is created in backend (replicated from SRM), does the GR also get created automatically?
    3. Were you able to fix your issue with 3 way match and able to do ERS for Service PO's?
    Regards,
    Srivatsan

  • PAPI Web Service (PAPI-WS) Example for Oracle BPM Enterprise Standalone

    Here is the location of a step-by-step explanation on how to use PAPI Web Service (PAPI-WS) to create a work item instance and then run the instance inside an activity in a process running on Oracle BPM Enterprise Standalone.
    http://www.4shared.com/file/128249957/9bd6ef61/PAPI-WS_for_Oracle_BPM_Standalone.html
    Be sure to use the project that is in the zip file for this example.
    To see how to invoke PAPI-WS when using Oracle BPM Studio, go to this thread: PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
    If you need a step-by-step example of how to use PAPI (the Java API) go to this thread: Creating a new work item instance in a process using PAPI
    Hope this helps,
    Dan

    Dan,
    I tried in both studio and Standalone.
    From Studio :*
    1. The Url for the Webservice is (http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl). From studio by default port number was 8585.From this studio wsdl URL(http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl),I did n't see any wsdl text in the browser.
    From Standalone :*
    1. In BPM Admin Center, I have selected *"PAPI Web Services"* check box(Page 5 of your document).
    2. In The BPM Admin Center, I have clicked on *"Start BPM Web Applications"*.
    3. After Stand alone server started *"Launch PAPI WebServices Console"* link was enabled,And I clicked on that link.It opened a browser with URL (http://localhost:8686/papiws/PapiWebService)
    Oracle® BPM PAPI Web Services
    Service Name 'PapiWebService'
    Style: Document Literal Wrapped
    SSO Enabled: false
    WS-Security UsernameToken Profile Authentication Enabled: false
    HTTP Basic Authentication Enabled: true
    Preset Authentication Enabled: false
    MTOM Optimization for attachments Enabled*: false
    Endpoint: http://localhost:8686/papiws/PapiWebServiceEndpoint
    WSDL: http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl
    I have copied wsdl URL(http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl) and pasted it into a browser's URL field.I did n't see any wsdl text in the browser,but I see following error
    HTTP Status 404 - Servlet PapiWebServiceServlet is not available
    type Status report
    message Servlet PapiWebServiceServlet is not available
    description The requested resource (Servlet PapiWebServiceServlet is not available) is not available.
    Apache Tomcat/5.5.15
    Edited by: Prabhasankar on Dec 24, 2010 9:10 AM

  • HOW TO CREATE SERVICE FOR SENDER SOAP COMMUNICATION CHANNEL FOR ECC PROXY

    Hi Experts,
    I need generate the service for sender soap communication channel for target url to receive the  inbound proxy.
    my scenario is like SOAP to proxy. while using  receiver proxy also we are planing using AAE method .
    i am using SOAP sender and SOAp receiver communication channel .i need to provide the target url for this communication channel.
    how to generate the url for this and what is the transaction code .
    Please help us.
    Regards
    Ravinder.S

    Hi Ravinder,
    Q.my scenario is like SOAP to proxy. while using  receiver proxy also we are planing using AAE method.
    SOAP to Poxy in this case.
    For sender  SOAP system, we can generate the WSDL link in ID part.
    for Reveiver proxy give the integration engine URL.
    http://IP:PORT/sap/xi/engine?type=entry
    how to generate the url for this and what is the transaction code
    There is no transaction code for generating the URL.
    i hope this will help.
    Regards,
    Kesava.

  • Advanced Quick Link for services

    Hi to all!
    I need to customize Quick Links for services.
    For example, if the employee has not recorded the working hours, the quick link is shown: "You have recorded 20 hours from 40!".
    Please let me know how to do that.

    Hi, Bala!
    Should I use the HRXSS_SER_GETMENUDATA to ABAP-developing, or there is a way to customize it? And where can I find the manuals (documentation) about  Quiсk link and fm HRXSS_SER_GETMENUDATA?
    Thank!

  • Soap handlers not getting invoked for service control

    Is it possible to attach soap handlers to the service control generated from a wsdl file.
    The below link shows that we can add handlers to a service control but it doesn't work for me
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    Below is the code I am using to declare the handler
    * @jc:location http-url="https://rrad.carrierzone.com/rrad/server.php"
    * @jc:wsdl file="#RRADServiceWsdl"
    * @jc:handler callback="WebHostingHandler" operation="WebHostingHandler"
    public interface rradsslControl extends com.bea.control.ControlExtension, com.bea.control.ServiceControl
    Everything works perfect If I add a soap-handler to a webservice
    Thanks,
    Sridhar

    Sridhar,
    WLW doesn't support SOAP message handlers on messages that arrive via HTTP GET. If you are using the test console you need to use the Test XML page instead of the test form page
    Additional info is available at http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/getstarted/conSOAPHandlers.html
    Also when referring to Workshop docs links, please use the URL listed at the bottom of the page. The URL from the browser address bar will also be http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    Cheers
    Raj

  • Object Services Attachements for URL Links

    Hi Guru,
      I have to create interface for Object Services Attachments for URL links.
    Scenario is
    Drad Table:
    DOKOB = PTRV_HEAD
    DOKNR = 0000000000000001000000000098
    objky = 0050000088\
    Draw Table:
    doknr = 0000000000000001000000000098
    filep: rgenbust:/DCTM370097578000AD0C
    Create object service url attachment with:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId=
    appended to FILEP after the /
    to make a link of:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId= DCTM370097578000AD0C
    I unable solve this issue can any help with the source code.
    I need to create program with scratch. Can any body tell me how to start the program. First which table i need to read. How to retrieve URL append to FILEP field. I would appreciate if any body help.
    Thanks
    Ashraf

    Hello,
    See hyper-links below:
    [How-To: Offline approval - Logon link does not work|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-Logonlinkdoesnot+work]
    [KBA 1511180 - The hyperlink in the offline approval email is incorrect|https://service.sap.com/sap/support/notes/1511180]
    Regards.
    Laurent.

  • I'd like step by step instructions on Ipodtouch setup after establishing itunes account which I already have. For example, which service,app downloads,etc.

    I'd like step by step setup for iPodtouch after setting up iTunes account which I already have.For example, how to setup the screen with the necessary screen icons ,camera ,music ,mail, etc. I'm at the stage where it asks for service to choose from and I don't know which service to answer with.

    I do not know what you mean by service?
    Tyt downloading/reading the manual
    iPod touch User Guide (For iOS 5.0 Software)

  • PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio

    Here is the location of a step-by-step explanation on how to use PAPI Web Service (PAPI-WS) to create a work item instance and then run the instance inside an activity in a process running on Oracle BPM Studio.
    http://www.4shared.com/file/128256802/f20abc7a/PAPI-WS_for_Oracle_BPM_Studio.html
    Be sure to use the project that is in the zip file for this example.
    If you need an example of how to use PAPI-WS on Oracle BPM Enterprise, go to this thread: PAPI Web Service (PAPI-WS) Example for Oracle BPM Enterprise Standalone
    If you need a step-by-step example of how to use PAPI (the Java API) go to this thread: Creating a new work item instance in a process using PAPI
    Hope this helps,
    Dan

    Hi,
    Is there any sample code showing PAPI-WS with VS 2008? AFAIK, there is a sample using VS 2005 and WSE 3.0, but I'm interested in using VS 2008/WCF.
    Regards,

  • Info./links for service type PO process

    Could anyone who has a links or useful references (other than the help.sap stuff) on the process and config. steps for service type POs please provide them.
    Thanks,
    Nick

    Hi,
    The below link may explain the process.
    http://sapmm.wordpress.com/category/service-master/
    Regards,

  • Services for WBS - Links on the WebDynpro don't work

    Hi SDN,
    please, can anyone help me with the links for WBS Service on the Account Assignment for Projects ?
    I had no success on searching for this answer on the SDN.
    The web Links on the screen are not set up for the services.
    1 - Open a Project in cProjects
    2 - Select Accounting tab
    3 - Click on any Account Assignment Element
    4 - On "Services for WBS" screen, click on any Service.
    An ITS (SAP GUI for HTML) window should open, with relative transaction for the selected WBS Service.
    However, nothing happens.
    We have an environmet where it works, and the link points to the following address:
    http://server.company.domain:8000/sap/bc/gui/sap/its/webgui/!?MESSAGESERVER=SERVER.COMPANY.DOMAIN&PROJ-PSPID=PM/6728&PRPS-POSID=PM/6728&OKCODE=UCCOST&~TRANSACTION=CJ9ECP&sap-client=400&sap-language=EN
    But on the environment where it's not working, there is only this in the reference of the link:
    https:///scripts/wgate/webguiPROJ-PSPID=PM/101&PRPS-POSID=PM/101&OKCODE=UCCOST&TRANSACTION=CJ9ECP&=&=
    Please, where can I configure these links, so that the new window is called pointing to the HTML SAP GUI, when a Service is selected ?
    Many thanks,
    Fabio

    Hi Fabio,
    Please check the Service SAP GUI for HTML is active for the environment in which it ia not working, Tcode to access the service is : SICF.
    Please take help of your basis person for the same.
    Secondly,
    There are certain customizing settings also to be done.
    1) In IMG activity : Make settings for calling an SAP transaction under Object link in SAP system, for activity :Alias for the Web Server of an SAP Transaction, enter the Web server Alias and assign Web server address to your Alias.
    2) In IMG activity, make settings for the linked SAP Objects under Object link in SAP system, select  0WBSELEMENT object and in its details view check in Destination field the RFC is defined or not (If your cProjects and R/3 are on same system then your RFC will be NONE), and for the field Web server defiine Alian for your web server which you created in previous step.
    3) For IMG activity Define Object Links for Accounting Integration under Accounting Integration, for object type 0FIN_INT_ERP_PS, define destination and Web server as mentioend in point 2.
    Hope this will resolve your issue.
    Reagrds,
    Niraj
    Edited by: Niraj Sikligar on Mar 18, 2010 5:34 PM

  • Just looking steps for Lenovo and HP each model example what is link to download the driver files

    DELL offers cab file and lenovo,HP what type of driver files just looking steps for Lenovo and HP each model example what is link to download the driver files and other settings used in task sequence or package

    This should help you out:
    Lenovo: http://support.lenovo.com/en/documents/ht074984
    HP:
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/55/HP-takes-the-next-step-and-provides-ready-made-driver-packages-for-MDT-and-SCCM.aspx
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • [svn] 3775: Adding a link to the FxCheckBox example for ASDoc.

    Revision: 3775
    Author: [email protected]
    Date: 2008-10-21 09:22:17 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Adding a link to the FxCheckBox example for ASDoc.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as

    guess not

  • Project related tables and link for services in Network Activity

    Dear Experts,
        My requirement is I need a table for services in Network activity before release of Network and link for services to another table(Project related before PR).
    Ex : Network             Activity           Service         
            XXX                     XX                   12345
          So I need Service  field, which is updating in ESLL was unable to link with another table to get the Project Number. So please help me .
    Regards,
    Srikanth.

    Dear sushrut sheth,
    thank for the reply
    I looked in AFVC before to post the Issue but in this table the Activity is only updating but not the individual service items
    I required the table which is updating the individual service line items

Maybe you are looking for

  • How can I change the color of subscribed calendar?

    Hello! I have subscribed two calendars from the internet at my ipad. They automatically got the colors green and red. Now I wanted to change these colors. So I did it and changed them in the calendar-app of the iPad to blue and yellow. At first it wo

  • Latest version firefox cannot open not supported by architecture on mac G5 with OSX 10.5.8

    Have been using firefox as preferred browser on Mac G5 OSX 10.5.8. Today, message said new version optimized for yahoo available. I downloaded it and now firefox logo has do not enter sign superimposed and when I try to open, it says can't open not s

  • [SOLVED]pacman files missing ?

    Dear archlinux community, i decided to give arch a try as my linux server os, however i've run into the following issue when attempting to install samba: [silver@silver-pi ~]$ sudo pacman -S samba avahi [sudo] password for silver: resolving dependenc

  • Cost Not shown properly

    Dear Friends, I am issuing material through 281/Q from WBSE to Activity, but cost is shown against WBSE not activity (S_ALR_87013532) Previously Cost was booked correctly on activity (and also rolled up cost against WBSE). may be some setting is chan

  • My lock button is jammed and I can't restore my iPhone

    I Need help