How can we convert soap wrapped xml to simple xml?

I am getting a soap wrapped xml as payload to JMS in JMS queue and need to convert that into a simple xml. Can anyone please suggest how this can be done? I am adding the xml as an attachment.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:header="http://wsi.nat.bt.com/2005/06/StandardHeader/">
<SOAP-ENV:Body>
<setupXMLDataAcquisitionRequest xmlns="http://capabilities.nat.bt.com/xsd/ManageMISDataAcquisition/2007/06/30" xmlns:S18="http://capabilities.nat.bt.com/xsd/ManageMISDataAcquisition/2007/06/30/CCM/Activities" xmlns:S70="http://capabilities.nat.bt.com/xsd/ManageMISDataAcquisition/2007/06/30/CCM/Events" xmlns:S78="http://capabilities.nat.bt.com/xsd/ManageMISDataAcquisition/2007/06/30/CCM/Incidents" xsi:schemaLocation="http://capabilities.nat.bt.com/xsd/ManageMISDataAcquisition/2007/06/30
D:\Jay_137788\OffshoreCode\WSDLandXSD\WSDLandXSD\ManageMISDataAcquisition.20070630.xsd">
<header:standardHeader>
<header:e2e>
<header:E2EDATA>e2EData</header:E2EDATA>
</header:e2e>
<header:serviceState>
<header:stateCode>OK</header:stateCode>
</header:serviceState>
<header:serviceAddressing>
<header:from>http://ccm.intra.bt.com/neo</header:from>
<header:to>
<header:address>http://ccm.intra.bt.com/orbit</header:address>
<header:contextItemList>
<header:contextItem contextId="http://ccm.intra.bt.neo" contextName="serviceType">WLR</header:contextItem>
</header:contextItemList>
</header:to>
<header:messageId>http://ccm.intra.bt.com/neo/manageMISDataAcquasition/EC9DB800-5C5F-11DC-AECA-E60BE61DBC5B</header:messageId>
<header:serviceName>http://ccm.intra.bt.com/manageMISDataAcquasition</header:serviceName>
<header:action>http://ccm.intra.bt.com/manageMISDataAcquasition/2007/08#problemMISEventNotification</header:action>
</header:serviceAddressing>
<header:serviceSpecification>
<header:payloadFormat>XML</header:payloadFormat>
<header:version>1.0</header:version>
</header:serviceSpecification>
</header:standardHeader>
<activity>
<S18:Event>
<S70:id>KPI.SA.dispatchActionItem</S70:id>
<S70:eventDateTime>2007-09-06T15:29:56</S70:eventDateTime>
</S18:Event>
<S18:activityId>000000109</S18:activityId>
<S18:activityType>WFT</S18:activityType>
<S18:activityCode>BBHC5</S18:activityCode>
<S18:activityStatus>Not Started</S18:activityStatus>
<S18:activityCondition>Not Started-Dispatch</S18:activityCondition>
<S18:activityDateCreated>2007-09-06T16:30:36</S18:activityDateCreated>
<S18:activityDateCompleted>1753-01-01T00:00:00</S18:activityDateCompleted>
<S18:activityQueueID>ASG</S18:activityQueueID>
<S18:activityNote>
<S18:comment>Customer Apparatus SFI for BBHC5</S18:comment>
</S18:activityNote>
<S18:activityOwner>sa</S18:activityOwner>
<S18:activityAccessURL />
<S18:faultIdentifier>
                                             <S78:name>faultId</S78:name>
                                             <S78:value>NeoSAC00000041</S78:value>
</S18:faultIdentifier>
<S18:activityRelatedTo>Action Request</S18:activityRelatedTo>
</activity>
</setupXMLDataAcquisitionRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I take that to mean "Yes" to the first question and a failure to answer the second.
I don't know anything about SOAP, but that shouldn't matter because you're just asking a general question about XML. I assume that "the message in the body" must correspond to something in that XML you posted? Right? When I look at it I don't see anything that looks much like a message, but then I don't know anything about SOAP.

