Dynamic Url Link

Hi,
I want to generate a dynamic url link during the runtime (pick up fr database), which is to load an image from external source. How to do it programmatically?
Any help would be much appreciated. Thanks.

Hi Julius,
Cant you use the LinkToURL element? For eg: like this,
Create a LinkToURL element in your view. Give it a text like 'Click here to see photo'. The reference property of this element is bound to a context value attribute of type string. Bind the visibile property of this element to a context value attribute of type WDVisibility. This value is set to NONE in wdDoInit().
When you know the value of the URL(for example , after a button click), form the URL value dynamically, set this value to the context attribute to which you have set the reference. At this point, set the visibility to true.
Regards,
Lm

Similar Messages

  • Dynamic url link for Crystal Reports Enterprise?

    Hi all,
    We recently upgraded to SBOP 4.0 SP2 and are looking at migrating our existing Crystal Reports from Crystal Reports 2011 to Crystal Reports for Enterprise 4.0.
    Up to this point we have been utilizing the BW Publisher and role menus in BW.
    Our long term goal is to migrate users from the BW GUI to the BI LaunchPad but this will be a gradual process.
    Until we make the final switch to the LaunchPad we need to maintain the links in the role menus. I found the Document Link option for Crystal Reports so I have a URL to point to the report that we can put in the role menu, but the system value is not dynamic. Is there a way to make this dynamic like we can do with web template URLs?
    For example, when using a web template URL we can use the <bsp_server> parameter in the URL to determine the SAP system. Is there an equivalent that can be used in the Document Link for the Crystal Report to determine the respective SBOP system?
    Thanks.
    -Brian

    Hi,
    Below is link for the Crystal report for Eclipse 2.0:
    [http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp|http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp]
    you could always refer to the following thread as Bryan updated with new releases :
    [Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!|Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!;
    Hope this will help
    Regards,
    Rameez Shaikh

  • Dynamic URL link How?

    I want to be able to change the URL web address of web links
    inside my flash document by the means of an external text file, is
    this possible? I cant find any reference to any simple actionscript
    on the web.
    I don’t want to use php or any other scripting, I was
    thinking of putting a variable in the url field then loading a text
    file with the urls I want it to link to??
    [email protected]

    OK, I think people may be missing the obvious here. The posts
    above are all correct ActionScript. Some of them have more code
    than is really needed but it all looks correct so I am going to
    guess that the problem is that no one has mentioned that on the
    default Flash security settings, you cannot access links on the
    internet from Flash movies run from your local machine.
    In other words, if you create a button with a link to
    http://www.adobe.com and run that
    Flash movie on your computer, it will not work. A security warning
    will pop-up. You need to upload your Flash movie to a server for it
    to work properly unless you are only using relative links (links
    that are relative to the current file and part of the same file
    system with no domain needed).
    As for the code, my preference is to write it like this:
    In a text file name data.txt:
    URL1=http://www.adobe.com&URL2=http://www.google.com
    On the first frame of the Movie:
    loadVariablesNum("data.txt");
    On the button:
    on(release){
    GetURL(URL1,"_blank");
    UPLOAD IT TO YOUR SERVER TO TEST IT.
    Be sure to note that the text data will be cached by most
    browsers but that is something that can be saved for another time.

  • Open a Dynamic URL from a Table column link

    Hi,
    Jdev Version (11.1.1.6.0)
    I have requirement to open a dynamic URL from table column. Any time I click on link, it should generate dynamic URL based on column attribute and open in popup or browser. Can someone pls suggest how to achieve this.
    Thanks
    Ank

    1)If you have any parameters that needs to be passed to build that dynamicURL, just set a propertyListener on the column attribute and get the value.
    2)Then on the af:commandLink action, build your dynamicURL with the required parameters.
    3) If you URL is all together a different application which doesn't share your transaction, you can open it as below
    In the below code, urlWithParams will be your dynamicURL.
    ExtendedRenderKitService erks =
    Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    StringBuilder sbURL = new StringBuilder();
    sbURL.append("window.open(\"" + urlWithParams + "\");");
    erks.addScript(facesContext, sbURL.toString());
    You can also try the above response by user 948181.
    Hope it helps.

  • Partner Link URL/WSDL or Dynamic Partner link

    We are using a service similar to CreditRatingService in orderBooking Tutorial as a partner link.
    The partner has different test vs production service.
    I was wondering during deplyment on production is it possible to specify the URL in config file or do I have to change the designtime location in jdev and then deploy it in prod.
    Can experienced folks here point me to deployment best practices ?
    Part2 : Where does dynamic partner link fit in ?

    JDeveloper is using ANT and is using a properties file during the compilation. You can change the properties when you want to deploy.
    http://orasoa.blogspot.com/2006/08/using-ant-in-bpel-environment.html
    Dyn PL are usefully when you want to call multiple/various web services that all take the same payload, but are using different end-points and operation. This reduces the code to make for every interface an PL.

  • URL link in rows/colomns of a report web application designer.

    Hi,
    I would like to create a URL link in a report which jumps to documents on livelink.
    For example:
    1.  bw    30.000    www. google.nl
    2.  sap   40.000    www. sap.com
    3. basis  50.000   www. nu.nl
    etc.
    etc.
    Do all the rows have different URLS, is that possible in the web application designer? Or do I have to use RRI? Or a user exit?
    Thanks for your help en replies.
    Rishma.
    Edited by: R. Debi on Oct 7, 2010 11:20 AM

    I used the RRI already but would like to have a hyperlink in the report. (So, the prefix of the URL is always the same an I have put this in RRI and used the & and contract ID as dynamic part of the URL.)
    In a BW web report, our customer would like to display a characteristic value as a hyperlink, so that when clicking on the link, the user is taken to an external website holding a document.  SO I am just looking for a javascript perhaps? Or maybe even abap in transformation? To actually create the hyperlink in this report.
    Thanks a lot,
    Rishma

  • How create  dynamic URL for every row  shown in the report?

    Hi,
    Iam new to this Application. I created one interactive report to find the number of bugs logged for every product and its sub component for past one year. The report will look like below structure in the application.
    Product Subcomponent Total
    P1 S1 10
    P2 S2 4
    P2 S21 15
    Now i want to pick the value of Prouct and sub component for every row dynamiaclly and want to generate the URL with the conditions and make it as hyperlink for the Total Column.
    Iam able to make hyperlink for the Total column using the edit options for the total attribute, but it is opening the same page for all the rows in the total column. I want to generate dynamic URL by picking the value prodcut and sub componenet dynamically from the report for every row and want to make it as hayperlink for every row individually.
    Please tell me how to do this?
    Please revert back if you are not clear. Appericiate for your quick help.

    Hello <unknown user>,
    So you already set the Column Link attributes for your Total column. Should all links go to the same page, but with different parameters (ProductID, SubcompID)? Or to another page? And how can you determine that page?
    Assuming you'll go to a sort of detail page or form:
    Target = [Page in this app]
    Page = <your target page no>
    Item1 = <ProductID field in target page>
    Value = #PRODUCTID#
    Item2 = <SubcompID field in target page>
    Value = #SUNCOMPID#
    (you can use the ' flashlight' for getting the correct values)
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Dynamic URL value at runtime

    Hi,
    We have created an iView of type "com.sap.portal.appintegrator.sap".
    In URL template property we have set the following value:
    <System.protocol>://<System.server>:<System.port><System.uri>?parameter=value&parameter=value&...
    That's to say, it is a dynamic URL that is built at runtime.
    My question is: How can we find out the value of URL when we preview the iView, that is, the URL value at runtime?
    Helpful answers will be rewarded!!
    Thanks in advance,
    Samantha.

    Hi Samantha,
    If I am understanding the issue properly.
    the solution is:
    there is no way you can get the url for iView.
    You need to assign the iView to Role. and assign it to a user.
    When you open the iView then from title bar select Add to Favorites, this will save it in the Browser favorites and when you go to the link and see the properties you get the Short URL.
    In Portal terminology the Dynamic URL is called Short URL.
    And to find the short url navigate to
    System Administration->Navigation-> Short URLs
    Hope this helps you.
    Pramod
    -award points if helpful

  • How to display the one BSP View page (not a start page)Through URL link..

    Hi Sir/Madam,
                 I want to open one BSP view page through URL link...
    Let me Explain clearly..
                I have an Z application ZHRRCF_APPROVAL..In this application approve.bsp file i have added som more Fields..and Finally I am going to click ApproVe Buton /Reject Button.When i click the reject button the the items are rejected.Its working fine.....
              My Requirement is :
                   1. I want to display the approval page directly when i click the URL link from mail box.--i am getting this .. No issues..(Got the URL link from function module)
                   2. After opening the approval page when i click URL link, when i click the reject button-- i am getting the error "The following Error Text was processed in the system GR2."Access via NULL object reference not possible"
                   3. How to proceed the this URL link without error .. the URL link is
    https://abd00093.de.abb.com:8200/sap(bD1lbiZjPTIwMA==)/bc/bsp/sap/zhrrcf_approval/application.bsp?objid=50003421&otype=NB&plvar=01&requestdate=20090121&requestedRsnCode=01&requestedstatus=1&requester=USRECRUITER1&SAPWFCBURL=https%3a%2f%2fabd00093%2ede%2eabb%2ecom%3a0000000000008200%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000018491%26_saptask%3dTS51807979%26_saplogsys%3dGR2CLNT200%26_sapuname%3dLINEMANAGER%26_saplangu%3dE%26sap-client%3d200
    ( I got this URL directly using my own function module.. In this function Module i was not getting the SAPGUID -- the error is because of that i am not sure..)How to get this sapguid dynamically..
                    Please guide me to proceed this req asap..
    I am waiting for your reply ....Please
    Thanks and Regards
    Mohan,P

    Please have BPEL loggers both at domain and system level to DEBUG mode. Set all loggers to DEBUG as you are interested to see the entire sequence flow..however, some loggers give you unnecessary info ;/ apart from cube, activation, delivery, dispatch, persistence.
    Added to this, you might want to try SOAPUI, Fiddler, HTTP Analyzer.

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • Dynamic URL for HTTP receiver adapter

    Hi all,
    when the XI send the http request to the target system, the format maybe like this:
    header + body the body is including: Prolog, payload and Epilog
    here is about the target system have a 'input' parameter(maybe string type)
    is it possible to pass the 'head + body' these value(or maybe the whole http request message) into input
    i mean is it possible to set the dynamic URL for http receiver adapter like this:
    http://host:port/path?input=<the header and body>
    i have searched the blog Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    Link:[/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping]
    and the similar threads in the forum
    please give me some advice
    thanks in advance

    When a HTTP server requests the whole message as URL parameters, then I assume that the server also requests an HTTP GET, which is not supported by XI.
    Could you check this?
    Regards
    Stefan

  • Calling packaged procedure from a URL link

    I have created a custom APEX application the will allow us to dynamically build help screens for the pages we create with APEX.
    In doing this I have created a procedure within a package called "comi_help_util.show_help".
    This procedure uses the "htp.p" standard procedure to create a dynamic web page from data stored inside my help tables.
    I want to place a "Help" link in the Navigation Bar which will call the custom procedure, pass the APP_ID and APP_PAGE_ID and popup in a new window.
    I tried doing something like the Help link in APEX.
    javascript:popupURL('comi_help_util.show_help?p_application_id=&APP_ID.&p_page_id=&APP_PAGE_ID.');
    Unfortunately, I get "HTTP 404 - Web page cannot be found" error.
    I know I could probably call a page within my APEX application from my custom Help link which would then call my custom procedure.
    However, this means I would have to put a page within every application I want to use this on.
    I believe the call to the procedure directly would be cleaner and easier to implement, if I can get this working on my first app.
    I have never called a procedure thru a URL link or the javascript:popupURL and, try as I might, cannot search for the right keywords in the APEX forum or the Web.
    Any help would be appreciated.
    THANKS
    Raymond

    Hi Scott,
    >> Time for new glasses ...
    You are probably right, but regardless, I was referring to Raymond’s first post (and I should have made it clear). I noted that I believe your JavaScript statement is correct, I just can’t see the difference between it and the OP first statement, where, as far as I can see, he also used question mark (?) to mark parameters, and ampersand (&) to concatenate them. Still he received a 404 error. What am I missing there?
    Thanks,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Dynamic URLs in WebIntelligence BO 4.0

    HI together,
    I´ve got a WebIntelligence Document with a table.
    One Column of the table should be a opendocument Link to another webi. The Content of the cell should be part of the
    openDocument link.
    I tried the following steps:
    On the selected column -> Linking  -> Add Hyperlink -> Here I´ve added the URL -> Button Parse
    Now I can "Customize the following dynamic elements of the URL" ; when I choose select object for  a parameter the URL contains the object I´ve selected:
    The URL looks like:
    http://server:port/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=4342323944sd444&sIDType=CUID&sRefresh=Y&lsRParameter=(
    [Kontonr]
    The Object
    [Kontonr]
    is also the value of the column.
    I can´t confirm this change with "OK" -> Nothing happens.
    Has anyone an idea to build a correct dynamic URL?
    Kind regards
    Lars
    Edited by: Lars Ohm on Jan 24, 2012 6:45 PM

    Hi Lars,
    Too late to reply, though might help the future visitors !!
    This how it should be parsed :
    http://server:port/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=4342323944sd444&sIDType=CUID&sRefresh=Y&lsRParameter=(=[Kontonr])
    Thanks,
    Kaarthi

  • Dynamic URL Smartforms

    Hi all,
    I've to insert a DYNAMIC url in a Smartform behind a label.
    Some topics to consider:
    - The Url is created in running time.
    - The Smartform is called by a Standard Program, so, I can not change the Impressor Program.
    - I want the url behind the word "LINK"
    For example:
    CONCATENATE: 'www.' sy-mandt 'sap' sy-datum '.com' into lv_url.
    so I want insert it behind a text "LINK"
    When SAP sends the form by email the user could click on "LINK" and go to the url before created.
    Thanks a lot
    Regards
    Rodrigo
    ABAP HCM

    I've used this Solution for E-Rec Forms too. Its a little old, you've to adapt it for the new SAP version. I mean, using a Enh Spot for the corresponding Enh.
    Example:
    In the SmartForm, this link:
    We are currently processing your application. We appreciate
        your patience and will contact you again as soon as possible.
        HTTP://[CLIENT URL]:8000/sap/bc/bsp/sap/hrrcf_start_ext/application.do?sap-client=300&BspClient=300&sap-language=E&BspLanguage=E&rcfSpId=0002&rcfContext=ATT&sap-themeRoot=/sap/public/bc/ur/Design2002/themes/att_theme
    Becomes this:
    We are currently processing your application. We appreciate
        your patience and will contact you again as soon as possible.
    Click here to continue to E-Recruiting.
    Step 1:
    Copy the function group HRRCF00_CALLBACK, renaming it ZHRRCF00_CALLBACK.  Also, rename the functions within this group as well.( ZHR_RCF_SF_URL_CALLBACK, ZHR_RCF_SF_URL_PREPARE_CALLBAC, and ZHR_RCF_SF_URL_REFRESH_GT)
    Step2:
    In the function ZHR_RCF_SF_URL_CALLBACK, change this code accordingly:
      READ TABLE data WITH KEY code = 'ST' INTO ls_name.                  
      CHECK sy-subrc = 0.                                                                               
    lv_name = ls_name-string.                                                                          INSERT                                                                               
    READ TABLE gt_url INTO ls_urlkey WITH KEY name = lv_name.       INSERT    
      CHECK sy-subrc = 0.                                                                               INSERT    
      DELETE gt_url INDEX sy-tabix.                                                               INSERT                                                                               
    READ TABLE data WITH KEY code = 'LK' INTO ls_url.                  
      CHECK sy-subrc = 0.                                                
      DELETE data WHERE code = 'LK'.                                                                               
    lv_name = ls_name-string.                                                 COMMENT    
    READ TABLE gt_url INTO ls_urlkey WITH KEY name = lv_name.  COMMENT    
    CHECK sy-subrc = 0.                                                      COMMENT    
    DELETE gt_url INDEX sy-tabix.                                            COMMENT                                                                               
    l_str = ls_urlkey-url.
    Where INSERT is inserting the code in blue, and COMMENT is commenting out the code in blue, respectively.   This change makes sure that an alias has a URL associated with it.
    Step 3:
    Two standard classes must be modified in order to produce the alias.  These classes are: CL_HRRCF_CS_DOC_CAT_APPL as well as CL_HRRCF_CS_DOC_CAT_INVITATION.  Code must be added to the method GENERATE_DOCUMENT in both classes:
    u2026u2026.
    CONCATENATE l_prot '://' l_host ':' l_port '/' INTO l_base_url.                                                                               
    ls_xsf_param-name = 'BASE-URL'.                                           
    ls_xsf_param-value = l_base_url.                                          
    APPEND ls_xsf_param TO me->sf_output_options-xsfpars.                                                                               
    me->sf_output_options-urlcall = 'ZHR_RCF_SF_URL_CALLBACK'.         INSERT
                                                                                    CALL FUNCTION me->sf_properties-function_module                           
       EXPORTING                                                               
         control_parameters = me->sf_control_pars                
    Step 4:
    In the SmartForms, code must be added to the u2018Initializationu2019 portion in the u2018Global Definitionsu2019 section.  Also, data types must be defined in BOTH the u2018Global Datau2019, and the u2018TYPESu2019 section as well.
    In the TYPES section, define these variables:
    TYPES ls_recruiting_team_member type rcf_s_cs_di_recruiting_team.
    TYPES: BEGIN OF ty_url,
                    name(80) TYPE c ,
                    url  TYPE string,
                  END OF ty_url.
    TYPES: ty_urltab TYPE TABLE OF ty_url.
    TYPES: GD_URL TYPE string.
    TYPES: DISPLAY_URL TYPE string.
    In the u2018Global Definitionsu2019 section, define these variables:
    GS_URL     TYPE          TY_URL
    GT_URL     TYPE          TY_URLTAB
    GD_URL     TYPE          STRING
    DISPLAY_URL     TYPE          STRING
    Also, here you can define any other constant aliasu2019 you would like to use (e.g. G_ALIAS_TEST type STRING with Constant value 'Test Link').
    In the u2018Initializationu2019 of the SmartForm, the correlation between the link and the alias is defined:
    gs_url-url  = CANDIDATE-PERS_PAGE_URL.
    gs_url-name = 'Persönliche Seite'.
    APPEND gs_url TO gt_url.
    or
    gs_url-url  =u2019http://whatever.comu2019.
    gs_url-name = 'Testlink'.
    APPEND gs_url TO gt_url.
    In our case, we generated the URL in a string, then assigned the dynamic string to the URL:
       concatenate
          ls_protocol '://'
          ls_host ':'
          ls_port
          '/sap/bc/bsp/sap/'
          'hrrcf_start_ext/application.do'
          '?sap-client=' sy-mandt
          '&BspClient=' sy-mandt
          '&sap-language=' sy-langu
          '&BspLanguage=' sy-langu
          '&rcfSpId=0002'
          '&rcfContext=ATT'
          '&sap-themeRoot=/sap/public/bc/ur/Design2002/themes/att_theme'
          into GD_URL.
    gs_url-url  = GD_URL.
    gs_url-name = 'Testlink'.
    APPEND gs_url TO gt_url.
    The link MUST be defined within the SmartForm.
    Next, make the call to the custom function:
    CALL FUNCTION 'ZHR_RCF_SF_URL_PREPARE_CALLBAC
                  TABLES
                         pt_url = gt_url.
    Now we link the DISPLAY_URL to the name that we defined in gs_url-name.
    display_url   = gs_url-name.
    This will make the text whatever you define it in the code above, and also makes the actual URL whatever you defined it as.
    Step 5:
    In the Main Window of the SmartForm (under Pages and Windows), you must define the DISPLAY_URL as a variable to be displayed.  Using the INSERT FIELD button on the page, type in:
    &DISPLAY_URL&
    Then, highlight the variable, and then click the HYPERLINK button to make it a hyperlink.  The variable should now become highlighted in blue.
    Let me know if you need some help
    Regards
    Rodrigo

  • Help writing dynamic URL that has spaces in it in workflow email

    I have a list called "ctcLink Q & A".   I am trying to create a dynamic URL in a Designer workflow that will link to the list item.
    I did put %20 in the spaces, but the workflow takes them out when it runs, thus creating a broken link.  I need some advise on how to create this URL.
    This is the URL I need to reproduce in my workflow variable:
    https://domainname.com/Lists/ctcLink%20Q%20%20A/AllItems.aspx
    There are no mistakes; every result tells you something of value about what you are trying to accomplish.

    You'll need to do some URL encoding to get around this.  Here's a good article to help you get started:
    http://info.lanactech.com/blog/bid/191323/Making-the-Encoded-absolute-URL-work-with-a-list-in-SharePoint
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

Maybe you are looking for

  • Itunes 10.1.2.17 upgrade killed my sound, music scroll bar doesn't move

    After upgrading to 10.1.2.17 on 1/30/2011 all sound ceased on my system. Updated the sound card driver to no avail. No conflict in compatability mode. When song selected in iTunes, the play bar doesn't move nor do movies have audio in quicktime. Ther

  • WD Intellipark - has the problem been solved?

    Hey folks, I want to buy a new hard disk for my arch server. I need a capacity of ~1TB and I also want to make sure, that the emission (noise, heat) and power consumption is very low. My search for a suitable hard drive led me to the Green series of

  • Message Mapping Loop

    Hi, I want to have a loop in message mapping. For example: Customers   Name (unbounded)     ID     GivenName   Adress (unbounded)     ID     City ID is the key which determines which Given Name belongs to which city. That should be transformed to Cus

  • Mac os 10.4 intallation hang???

    i have tried to install mac os 10.4 in my imac g3 but when i restart it hangs on grey apple logo and little round thing moving (like in flash loading) no process after that.

  • BEA-380000: Transport Exception

    I am getting this exception when i am trying to call a business service from proxy using dynamic routing , please help me      <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">      <soapenv:Body>      <soapenv:Fault>