URL command

I'm experienced in SSIS and some simple scripting using the Script Task. But completely new to URL commands. I have the need to download some data via a web service using a URL command. I can type this command into a web browser and it does something.
Does SSIS allow me to run a URL command somehow?... thinking Script Task. I'm so new to URL commands that I'm not even sure how to ask the question. All I know is that I have a certain URL command that I can type into a browser and I want to do the same using
SSIS. I hope my question makes sense.

You can use Webservice Task in SSIS for this
see
http://www.bidn.com/blogs/BillBrannen/bidn-blog/619/ssis-web-service-task-step-by-step
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
Looks like something I should dig into. Not being familiar with what a web service is... not sure how to ask my question. I believe the particular URL I am typing into the browser is a web service. It gets some data in a csv format and I get a prompt in
the browser that asks me to open or save this csv file. That is what I want to automate using SSIS by configuring the file save location.  But before I do the output file configuration, I want to see if SSIS likes the URL I typed in. Should I be able
to type in this same URL and hit Test Connection and expect it to come back OK?... because right now when I hit Test Connection, I get this error (I've also provided the login and the password required by this web service URL.)
TITLE: Microsoft Visual Studio
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
BUTTONS:
OK
Am I limited to typing in a URL that ends in .asmx?WSDL.... because the URL that I'm trying to type in goes something like h t t p s://whatever.com/blahblah/moreblah?<param1>=val1.... I'm getting the sense that this isn't the kind of URL that this
task likes.
Should I be able to work with a URL like this in SSIS?

Similar Messages

  • Variant problem - URL command

    Hello,
    I´m facing a problem when I use a BI 7.0 URL command with a variant.
    I created a query with a hierarchy node variable for Cost Center characteristic.
    Then I executed the query and saved 2 hierarchies nodes values for the variable in a variant.
    When I execute the URL bellow, to call the web template with the saved variant, the input screen
    shows me just one value for the hierarchy node.
    http://portal.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews?TEMPLATE=ZCO_TESTE_VARIANTE&VARIABLE_SCREEN=&VARIABLE_VARIANT=VAR_ZAA_MP01
    If I select the variant in the screen, instead of calling it in the URL command, it works ok (brings
    the 2 hierarchy nodes), but I need to select the variant through an URL command.
    Do you have any idea how to solve this problem?
    Thank you
    Regards,
    MB

    Thanks for your help, Heike.
    We are in BW 3.5 SP12 and i think this note is not relevant for this version.
    I´m in doubt if i need to set the color values again in URL and also the number of classes.
    These parameters were filled in the template definition and i need to rebuild the template with newer breaks values.
    Do you have idea if something is missing in the URL or any example ?
    Regards
    Eduardo

  • Question about WEBAPI URL commands

    Hi,
    In Visual Composer I'm making a drilldown from table 1 (output from  BW query 1) to table 2 (output BW query 2, but same filters as query 1). In my first table I have many keyfigures, in my 2nd table I just want to display that keyfigure with more detail based on the selection from query 1.
    Since I can't filter on keyfigure level in VC itself I need one WEBAPI (url command) to do one additional filtering since I don't want to show all keyfigures in query 2 / table 2. I have been testing this first with supplying the WEBAPI string with the fixed (hardcoded) values and this works fine. It looks as follows :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=44VSUXQJNO2MG4CLOAF5M503I
    The first string is the name of my keyfigure structure in my query, the 2nd string is the technical name of the keyfigure on which I want to restrict. Like it said, supplying the command url values hardcoded words so I thought i was finished...
    Now I wanted to pass the right selected value from table 1 via the VC in the FILTER_VALUE field.
    It looks as follows now :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=@KF_key'
    But this doesn't seem to work although @KF_key contains the right value. KF_KEY should give the right technical keyfigure name.
    Am I using the right syntax in the FILTER_VALUE part ? I have seen some topics on this forum where people also use the & symbol in some parts but I don't get it up and running
    thanks
    Message was edited by:
            Double U

    Suddenly it works.
    The correct syntax :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=<b>'&@KF_key&''</b>

  • What are REQUEST_NO and PAGENO parameters in WebAD url commands?

    Hi,
    I cannot find any documentation on what are <b>REQUEST_NO</b> and <b>PAGENO</b> parameters in WebAD url commands and how to use them.
    Like in this case:
    http://..../sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=0&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&...
    Will appreciate any hints!
    Vitalik

    This is a pretty normal thing to have to do, even on a form you can't guarantee all the values will be returned (unchecked checkboxes for instance won't ever send a value).
    In my code I am checking to see if these params are in
    the url or not:
    arg1 = request.getParameter("arg1");
    if(arg1 == null)
    do something1;
    arg2 = request.getParameter("arg2");
    if(arg2 == null)
    do something2;
    Just change your logic a little:
    // If the param is passed, get the value ...
    if (request.getParameter("arg1") != null)
        arg1 = request.getParameter("arg1");
    else // No parameter "arg1" passed ...
        // do something

  • Help on URL Commands

    Hi,
    I have an HTML program, in which I have created a button.
    On this Button, I am executing my URL.
    Our problem is when the user clicks the button, my url getting executing & he can see the entrie link on the address bar with all the variables and filters which has been set.
    Is there anyway to disable the address bar through url commands by which user cannot see the url.
    I have also created the logoff button on the template which i have created. Can anyone please help in code how to logoff / disconnect from BW.
    Regards
    Ramesh Ganji

    Hi Ramesh,
    if you know a little of java script, you can easily do this. You can make the address bar of window disappear using a one line of code. Give it a try, if it fits yr needs.
    Regards,
    Purvang

  • Get Url Command probs

    I'm having a strange problem with Flash, I have a Flash
    banner which I need to attach the 'GetUrl' command to. That bit is
    simple - the code is:
    on (press) {
    getURL("
    http://www.bluesq.com/bet?AFF_ID=21454",
    "_blank");
    None of the expression boxes are ticked, I've tried them
    clicked, unclicked - but still getting the same result.

    url?
    Hard to fix without seeing the problem.

  • WAD 3.5 URL - Command Sequence Filter and set_hierarchy_state in same url

    Hey folks,
    i need your help with following command sequence:
    The Filter command works perfekt, but the second command 'set_hierarchy_state' doesnt work. I really tried everything, read blogs and how-to's...  please help me out:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&FILTER_IOBJNM=0DISTR_CHAN&FILTER_VALUE=30
    &FILTER_COLLAPSE=&FILTER_SIGN=E%26CMD_1%3DCMD%3DSet_Hierarchy_State%26
    DATA_PROVIDER%3DSFS_INTEC%26IOBJNM%3D0DISTR_CHAN%26HIERARCHY_NAME%3D
    AP_IP_FS_GESIPA%26ACTIVE%3DX
    This command works:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&CMD_1=CMD%3DSet_Hierarchy_State
    %26DATA_PROVIDER%3DSFS_INTEC%26IOBJNM%3D0DISTR_CHAN%26ACTIVE%3DX
    and this works:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&FILTER_IOBJNM=0DISTR_CHAN
    &FILTER_VALUE=30&FILTER_SIGN=E&FILTER_COLLAPSE=
    but i need the combination of both single commands

    Hi..
    I solved my own problem..
    that's the command sequence that works:
    &CMD_1=DATA_PROVIDER%3DSFS_LOCHER%26FILTER_IOBJNM
    %3D0DISTR_CHAN%26FILTER_VALUE%3D30%26FILTER_SIGN%3DE
    %26FILTER_COLLAPSE%3D&CMD_2=DATA_PROVIDER%3DSFS_GRUPPE
    %26FILTER_IOBJNM%3D0DISTR_CHAN%26FILTER_VALUE%3D30
    %26FILTER_SIGN%3DE%26FILTER_COLLAPSE%3D
    &CMD_3=CMD%3DSet_Hierarchy%26DATA_PROVIDER%3DSFS_INTEC
    %26MULTI%3DX%26IOBJNM%3D0DISTR_CHAN
    %26HIERARCHY_NAME%3DAP_IP_FS_GESIPA%26ACTIVE%3DX

  • The URL command to filter a range for 0FISCPER

    Hello,
    Does someone know how to set a filter for a range for 0FISCPER in an URL.
    I tried FILTER_VALUE_LOW and FILTER_VALUE_HIGH, but this seems not to work for a compounded InfoObject.
    Next I tried FILTER_OPERATOR=GT and FILTER_OPERATOR=LT but also this didn't give any results.
    Regards,
    Sjaak

    Hi,
    please keep in mind to specify the complete compounded value.
    (See http://help.sap.com/saphelp_nw04/helpdata/en/59/edfe395dd76846e10000000a114084/frameset.htm)
    For example the correct notation could be
    FILTER_VALUE_LOW = K42004006
    You can verify the correct filter value format this way:
    Create a drop-Down-Box with 0FISCPER execute the template with parameter snippet_operations= (To ensure that an url request is sent) Now you can check in the url the correct format. Or just have a look on the generated HTML-Coding.
    Heike

  • Problem whit openDocument URL command

    Hi all
    I have a problem when I try access for a url to report, I use this url http://(server):(port)/OpenDocument/opendoc/openDocument.jsp?iDocID=(doc number)&apsuser=(user name)&apspassword=(password)&apsauthtype=secEntrerprise and not work the user is bad charge and the password is empty.
    Any idea?
    Thanks & saludos
    Diego Trettel

    Hi Diego,
    OpenDocument doesn't recognize any enterprise logon credentials passed in the URL. It recognizes only the logon token. The parameters you are using for logon is for viewrpt.cwr. For OpenDocument, you need to generate logontoken(you need to use sdk), then use the parameter "token" to pass it in URL. 
    There are two SAP notes about how to do that dependent on which platform you are using. You can seach by numbers in SAP support portal.
    1206939 - How to create a logon token for the openDocument method and URL reporting using the Java SDK
    1198684 - How do you create a logon token for the OpenDocument method and URL reporting in BOE XI using the COM SDK (ASP)? 
    Hitomi

  • Changing Bubblesize in Portfoliochart by URL-Command

    Hello all,
    in our case we have filled the third column of the datatable with fixed values (e.g. 10). So the bubblesize of all dataseries is the same (requirement of our customer).
    So, the only way to change the bubble size is to change the value of the field "adjusting bubblesize". This field can be found in webapplication designer by options of the dataseries in the portfoliochart.
    Now my question.
    Is there any possibility to change the value of this field by using SAP_BW_URL-Command. Which parameter i have to use. I didn't found it in the web-api.
    Thanks for your help
    Andreas

    Hi,
    no it is not possible to change this parameter. The chart configuration is stored as a blob and can't be changed.
    What you could do: Create a second chart item with the relevant parameters. Save it as a library item. Use the command RESET_ITEM to change to the new library item
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/b41d3c38b25313e10000000a114084/frameset.htm
    Regards
       Heike

  • Adding a get URL command

    I apologize in advance for being completely green to flash.
    I've created an html website in dreamweaver. The opening page
    has an intro flash movie (an .mov which I compressed in flash
    encoder). When the movie ends I want it to automatically go to the
    next page. There has to be a simple way to do this, right? I'm a
    total newbie so stating anything obvious is really appreciated.
    Thanks in advance.

    Hello rudyt35,
    > I apologize in advance for being completely green to
    flash.
    >
    > I've created an html website in dreamweaver. The opening
    page has an
    > intro flash movie (an .mov which I compressed in flash
    encoder). When
    > the movie ends I want it to automatically go to the next
    page. There
    > has to be a simple way to do this, right? I'm a total
    newbie so
    > stating anything obvious is really appreciated.
    >
    > Thanks in advance.
    maxi easy way, i guess, will be stretching your movie in
    keyframes when importing
    it inot flash. So, the last keyframe with your movie can be
    visually seen
    on a timeline and you can easily type in this very frame (or
    the very next
    frame) your getURL command.

  • Ubuntu url command line different than windows

    I have used Firefox for Windows for years.
    I have recently started using it on Ubuntu. Works well.
    I have seen one difference that bugs me.
    It doesn't automatically highlight the URL address when clicked. (see Troubleshooting Information for how to reproduce behavior)
    Any ideas? is there a control or setting that regulates this behavior?
    ==================================
    Four cheers to all who have built and maintained it.

    On Linux you can do that with a double-click: browser.urlbar.doubleClickSelectsAll (true)

  • What is the URL commands for pre-filling a widget

    I want to enter fields for the singer

    You're going to need to explain your question better. In the mean time though i think the REST api documentation may  be of use:
    REST API — Document E-signature Software — EchoSign

  • LMS 3.2 - URL or CLI-Command to manually start a CM datacollection

    Hello all,
    does anybody of you know whether it is possible to start a CM-DataCollection via either invoking a URL-Command or a CLI-Command?
    Thanks for any feedback
    Lothar

    No, this is not possible. Data Collection must be scheduled, or started via the GUI.

  • Command URL Sequence

    A master Web Template include 2 web template items, and Prefix for Logical Name was set to the 2 web template items, say A1 and B1.
    Within the 2 web template item each of them has 2 dataprovider and a URL command sequence is created to activate & deactivate condition
    Running the 2 web template individually the URL command sequence is working properly.
    But when it was run under the master Web Template, the prefix only pass to 1 of the dataprovider in the command sequence, which make the function not working
    e.g. Command Sequence like the following
    <SAP_BW_URL CMD='SET_CONDITION_STATE'DATA_PROVIDER='DATAPROVIDER_1'
    CONDITION_ID='3XE37J1VQS1LJFFQUDZ4WTCA0' ACTIVE='X' CMD_1='CMD=SET_CONDITION_STATE&DATA_PROVIDER=DATAPROVIDER_2&CONDITION_ID=3XE6D54O1XDWFHGLW6JIORO88&ACTIVE='
    When running in the master Web Template, a prefix parameter of "A1%2e" is added before DATAPROVIDER_1, but not DATAPROVIDER_2.
    Any one know how to handle this?

    Hi Peter,
    I have a similar issue under BW 3.5 except that I have not had any success with command sequences. I have web templates that I use as menus to get to the web template that has the command sequence assigned to a button. When I change the command in the command sequence to handle either of the commands as a single command it works fine.
    I noticed that you used double quotes on the CMD_1 string whereas examples I have seen use single quotes. I don't know if that is the issue.
    I'm not helping you much but at least you know you are not alone with this issue.
    If I have any success in overcoming it I will let you know.
    Regards
    Rob

Maybe you are looking for

  • ITunes for iPod Nano 5th generation

    Hi I have a iPod Nano 5th generation with the click wheel and no touch. When I search iTunes fro Apps & Games, I find only for iPad, iPod Touch or iPhone. How do I search only for iPod Nano 5th generation click wheel games

  • Polling with RFC Sender Adapter

    Hi, i am facing a general problem with the rfc sender adapter. I have to design a scenario where periodically pi has to call a rfc fuba/bapi in R3 and insert the response into a database or create a file. I looked for some possibilities to impelement

  • Older version of Pages?

    I can't download the new Pages since my computer doesn't have OS X 10.9. How can I get around the problem? Or is there anything to do about the problem that my Open Office has flipped and says that there are pages that needs to be re-opened, but I ca

  • TS2934 rented movie not loading

    Purchased rented movie on Apple TV from Itunes and after pressing play, only loading symbol shows and movie never plays

  • Build the output file problem

    Hi, good day guys we dev the interface for stock information for mmi interface. For build output file. we coded as below as. but i need to build the out put file with Alias. how to do it?plz let me know FORM build_output_filename .   CLEAR outfile. *