Testing ICO using WSNavigator

HI Folks,
I am getting a mapping error while using WSnavigator to test my SOAP to Proxy scenario.
PI server is PI7.3ehp1 SPS8
Error: com.sap.aii.mappingtool.tf7.IllegalInstanceException; Cannot create target element.
Reason being XML payload in message content looks like below:
<yq1:MT_Get_WorkOrder xmlns:yq1='urn://Ellipse_SAP/WAMMI_01/Ellipse/Get_WO' xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><WorkOrder_Details><Workrequest_Num>WR_1002</Workrequest_Num><Workrequest_Desc>TestRequest_Anurag2</Workrequest_Desc>
<Workorder_Num>WO_1002</Workorder_Num><Workorder_Desc>TestOrder_Anurag2</Workorder_Desc>
</WorkOrder_Details></yq1:MT_Get_WorkOrder>
I am not sure why message has been converted into this format.
Is it something wrong with WSnavigator?
While sending data from WSnavigator it looks like below:
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
    <yq1:MT_Get_WorkOrder xmlns:yq1="urn://Ellipse_SAP/WAMMI_01/Ellipse/Get_WO">
      <WorkOrder_Details>
        <Workrequest_Num>WR_1002</Workrequest_Num>
        <Workrequest_Desc>TestRequest_Anurag2</Workrequest_Desc>
        <Workorder_Num>WO_1002</Workorder_Num>
        <Workorder_Desc>TestOrder_Anurag2</Workorder_Desc>
      </WorkOrder_Details>
    </yq1:MT_Get_WorkOrder>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Please comment what is possibly wrong here.
Many Thanks & Regards,
Anurag

Hi Anurag
Your soap sender channel is using SOAP Envelope
Check "Do not use soap envelope" in Conversion Parameters if it is your requirement
Regards
Javi