Similar Messages

  • How can I convert IDoc in XML format w/DTD into a string?

    I want to send by e-mail outbound IDoc in XML format with its document type definition (DTD).
    I want to be able to get the same output result into a string than the XML file IDoc port type with DTD activated.  I have created a FM (based on SAP "OWN_FUNCTION") assigned to an IDoc port of type ABAP-PI that executes the following processing steps:
    1-Extract outbound IDoc information to get the sender & recipient mail addresses (EDP13 / EDIPHONE tables).
    2-Convert & Transform IDoc data into XML string using FM IDX_IDOC_TO_XML.
    3-Prepare and send e-mail with XML attachement using FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    I cand generate the e-mail with the XML file attachement but FM IDX_IDOC_TO_XML does not convert the IDoc with proper formating and DTD.
    What should I use to accomplish the IDoc conversion to XML w/DTD into a string?
    Should I use XSLT tools ?
    How does that work?
    Thank you
    Carl

    muks wrote:
    Use decimal string to number
    Specifically, you can define a constant with a different datatype on the input on the lower left if you need a different datatype (e.g. U8, I64, DBL, etc) Are all your values integers or do you also need to scan fractional numbers? In this case, you should use "fract/exp string to number" instead.
    LabVIEW Champion . Do more with less code and in less time .

  • How can I convert program to XML

    Hello,
    My Organisation has developed one linear programming product which allows user to run some rules to customise input.
    e.g If Package is newly introduced then set Price = Predefined Price.
    In programming these rules are modeled as separate classes and logic is coded in methods but now we want use to be able to define this rule on their own without asking us to code it in method.
    Is there any way where in we can specify such nested if else logic in more XML or Pseudo code form which doesnt stick to Java syntax and later parse it and process.
    Thanks
    Niraj Rathi

    user13534563 wrote:
    Thanks. That was helpful but user of solution are not programmer they are mathematician or statistician who will not be able to use JSP or JSTL. I was looking for something which can parse given text formula , substitute values of variables with variables defined in program and also handle if else kind of scenario.Check out Drools (http://www.jboss.org/drools). You can have the users write the rules in plain english and you parse/react on your server side using the Drools API.

  • How can i convert the HTML information in XML form to a PDF?

    Hi does any body know how can i convert the content of an HTML field in a XML Form in a regular text to include in a PDF in a Java program?

    Hi ,
    On the tool bar you have an option "Browser" which is next to "HTML Editor" .
    You know that for using these elements wo have to map them with Data Schema.
    Step by step
    1. In data Model Under Data Schema Add a child and name it Read_More.
    2. In the left hand corner ,click on tab Type and from the drop down select "rid"
    3.Click on the "Browser" from the toolbar (as told earlier) and drag and drop it on the form.
    4. Drag the Data schema which u have made(Read_more) and drop it on the browser on form. On right hand side u will se the mapping done.
    5.Click on the "Browser" which is there in the form and on the right hand side of the form u will see the property window.
    6.In property window change the value of action property to "Item Entry point"
    7. Repeat step 3 and 4 in Render and show form but using "label" nad not browser.
    Do not forget to add Save button in Edit Form.
    This will solve your problem.
    PS:Rewards Point Please.
    Regards,
    Naveen Gupta

  • How can i convert  my invoice which is in smart forms to xml file

    how can i convert  my invoice which is in smart forms to xml file.

    Hi Anil,
    Please go through this link:
    1. XSF stands for XML for Smart Forms. It is important to contrast XSF with .... The eDocx script engine can provide a script to convert the file format to an 
    http://www.ossincorp.com/Black_Box/Black_Box_4.htm
    please rewrds if found helpful.
    Regards,
    Alok

  • How can I convert an .m1v file for my MacBook to be able to play it?

    Hi!
    How can I convert an .m1v file for my MacBook to be able to play it?
    I tried numerous apps from the app store, but they failed
    Thanks!

    Hello:
    Rather than try to buy a box, I suggest you take the computer to a FedEx or UPS store.  They will wrap and safely package the device for a reasonable cost (I have shipped two iMacs this way).
    Barry

  • How can I convert an int to a string?

    Hi
    How can I convert an int to a string?
    /ad87geao

    Here is some the code:
    public class GUI
        extends Applet {
      public GUI() { 
        lastValue = 5;
        String temp = Integer.toString(lastValue);
        System.out.println(temp);
        showText(temp);
      private void showText(final String text) {
        SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            tArea2.setText(text + "\n");
    }

  • How can I convert an InputStream to a FileInputStream ???

    How can I convert an InputStream to a FileInputStream ???

    Thanks for you reply, however, I am still stuck.
    I am trying to convert my application (which runs smoothly) to a signed applet. The following is the original (application) code:
    private void loadConfig() {
    String fileName = "resources/groupconfig";
    File name = new File(fileName);
    if(name.isFile()) {
    try {
         ObjectInputStream in = new ObjectInputStream(new FileInputStream(fileName));
         pAndGConfig = (PAGroupsConfig)in.readObject();
         in.close();
         return;
    } catch(ClassNotFoundException e) {
         System.err.println("++ERROR: "+e);
    } catch(IOException e) {
         System.err.println("++ERROR: "+e);
    System.out.println("Can't find file: " + fileName);
    Because all code and resources now reside in a Jar file (for the signed applet), I must use the following line to access the resources:
    InputStream is = this.getClass().getResourceAsStream(fileName);
    I then need to convert the 'InputStream' to 'ObjectInputStream' or 'FileInputStream' so that I can work with it.
    I would be very grateful if you could help shed some light on the matter - Cobram

  • How can I convert an OVM vm (.img) to VDI (virtualbox)?

    Hi,
    how can I convert an OVM vm (.img) to VDI (virtualbox)?
    Is .img format a raw image? If yes can I use "VBoxManage convertdd" to convert from .img to vdi?
    tnx & regards,
    S.

    Hi,
    "VBoxManage convertdd" solved.
    Regards,
    S.

  • How can I convert an AUDIO MPEG-4 to an MPEG3 format? I need it for a Powerpoint Presentation

    How can I convert an AUDIO  MPEG-4 to another type of file, such as MPEG3  or mp3

    Use Handbrake.
    You can download it for free from this site:
    http://www.macupdate.com/info.php/id/12987/handbrake
    Good luck

  • I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    It's almost impossible.  The new iMacs have a Target Display Mode, but it's built to do that.  Without ripping your screen out, finding an acceptable power supply, frame, and whatever electronics to convert a Thunderbolt signal to the screen, the cost will be much larger than buying a cheaper HiDef monitor that runs with an HDMI to Thunderbolt cable to your MacBook 15.  In fact, you can sell your 17" MBP for a lot of money, unless it's broken or something, buying you a really sweet monitor.
    By the way, I found your answer by searching this forum.  I would suggest using the search function here in the futuere.

  • How can I convert an array off byte into an Object ?

    Hi folks...
    I�m developing an application that comunicates a PDA and a computer via Wi-Fi. I�m using a DataStream ( Input and Output ) to receive / send information from / to the computer. Most off the data received from him is in the byte[] type...
    How can I convert an array off byte ( byte[] ) into an Object using MIDP 2.0 / CLDC 1.1 ?
    I found on the web 2 functions that made this... but it uses a ObjectOutputStream and ObjectInputStream classes that is not provided by the J2ME plataform...
    How can I do this ?
    Waiting answers
    Rodrigo Kerkhoff

    There are no ObjectOutputStream and ObjectInputStream classes in CLDC. You must know what you are writing to and reading from the DataStream. You should write the primitives like int, String to the DataOutputstream at one end and read those in exactly the same sequence at the outher end using readInt(), readUTF() methods.

  • How can I convert a class file to Exe file

    hai
    How can I convert a class file to Exe file

    Please search the forums before asking questions - this has been answered hundreds (really!) of times.

  • How can I convert multiple files at one time and not one at a time

    How can I convert multiple files at one time and not one at a time

    Hi Plissey1950,
    Sorry for the lengthy delay to a response.  Are you trying to convert multiple files to individual PDF files at the same time? (not combine them).  If so, you'll need to use Adobe Acrobat for this function. The CreatePDF service does not have the ability to convert multiple files to multiple individual PDF files.
    Thanks,
    David

  • I recored a video with my ipad, downloaded it to my mac but I cant upload it to Youtube because the format IMG is not a video format. How can I convert it?

    How can I convert a video I took with my ipad on the format IMG to a supported format for Youtube?

    To upload videos to YouTube we have to make sure videos are in a format that YouTube accepts. Here’s the list of some well-known video formats which YouTube supports:
    WebM files (Vp8 video codec and Vorbis Audio codec)
    MPEG4, 3GPP and MOV files – (typically supporting h264 and mpeg4 video codecs and AAC audio codec)
    AVI (Many cameras output this format – typically the video codec is MJPEG and audio is PCM)
    MPEGPS (Typically supporting MPEG2 video codec and MP2 audio)
    WMV)
    FLV (Adobe – FLV1 video codec, MP3 audio)
    But I think you get the wrong video file. iPad recorded video files are in m4v, mp4, mov, avi format but not the img files. Anyway, if you need a video converter, Format factory or iFunia video converter are good choice.
    Good luck!

Maybe you are looking for

  • Error while creating new user via new MDM API

    Hi I have two questions: 1) Is it possible to create a user in MDM via MDM4J? 2) I am trying to create a user through new MDM API (not the MDM4J). When I execute the command CreateUserCommand, I get following error: com.sap.mdm.commands.CommandExcept

  • Portal Runtime Error - CRM Business Package

    Hi, I've have installed Business Package for SAP CRM 4.0 60.2.3 onto my Netweaver Portal. My Netweaver Portal version is EP7.0 SP10. My SAP CRM version is CRM 5.0. I've also done the connectivity test for both Connector and Web AS. Both connection re

  • Macbook Pro 3 - success stories

    Hi, As I've recently purchased a Macbook Pro 3 (with Nvidia graphics card) I was wondering if anyone has had any luck install Arch on it (preferrably the 64 bit version). I myself have managed to install Arch (64 bit version) mainly following the dir

  • Hiding exceeded data in h:dataTable columns

    hi, my requirement is I have to display some data in dataTable and I need to put fixed height for the columns.if the data in that column exceeds then the data should hide and onmouseover one tooltip should come showing the exceeded data. but the jsf

  • Challenge of the day - "beginner" errors in SAP-delivered transactions

    1.  Read this post here: Question on SWUI_SINGLE and SWUI_START 2.  Name another SAP-delivered transaction that exhibits the same incorrect behavior as SWUI_SINGLE and SWUI_START. Note: Assume that the behavior of these transactions at this customer