Using existing XSD for Outbound Messages

Hello,
I am tasked with creating a new outbound message to send xmls to a SOA. I have been provided with the wsdl and xsd files that are being currently being used by the current system and I am hoping to use these exact same files in CC&B. Is there anyway to do this?

Looks like I asked this question too soon. I found that I could just reference the existing xsd files in my xsl file.

Similar Messages

  • Question on - GWIA - Relay Host for outbound messages setting

    We are being forced to use a "centralized" message relay host due to
    State mandates. So . . . most everything is working except messages
    sent to comcast.net. For some reason the GWIA is trying to communicate
    directly with comcast.net (76.96.62.116). Here is my configuration
    (all my GW systems are GW 7.0.3 lastest service patch, NW6.5SP8 server):
    PO - on its own server
    PO MTA - on its own server
    GWIA MTA and GWIA - on their own server
    GWIA is configured to use "Relay Host for outbound messages:" -
    domain.com
    The following is from my GWIA Log showing where I sent a message to my
    comcast and hotmail e-mail accounts. For some reason, the GWIA is
    trying to send my comcast.net addressed message directly to comcast
    server instead of relaying thourgh my relay host. Is there some
    setting or config file I need to look at to see how this is
    happening?????
    14:24:21 3EA MSG 626 File:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\wpcsout\gwi2e63\4\4C2DF69 5.000 Message
    Id: (4C2DF68F.1FC:166:8140) Size: 0
    14:24:21 3EA MSG 626 Sender: [email protected]
    14:24:21 3EA MSG 626 Converting message to MIME:
    MEDBD06/VOL1:\MBCWEB\WPGATE\GWIA\send\xc2df695.141
    14:24:21 3EA MSG 626 Recipient: [email protected]
    14:24:21 3EA MSG 626 Queuing message to daemon:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\send\sc2df695.141
    14:24:21 3EA MSG 626 Converting message to MIME:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\send\xc2df695.142
    14:24:21 3EA MSG 626 Recipient: [email protected]
    14:24:21 3EA MSG 626 Queuing message to daemon:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\send\sc2df695.142
    14:24:21 3E0 DMN: MSG 627 Sending file:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\send\pc2df695.141
    14:24:21 3E0 DMN: MSG 627 Attempting to connect to 76.96.62.116
    14:24:22 3FC DMN: MSG 628 Sending file:
    GWIA/VOL1:\MBCWEB\WPGATE\GWIA\send\pc2df695.142
    14:24:22 3FC DMN: MSG 628 Attempting to connect to domain.com
    14:24:22 3FC DMN: MSG 628 Connected to XXX.XX.XXX.XX
    14:24:22 3FC DMN: MSG 628 Transferred
    14:24:22 3FC DMN: MSG 628 SMTP session ended: [XXX.XX.XXX.XX]
    (domain.com)

    Chris,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Using HRALE00INBOUND_IDOC BADI for HRMD_A message,  infty 0105

    Hello Experts,
    I am using HRALE00INBOUND_IDOC BADI for HRMD_A message type (for HR master data and infotype 0105).
    I have configured OUTBOUND and INBOUND systems. I have created Z programe for idoc generation.
    In Z program, changing only one filed i.e. USRID_LONG (EMAIL Address).
    After executing the Z program IDOC is generating and if we see in WE05 then it is in YELLOW color with status 30 and 01.
    After that i am using we19 or BD87 and process the IDOC then it will come in green color. I am checking on INBOUND system, IDOC is receving successfuly with green color and with updated data.
    But If we go to PA30 transaction code and check to the email address (infty 0105 and subtype 0010) that is not updating.
    Why? If i am receving IDOC successfuly then why Data base table is not updating?
    Thanks in advance,
    Ranveer

    Hello Anatony,
    BADI HRALE00INBOUND_IDOC is trrigering in INBOUND side.
    Now data is updating, but problem with data.
      s_e1plogi-plvar = '01'.
      s_e1plogi-otype = 'P'.
      s_e1plogi-objid = '00000014'.
      s_e1plogi-opera = 'U'.        
      APPEND s_e1plogi.
      int_edidd-segnam = c_e1plogi.
      int_edidd-hlevel = '02'.
      int_edidd-sdata = s_e1plogi.
      APPEND int_edidd.
      s_e1pityp-plvar = '01'.
      s_e1pityp-otype = 'P'.
      s_e1pityp-objid = '00000014'.
      s_e1pityp-infty = '0105'.
      APPEND s_e1pityp.
      int_edidd-segnam = c_e1pityp.
      int_edidd-hlevel = '03'.
      int_edidd-sdata = s_e1pityp.
      APPEND int_edidd.
    U for update. If sender system have data for 0010 subtype, and recevier side 10 subtype is blank. In that case infotype 0105 is creating, but if infotype is already available on INBOUND system and wants to update, in that case data is not updating and IDOC in red color with 51 status. Message is " Infotype 0105 cannot be updated on database table PA0105".
    My logic is for update....
    select * from pa0105 into table int_pa30
                  where pernr = '00000014'.
      int_pa30-usrid_long = 'ABC1 ATTHERATE SAP.COM'.
      modify int_pa30 transporting usrid_long
      where usrid_long = 'XYZ ATTHERATE SAP.COM'.
    *--To send the data to 510 Client thru IDOC.
      loop at int_pa30.
        int_pa0105-infty = '0105'.
        move-corresponding int_pa30 to int_pa0105.
        append int_pa0105.
      endloop.
    So, where is my fault kindly update me.
    Thanks in Advance,
    Regards,
    Ranveer

  • GWIA Relay Host for outbound messages

    Hi,
    In GW2012 I had two relay hosts configured for outbound messages. The IP addresses were separated by a space. Since the upgrade to GW2014, I can no longer add two relay hosts in the GWIA SMTP/MIME tab. When I add the second one, separated by a space, the admin console throws an error. The error says: "Internet address provided is invalid". According to the admin guide, it should still be possible.
    How can I resolve this?
    Iwan

    Originally Posted by laurabuckley
    Hi Iwan,
    As a work around perhaps try to add the -mh switch to your gwia.cfg:
    http://www.novell.com/documentation/...mtp_relay_host
    Let us know how it goes.
    Cheers,
    Hi,
    This morning I did just that. However I don't see the switch being used. I checked the GWIA log and the GWIA web console and don't see any mention of it.
    Iwan

  • Can I use existing repository for master repository?

    can I use existing repository (for example repository from oracle designer )
    for master repository? could you give me please an explanation
    thanks

    You can use Existing repository for your master Repository.
    Or you can create a new schema in your database and create
    master repository on that schema.
    I hope this answers your question

  • Create TO automatic by using wave pick for outbound delivery NLC (STPO)

    Dear all,
    In Cross company code process, we have to create TO automatic by using wave pick for outbound delivery NLC (delivery type NLCC). Time data in outbound delivery NLC have been fulfilled, but there is no TO created, what is wrong in this? pls help.
    Thanks

    Hi Kishor,
    Is there any requirement of TO when ECC system is Interfaced to EWM.
    As per my understanding we have terminology WT & WO in EWM.
    Regards,
    Rock

  • Using Oracle Designer for XML Message Definition

    Knowing what a great advantage it is to have all my data definitions in one place (Deigner Repository) I was wondering if anyone has had a go at using Designer for XML message definitions?

    Hello:
    Didnt know I will have my question almost ready:).
    Was wondering is it possible to have xmltyple column as data source, use xsl for transformation and then display as html or pdf? Also, how about css? Not sure if any of these would work. If anyone can give a reference, that would be great. What is the best way. My xml stored in the database in quite complex and may vary depending on different types of input parameters. Do I need to get a master that will have all valid elements and attributes - or - have dtd or xsd?

  • Which function module i should use in mereq001 for warning message

    hi all,
    when creating purchase requistion(me51n) with item and plant and material etc.when we enter different plant  for the second item which is not there in first item. we should get the warning message in the popup
    for this i have used
    fuction module EXIT_SAPLMEREQ_005
    written the following code.
      INCLUDE ZXM02U05                                                   *
    CHECK SY-TCODE = 'ME51N'.
    TABLES MARC.
    DATA : BEGIN OF I_MARC OCCURS 0,
           WERKS LIKE MARC-WERKS,
           BNFPO LIKE EBAN-BNFPO,
           END OF I_MARC.
    DATA : I_WERKS LIKE MEREQ_ITEM-WERKS.
    read table I_MARC index 1.
    if sy-subrc <> 0.
    IF I_MARC-WERKS IS  INITIAL.
       I_MARC-BNFPO = IM_DATA_NEW-BNFPO.
       I_MARC-WERKS = IM_DATA_NEW-WERKS.
    append I_MARC.
    endif.
    MOVE IM_DATA_OLD-WERKS TO I_WERKS.
    elseif IM_DATA_NEW-BNFPO > I_MARC-BNFPO
           and I_WERKS <> IM_DATA_NEW-WERKS.
      CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
        EXPORTING
        TITEL         =
          MSGID         = 'ZMMMSG'
          MSGTY         = 'W'
          MSGNO         = 001.
        MSGV1         =0
        MSGV2         =
        MSGV3         =
        MSGV4         =
    ENDIF.
    but after entering the data for first item 00010 ,data is storing in the internal table. but when i entered the data for item 00020 it storing the data in internal table. but item 00010 data is not appearing in the internal table when we give item 00020 data . i have checked in the debugging.
    please advise me what to do for the above requirement.
    thanks in advance
    rama.

    Hi Roy,
    You should use BI SDK for Java to connect to BW from Web Dynpro (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf)
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/011e681cf74ab4b3acf73f77653405/frameset.htm
    https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/documentation.html
    /people/moya.watson/blog/2004/04/05/the-bi-java-sdk-whats-in-it-for-you
    /people/moya.watson/blog/2004/12/27/three-new-how-to-guides-for-the-bi-java-sdk
    Best regards, Maksim Rashchynski.

  • Use existing image for user 10.8.4

    On a new MacBook Air with OS 10.8.4 I cannot find the option to select an existing image for a user. All I get when I click on the image are Defaults, Recent and Camera. Help says there should be an "Edit Picture" option to let me choose a picture but I don't see it. Don't recall this looking or behaving the same on earlier versions of OS X.

    Nonetheless, can you drag the existing image over the blank box and achieve what you're trying to do?

  • Relay Host for Outbound Messages not being used...

    I have a new v7 GWIA on a new domain that is using the relay settings from the original GWIA (on a separate domain) despite its own settings.
    Anyone seen this before?
    Regards

    Check your GWIA.CFG file as anything in there will override settings from eDirectory. I think the switch is /mh which is your Mail relay Host.
    If that isn't it, when you say it's a new GWIA, is this a new GWIA installation? Is it a whole new object? Or is it a new server that is running against the existing GWIA object?
    Aaron

  • How to implement message throttling in DB adapter for outbound message

    Hi all,
    In my current we need to insert huge amount of data in the Oracle database. But the database will provide us limited amount connection. As per our observation number of total incoming request will exceed the total number available connection. In this case we have to throttle the incoming message. I know message throttling can be done very easily using OSB. But in this project we are not using OSB. We are using BPEL Process Manager and Mediator. I tried to specify the number of thread in the outbound DB adapter but it seems there is no such property in oracle.tip.adapter.db.DBWriteInteractionSpec or oracle.tip.adapter.db.DBStoredProcedureInteractionSpec.
    Can anybody inform me what is the possible solution. Thanks in advance.

    Check http://docs.oracle.com/cd/E21764_01/core.1111/e10108/adapters.htm#BABDJIGB
    Unfortunatly currently valves are not supported by JMS or Database Adapter – only for file and ftp. Maybe you could use it on the incomming side check http://technology.amis.nl/blog/13849/soa-suite-file-adapter-pre-and-post-processing-using-valves-and-pipelines
    little off topic; would it be possible to use ODI? Seems more suitable for the job...
    hth,
    Peter Paul

  • Issue with Alerts using BPM : Trigerred for Successful messages also

    Hi Everybody,
    I am working on configuring Alerts using BPM.
    I have followed the below blog by Micheal.
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    In BPM after the receive step I have used container and control steps to capture the Idoc Number as mentioned in the blog.
    I am facing an issue with it now as an Alert message is send to my Inbox even when the message is succesfully processed by the adapter.
    This is a strange behaviour when we talk about Alerts.
    Can somebody help me out in this?
    Thanks & Regards,
    Zabiulla

    Hi Zabiulla,
    Michal explained just the basic, the logic of your process is to build by yourself. Usually an alert will be raised inside of an exception branch. You can define exceptions for critical operations, f.e. send steps or transformations, the exception will be catched by jumping to the exception branch, where you can store a suitable reaction - f.e. an alert.
    Regards,
    Udo

  • USing KM articles for advisory messages

    We have several pages set up in ESS that include Knowledge Management articles, these are used provide guidance to the user, these are mainly displayed in the navigation pages for example on the Working Time page.
    We have been asked to add an advisory message to another page, can anyone advise what we need to do to do this. Ideally I would like to duplicate the solution that has already been used in our environment for consistency sake but am unsure as to how to interpret the properties within the Pages and iViews that make up the current functionality. I think the current functionality is being delivered through Webdynpro.

    Within the portal view the properties for the iView where you wish to place the additional content look at the application parameters. Part of the parameter string is sap.xss.menuarea, take note of the value assigned to this parameter.
    Within SPRO for the same client navigate to the following: Personnel Management -> Employee Service -> General Settings -> Homepage for Self-Services -> Resources. Execute Define Server for Resources.
    Ensure that there is a server definition for KM.
    Using the Portal within KM create the content that you wish to display on the page and save it to the KM folder that is specified or you have specified in the Define Server for Resources.
    Within SPRO execute Define Resources. Create a resource key that points to the document that you created and saved to KM. Server should be KM, object name is not the name of the file that you saved to KM but should be the Access Link ID of the document in KM. To get he access link right click on the document and select details, select settings tab from the popup, select properties from the context menu, from the popup select the access links tab.
    In SPRO navigate to the following: Personnel Management -> Employee Service -> General Settings -> Homepage for Self-Services -> Areas. Execute Define Areas. You will find an entry in this list that matches the parameter value from the iView. You need to modify this to include the new resource in the input box "Area Description Long Text (External)".
    When you view the Portal the new content is displayed.

  • Can we copy and use existing RFC for portal XSS

    We have a requirement to develop RFC for 0022, so that i can be called in the portal for employee educational details.
    As you mentioned below, can i use the same logic on FM's for 0002(personal Data) to develope FM's for 0022( Educational Data)
    It is urgent..Please reply ASAP
    Please also let me know, the way to find RFC's used in particular webdynpro. We are using ECC6.0.
    Thanx
    Priya
    Can i used the below fm by copying them as  Z and editing the required data
    HRXSS_PER_DELETE_P0002_IN Select the given record for edit
    HRXSS_PER_EDIT_P0002_IN Select the given record for edit
    HRXSS_PER_MODIFY_P0002_IN Modify selected record with given record
    HRXSS_PER_NEW_P0002_IN Create new record of given infotype/subtype
    HRXSS_PER_READ_P0002_IN read all records of an infotype relevant for ESS PersInfo

    Hi,
    We solved this issue by using custom API process, also we used ASO oracle packages.
    Thanks,
    LSP

  • Using Existing Template for new pdf's

    How do I use and existing template of pdf's to create new ones.  I just want to copy and past new pics and text where existing pics and text exist in a template that is already made? 
    Also, How can I make all pictures the same size?

    1) If you're using Adobe Reader, you can't edit PDFs at all.
    2) In Acrobat you can make some changes to a PDF file but they are not editable documents in the same way a Word or InDesign file is. PDFs are end destination files - you export them from another application, and if you want to make significant changes you edit the original document and re-export a whole new PDF.

Maybe you are looking for

  • How to check whether a default browser is opened in the operating system?

    Hi, I am newbie here. During my work, I faced an interesting problem. I need to: - check whether a default html browser is opened; - check whether the browser is minimized/maximized (simply, a window's state); - get an url address typed in the browse

  • Credit check at Delivery

    For one of our risk categories, we would like the credit check to occur at both the Sales Order and Delivery creation events.  In transaction OVA8, I have created records for the credit control area/risk category/credit group.  The credit groups are

  • Domestic Freight Condition type in Purchase Order

    Hi Gurus, We calculate the Domestic Freight based on zip codes from source to destination. Recently we implemented Goods supplier functionality which will determine the Goods supplier in the purchase Order only at the time of saving when there are mu

  • Subtracting Columns from Import File Using Import Script

    The file I am importing to FDM contains two amount columns, 1 Debit, 1 Credit. I want to have the Amount field populate as the Debit minus Credits. I have attempted an import script that is giving me an error in the bolded line: Function GBS_Amount(s

  • How to communicate java card from java classes???

    hi all.... please help me to program java card stuff for my project... I am want to use the java as as authentication module to identify the some sort of signature. please let me know the codes or steps do i have to follows.... i am using jcop2.2 ...