Similar Messages

  • Error encountered while running a test case using MTM

    Hello,
    Has anyone encountered this error while running a test case using MTM 2013? 
    When I click on OK, the message is again shown until that time wherein the popup error is no longer shown.
    When I try to continue to the next pages wherein a modal is being open and I need to enter some data on a text field, the IE would stop working and seems to crash.
    Thanks!

    Hi Kiyaruh,
    Base on the error message, the error is threw by internet explorer.
    Does it have the same issue when access that web site/page in IE directly or it just occurs when run tests through MTM?
    What’s the version of your browser? You may try it with other browser and check whether it has same issue.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:bz-trunk] 17772: Update the url in the tests to use a relative path instead of the default localhost : 8400 so that the tests can pass on appservers other than the default Tomcat .

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

  • Unit Test code using wrong persistence unit

    In the midst of learning Maven, I created a simple application in which I am using JPA (Java Persistence 1.0.2) with EclipseLink implementation (2.0.2).
    Note: This is an Application Managed environment. So I manually control EntityManager's life cycle.
    The persistence.xml file used by the main source code is different from the one that unit test code uses. Main code uses an Oracle DB and the test code uses an in-memory Derby.
    Running unit tests was updating the Oracle DB (!) and I eventually managed to fix that by using two different persistence-units in the XML files.
    However, I don't understand why that fixed the problem. I manually create and shut down the entity managers and they are not running concurrently. I'm pretty sure Maven (or the way I set it up) doesn't mess up the resources (XML files). In fact by looking at Maven's debug output I can see it's using the right XML file for unit tests.
    Could someone enlighten me, please?

    Do you have both persistence.xml files on your classpath? If so, and they contain the same name for their respective persistence units, you should be getting a warning or error since they must have unique names. There is no way to tell which one you want to access otherwise.
    Best Regards,
    Chris

  • Testing model using UI does not open in the UI

    I created a UI for a model and when trying to test it (using Test Model > Start a new configuration > Model UI (select the UI) > Finish), it does not bring up the UI, instead it shows the Configuration Summary page. I have checked the UI and it has the page flow defined properly. What is the reason for this and what is the solution. Thanks in advance.

    Thanks Pankaj, the page flow mentioned in the UI was wrong. I modified it to the correct one. But, now when I test, an error page is displayed. This model has only one UI page.
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    I have this issue with another model also for which there are 4 UI pages, while testing the first 3 display properly while the above error occurs on the last page.
    Based on the above, it seems the error is thrown on the last page of the UI. Is there anything else I can check to resolve this issue? Thanks.

  • [svn:bz-trunk] 14749: Change tests to use fully qualified hostname of flexteam.corp.adobe. com as flexteam was not resolving on all regression boxes.

    Revision: 14749
    Revision: 14749
    Author:   [email protected]
    Date:     2010-03-14 05:43:14 -0700 (Sun, 14 Mar 2010)
    Log Message:
    Change tests to use fully qualified hostname of flexteam.corp.adobe.com as flexteam was not resolving on all regression boxes.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Doc Lit.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Rpc Enc.mxml

  • How to test workflow using eCATT?

    Hi,
    Is there any method to test workflow using eCATT?
    SS

    Hi. What have you done so far, and what are your conclusions based on what you have examined and found out? I wouldn't want to tell you things you already know.
    <b>Spending 10 minutes more asking the question initially can save you a day in solving the problem.</b> See the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/communityguidelines">Community Guidelines</a> for information about how you should ask a question (the section called Forum Rules of Engagement) to increase the likelihood of getting the best answers - that in turn will solve your problem sooner. Spending 10 minutes more asking the question initially can save you a day in solving the problem.

  • Can not run the test form using servlet (patch 8)

    Installed 9I AS 1.0.2.2.1 and forms patch 8 on Windows 2000.
    Configured the Forms Listener Servlet by following the white paper "Forms 6i Patch 8: Oracle Forms Listener Servlet for Deployment of Forms on the Internet".
    I can get the page titled Forms 6i Listener Servlet using URL: http://myserver/servlet/oracle.forms.servlet.ListenerServlet.
    However, I can not run the test form using the servlet by the url:
    http://myserver/servlet/f60servlet?config=servlet. In the formsweb.cfg file I also added a section
    [servlet]
    serverURL=/servlet/oracle.forms/servlet.ListenerServlet
    No meaningful error message. At first it seems very slow, and then shows the "The page can not be displayed" page.
    Please advise.
    Thanks.

    u must add "Script Alias ifcgi60 "$ORACLE_HOME/forms60/cgi" in confirguration.

  • Could anyone provide me step by step testing process using Quality Center ?

    Hi,
    Could anyone provide me step by step testing process using Mercury Quality Center ?
    Recently i got one object need to tested using Mercury Quality center. I do not know how to do that. I have to deliver the object in 3 days
    Treat this is urgent ....
    Thanks in advance....
    Akki

    Hi Akash,
    But this is Solution Manager forum.
    Do you want to integrate Solution Manager & Mercury Quality Center?
    Or is it a pure Mercury Quality center related task?
    best rgds,
    Alagammai.

  • [svn] 3822: update the test to use qa-regress axis web service target

    Revision: 3822
    Author: [email protected]
    Date: 2008-10-22 11:53:21 -0700 (Wed, 22 Oct 2008)
    Log Message:
    update the test to use qa-regress axis web service target
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/ipv6/proxyservice/webService/ipv6_ws_dynamicurl. mxml

    I solved that url problem. But there is still something I need to ask.
    First of all, the solution is the following;
         I have implemented my asp.net web service with visual studio, creating web service application. when I implement the project, it shows how to send requests( soap, http ), and there is http post request.( no get ). then I create and http post service with flash builder, the problem was that I needed to add a submit parameter to that service call since this is a post request to asp.net( Content-Type: application/x-www-form-urlencoded ). when I add this parameter it works well.
         however I want my service to return xml directly. In a different post http://forums.adobe.com/thread/574684?tstart=0 the problem is solved for PHP http requests. but when I try to implement in the same way it gives following error:
    any solution for that? thx

  • Creative Zen Micro Photo not tested for use with Windows so cant install it! Please help

    Heya! Basically when installing the software for Microphoto it stops saying that as my device hasn't been tested for use with windows it cant install for fear of corrupting my laptop! Can anyone help me overcome this because i installed it aagges ago and it let me have the option of continuing the installating, but i had 2 uninstall it and upon reinstalling it it does not give me the option to continue. It just cancels the installation. Can someone please help me as this is driving me nuts!! Y is it that technology is continuosly mucking up grrrrr!
    Lucy

    Are you runnning Win XP SP2? If so, this is a standard warning about unsigned drivers, but it should still give you the option to "continue anyway" to complete the installation.
    Also, make sure you have Windows Media Player 0, as this is needed for Windows XP (drivers) to recognize your MicroPhoto.

  • Create test scripts using e-Tester without using visual scripts

    I'm new researching on e-Test suite.
    I have the following question. Is there any possibility to create test scripts to run automatic tests without using the visual scripts created by e-Tester?
    Today, we are using Selenium to make Web based tests and this tool is included in a custom framework developed in Java. So, we don't use record and play. Directly we create code using objects, methods and attributes provided by Selenium api.

    You can create a dummy java agent script that can that call your module. The java agent script can then be automated to run in e-Load.
    1) e-tester menu ->options->New Scripts (global) -> Advanced -> Java Agent: Check on "Create Java Agent Script.." and the other 2 check boxes.
    2) menu -> File -> New Script
    3) Do Nothing. No navigations, ect...
    4) menu -> File -> Save Script i.e. "empty"
    5) Download and install Eclipse IDE (other IDEs should work but you need to create your own project)
    6) Eclipse -> Menu -> File -> Import -> General -> Existing Project into workspace: Select the root directory that contains the etester generated Java Agent script prefixed with the underscore "_" i.e c:\ETS\etest\Default!\_empty
    7) Once imported I suggest you call your module from within scriptCallback.class EndScript(RunState, ScriptResult);
    7b) When you get better at this you can return errors by changing the ScriptResult() object and view stats from the RunState() object.
    8) You will have to modify the Eclipse Project to be dependent on your jars if you want to debug in eclipse. Secondly there are 2 batch files. These two batch files create the *.JWG file which is just a renamed .JAR file.
    9) You MUST modify the batch files to create the new Empty.JWG including your *.JAR files.
    10) I recommend compiling in eclispe and only running the makefileNocompile.bat (after you add the *.jar inclusion). Ignore the makefile.bat unless you also change the javac.exe execution line to include all the correct classpaths.
    11) Once you are happy with running in Eclipse you should be able to execute in eload. I recommend you test the procedures steps 5 through 10 before adding your own module and code.

  • Producing test software using labview ...

    Hi friends,
    For those of you who produce test software using LabVIEW,
    TestStand, and C/C++, what are your biggest development problems? (By
    the way, this can be hardware or software.)
    George

    Ravens Fan pretty much sums it up. I suppose you can add onto it being forced to deal in a specific platform due to customer requirements when you know it would be orders of magnitude easier with another platform. 
    Out of curiousity, what is the purpose of the question?

  • NullPointerException while testing ID through WSNavigator

    Hi all,
    We are testing the Integration Directory configuration by executing the Sender Agreement WSDL url on Web Service Navigator, When we enter the data while testing it gives following error 'RemoteException: java.lang.NullPointerException'. Whereas if we test the BAPI through SAP R3 it works fine with the same data. Here BAPI is the target.
                             The scenario is that data is coming from .NET which is interfaced to a BAPI in SAP ABAP through PI.
    Regards,
    Atrinandan

    I have used SOAP UI  to test the interface. It has run successfully.
    Then through sxmb_moni transaction I took the xml of the request message generated and imported it in WSNavigator.
    And it tested succesfully in WS Navigator.
    But still the exact reason why it was not running directly in WS Navigator is not known to me
    Maybe some field was remaining null or maybe some field format was wrong...
    If any one knows the exact reason please post reply

  • Unit testing - problems using £ sign

    Sorry if this has come up before...
    We're using the SQL Developer unit testing functionality in what we thought was a fairly straightforward manner.
    We use a startup to set up some data, run a procedure with specific values for the inputs, compare the outputs with expected values, and then use a teardown to remove the data.
    All works well except for one output field. For reasons I won't bother to go into, it's a varchar2 field that returns an amount, in the format £9.99 - i.e. with a UK pound (£) sign at the start of the string.
    Whenever I try and input an expected value including the pound sign, the whole value gets converted to null - so, £9.50 gets saved as an expected value of null, which then, of course, causes the test to fail (unless we set it to ignore the value which somewhat defeats the point of testing !)
    Playing around a little, it seems that characters such as $ and # are ok, but any string that uses £ anywhere within it (e.g. 876f£ffe) gets saved as null.
    Has anyone else encountered this or have a workaround/fix ?
    (SQL Developer version 3.2.20.09, running on Windows XP 32-bit)

    Have you tried opening a new browser window as the new user? That is:
    1. Hold Shift and right click IE shortcut
    2. Select Run as different user
    3. Enter the new user's credentials
    4. Browse to the SharePoint site
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

Maybe you are looking for