HTTP sender, difference between test tool and own application

Hello,
we are using HTTP test tool to connect to XI and send a flat file to a directory. Only a small test!
OK, using the test tool offered here in the SDN, we are successful connecting to XI. SXMB_MONI shows a good result.
But using another HTTP application we get an error back:
error code 404; resource not found
This is what we use in the HTTP application:
http://test.com:8070/sap/xi/adapter_plain?namespace=http://test.com/sandbox&interface=HTTP_TEST_OUTBOUND&service=HTTP_service_test&sap-user=xiappluser&sap-password=secret&sap-client=001&sap-language=EN&QOS=EO
I tried to have a look at the threats here but did not find something I could use.
Who could help?
Best regards
Dirk

Hi,
Just out of curiosity.. is ur client no. <b>001 or 100</b>..?
U can refer to the following weblog for prgramatically connecting to XI server from a java applciaiton...
<i>Connecting to XI server from Webdynpro</i>
/people/sap.user72/blog/2005/09/15/connecting-to-xi-server-from-web-dynpro
hope this helps...
Cheers,
Siva Maranani.

Similar Messages

  • Can anybody explain me difference between test cases and test data

    Hi All,
    Can anybody explain me difference between test cases and test data.
    Testing procedure for FS.
    Thanks & Regards,
    Smitha

    Hi,
    Test case is a procedure how to do the testing of particular functionality and it consists the data that to be given for testing a particular requirement of the given Functional Spec and it also consists the result whether the desired functionality is fullfilling or not.
    Regards
    Pratap

  • Difference between Classic Planning and EPMA Application

    Hi All,
    We are currently working Hyperion Planning version 9.3.1 and we do use Classic Planning Administration. We are in the phase of upgrading to version 11.1.2 and thinking of using Enterprise Performance Management Architecture to work with applications . Kindly let me the difference between Classic Planning and EPMA Application and its cosequences on upgradation.
    Thanks in advance

    Instead of explaining it all again here are some posts around the same subject
    Re: what is the Differenc between Classic Planning and EPMA
    Hyperion Planning - Classic Administration vs EPMA ....
    Re: The advantage of using EPMA?
    EPMA compare to Classic
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Difference between database, websheet and packaged applications

    Hi,
    Can any one explain the difference between database, websheet and packaged applications?
    So far i have worked on database application and not aware of the other applications.
    Regards
    Narender B

    Narender wrote:
    Can any one explain the difference between database, websheet and packaged applications?
    So far i have worked on database application and not aware of the other applications.
    This is fully covered in the documentation:
    About Database Applications
    About Websheet Applications
    About Packaged Applications
    There is little difference between packaged applications and database applications, other than that packaged applications are supplied by Oracle and database applications are created by you.

  • Difference between config tool and offlinecfgeditor?

    I am having a strong confusion between these two. Please help.
    Both require the DB to be up.
    Both requires a restart after a change, that means none of them makes the change in DB directly.
    What is the difference then?
    What I think that configtool directly doesn't make a any change at DB level at all, it only changes the instance.properties file at OS level only, whereas offlinecfgeditor changes the values of the parameters at DB level.
    Please correct me if I am wrong.
    One more doubt:
    What is the difference between instance.properties and instance.properties.vmprop?
    I know second gets created every time with the restart of the DB. Does that mean it's a copy of DB stored parameters?
    Is there a way in JAVA stack by which we can bring the parameters at OS level and DB level in sync, like we do in ABAP in RZ10 by importing the profiles?
    Please reply.

    Hi,
    Basically the configtool and offlinecfgeditor are the same thing, the configtool is more user friendly, but the offlinecfgeditor can be used to access certain files and configurations that the configtool doesn't have access to.
    Any changes done in the configtool are made at a database level, the instances.properties only gets changed after the bootstrap process which involves pulling data from the DB, This is the reason the j2ee needs a restart after ant changes are done to DB by configtools as these core DB files (note just the ones that change the instance.properties) are only accessed during the bootstrap phase, (a start up phase). This is to avoid any inconsistencies.
    The  instance.properties.vmprop just contains information about the jdk in use and other simialar information (used for logs), it will only get created if it does not exist already, hence why it is recommended to delete this file after upgrading the jdk.
    The instance.properties contains important paramters used during the start up of the j2ee system.
    The java stack only syncs OS and DB parameters during start up time (bootstrap).
    Kind regards,
    Cathal

  • Difference between Test workbench and HP Quality center

    Hello,
    What is the difference between SAP test Workbench and the HP Quality center? what is the advantage and disadvantage of each tool?
    Thanks in advance
    Hassan

    the error is in Solution Manager. I am defining the communication parameters in SOLAR_PROJECT_ADMIN / <selected project> / edit / Connection to HP Quality Center. I choose the corresponding project in Quality Center, but when I validate the screen, I get the error I mentioned before, even though the communication user exists in HPQC and is assigned to that specific project.
    Thanks for your reply.
    Marco

  • Difference between ISA webshop and ISA application

    Hi ,
    I have a basic question regarding the ISA , I work on ISA b2c and b2b application and came across webshop what is the difference betwwen an ISA application and ISA webshop where does this Webshop reside ? on J2EE engine and is it default provided by when a application server like 6.2 or 6.4 is installed or where dose it reside ?  I know it is accessed through and URL shopadmin or so ? but not sure how to install it on my local server and so forth please some one give me anidea of it and let me know in lane terms what does this webshop mean . If you want to send any documents feel free to send it to [email protected]
    Thanks in advance

    Instead of explaining it all again here are some posts around the same subject
    Re: what is the Differenc between Classic Planning and EPMA
    Hyperion Planning - Classic Administration vs EPMA ....
    Re: The advantage of using EPMA?
    EPMA compare to Classic
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Difference between DB adapter and Ebusiness Application adapter

    Could anyone please explain the difference between the two adapters?
    If you want to access Applications objects, you could this via the DB adapter - so why use the other one?
    Rgds, Henrik

    DB adapter connect to any database, bu form most of all the Oracle database.
    The Apps Adapter is based on the DB adapter, and access only the specific components of Oracle EBS, that are exposed.
    Marc

  • Difference between prep tool and ds5

    During the the installation of JES3 2005Q1 you are prompted with this option. I thought the ds prep tool was for setting up ds for messaging server? Please explain the differences and why do you have a choice between one or the other....
    Based on product dependencies for your selections, the installer will install:
    * * Sun Java(TM) System Directory Preparation Tool (303.30 KB)
    [X] 18. Sun Java(TM) System Directory Server 5 2005Q1 (46.09 MB)

    Hi,
    Basically the configtool and offlinecfgeditor are the same thing, the configtool is more user friendly, but the offlinecfgeditor can be used to access certain files and configurations that the configtool doesn't have access to.
    Any changes done in the configtool are made at a database level, the instances.properties only gets changed after the bootstrap process which involves pulling data from the DB, This is the reason the j2ee needs a restart after ant changes are done to DB by configtools as these core DB files (note just the ones that change the instance.properties) are only accessed during the bootstrap phase, (a start up phase). This is to avoid any inconsistencies.
    The  instance.properties.vmprop just contains information about the jdk in use and other simialar information (used for logs), it will only get created if it does not exist already, hence why it is recommended to delete this file after upgrading the jdk.
    The instance.properties contains important paramters used during the start up of the j2ee system.
    The java stack only syncs OS and DB parameters during start up time (bootstrap).
    Kind regards,
    Cathal

  • Difference between Classic Planning and EPMA Application 11.1.2.2

    what is the major variaine between Classic and EPMA Planning
    Please advise

    one works well and one is a lifetime of pain... let you decide which is which
    See the search up on the right, put in the following
    difference classic epma
    and go to the results, where would we be without search engines.
    Also do you ever get the feeling of Deja Vu - 11.1.2.1 Classic Planning vs EPMA Planning
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Difference between english (uk) and english british keyboards

    When I typed a message I found my iPhone was set to English (US) when I typed a message, in 'International' I added a 'British' keyboard and now I see I have English so I for some reason have English (UK) and English 'with British in grey underneath' in the keyboard list. Now I see when I go between dictionaries while typing that there are the options of English (UK) and English (US)...  can someone explain:
    1) Why English (US) shows when typing messages and yet it is no longer in the keyboards list?
    2) What is the difference between 'English (UK)' and 'English British'?
    Cheers

    APPLET An Applet represents a bytecode that embedded in a Web Page.
    Applets are executed on the Client Machine automatically the results are displayed at Client Side.
    SERVLET A servlet is a Java Object that provides the implementation of javax.servlet Servlet interface.A servlet is a Server side java program which processes client requests and generates dynamic web content.
    An Applet is a client side java program that runs within a Web browser on the client machine whereas a servlet is a server side component which runs on the web server. An applet can use the user interface classes like AWT or Swing while the servlet does not have a user interface. Servlet waits for client's HTTP requests from a browser and generates a response that is displayed in the browser
    The following are the major differences between an Applet and an Application:
    a. Applets execute within a java enabled browser but an application is a standalone Java program outside of a browser. Both require a JVM (Java Virtual Machine).
    b. Application requires main() method to trigger execution but applets doesn't need a main() method. Applets use the init(),start(),stop() and destroy() methods for their life cycle.
    c. Applets typically use a fairly restrictive security policy. In a standalone application, however, the security policy is usually more relaxed
    PLEASE GIVE ME A REPLY

  • Difference between Testing Message in Integarion Engine and Adapter Engine

    Hi Experts,
    in project, we always test message in runtime workbench>component monitoring>integration engine-->Test Messge
    however, i also find that in  runtime workbench>component monitoring>adapter engine also exists a Test Message tab.
    we don't have access to test messages in this tab, so can anyone tell that what is the difference between testing message in integration engine and adapter engine?
    thanks in advance.

    The usual flow of messages in scenarios which use adapters at both sender and receiver end is as follows
    Sender system -> Adapter Engine -> Integration Engine -> Adapter Engine -> Receiver system
    When you use the testing option in IE, then you are basically posting the message directly to the Integration Engine.
    When you use the testing option in AE, then you are trying to post the message to the adapter engine, which will then forward the message to the Integration Engine. IN this testing, you are also testing the sender adapter also.
    Regards,
    Ravi Kanth Talagana

  • Difference between XI adapter and HTTP adapter

    Hi,
    I am not very clear on the exact difference between XI adapter and HTTP adapter.
    I want to know, when should we use XI adapter and when to use HTTP adapter.
    Regards,
    Santosh

    Hi,
    We use HTTP Adapter in case of the Application is trying to post the HTTP Request message to XI and able to receive the HTTP Message from XI also.
    While using the HTTP as Sender , HTTP Sits on ABAP Stack and can able to communicate with the Integration Server Directly, No need of any Adapter here, it is adapterless communication
    In Case of Client Proxies
    Source application can directly interact with the XI by executing the report in SAP R/3 & will be able to send the XML data to IS,
    So no need of the XI Adapter in this case to post xml to XI.
    In Case of Server Proxies
    Now XI has to post the xml data to the Target Application, here some thing shld be there to establish the medium with the Target System. So we use XI adapter here.
    In the receiver case, we need XI Adaper to communicate XI integration Server with the Local Integration Engine( Which we made in SAP R/3's Business system as local IE) to post the data
    Basically XI adapter will be used in normal scenarios also to communicate Adapter Engine with Integration Server internally while delivering the msg.
    Check this Msg Flow how the XI Adapter is used in Normal Scenarios
    Understanding message flow in XI
    REgards
    Seshagiri

  • What is difference between I-mesage and Text Message, some I want to send I message and but I send text and it's charge to me

    What is difference between I-mesage and Text Message, some timeI want to send I-message and but I send text and it's charge to me.

    Thanks Wj,
    another question, how I got to know, my I-message is activated, I put as ON, but I am not getting mesage it's activated, there is link showing to me, learn more abount I-message. do it will take time? please advise how I can activate my I-message. Please advise.

  • What is the difference between Open-Script and Oracle functional testing

    Hi All,
    Please help me in spotting out the difference between the Openscript and Oracle Functional Testing for Web Application.
    Does Oracle Functional Testing for Web Application have any special features when compared with Open-Script.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Nishanth
    OFT is the old version of OpenScript, which will no longer be part of ATS as per the next major realize 9.20.
    I would recommend to to spend any time looking at it.
    Regards
    Alex

Maybe you are looking for

  • Error while chaning W. Tax in AP

    Dear Experts, I am getting an error while changing W. TAx in A/P invoice i.e.  A/P Invoice - Document Total , Field cannot be updated (ODBC -1029)'  [Message 131-183]. As A/P is OPEN & has not yet been paid. Help required please. Whereas other APs ar

  • WHY is it that you cannot fix (completely so you never have to come back to it again) how adobe flash player works with windows 8.1?

    Hi, I would like to start a discussion on how one of the "leading" software companies in the WORLD cannot provide a better way for their software (which I assume they want everyone to use) to be used in conjunction with windows 8.1.   ADOBE no longer

  • Correcting fillable forms

    thank you for the answer on the fillable forms yesterday. my next question is Is there a way to correct a pdf form by the webmaster to make it fillable after it is already online using Adobe Pro so that people can use adobe reader 8.o to fill in the

  • Apps Store connection problem!

    Every 3/4 apps purchase made always have a loading problem! How can i fix this? I've tried reboot, reset or any thing else but the problem persist. Man! I dont know what to do next. Been trying every recommended step by everyone, but it seems the pro

  • I seem to be unable to find the list of keyword tags - HELP!

    I have been using keyword tags for years in previous versions of Photoshop Elements.  In version 12 at first I noticed that they were harder to apply.  But now, something has happened that has removed the list of tags.  How do I get them back??? (and