Tool required to test webservice regarding  Webservice to IDoc

Dear All,
Iam dealing with Webservice to IDoc Scenario . I require a tool to test my Web service . Please Do the needful
Thanks & Regards,
Kalyan

Hi kalyan,
u can test using "Altova XML spy" or "Soapui".
Download  "Altova XML spy"  from the below link.
http://www.altova.com/download/xmlspy/xml_editor_enterprise.html
<u><b>Using XML SPY:</b></u>
Now open XML spy->go to FILE->OPEN->(select ur WSDL)->click on text(see below)->goto SOAP(see above)->create new SOAP request->ok->select MI->ok...
now u will get soap request in XML format.Now again goto SOAP->send request to server.if evrything is correct ...wait smtime u will get ur desire output.
Download SoapUi here below
http://sourceforge.net/projects/soapui/
<u><b>Using SoapUi:</b></u>
Open SoapUi....goto FILE->New WSDL Project->give any suitable name and browse the WSDL->Now drill down ->u will see  "request1"->double click on that(here request gets create automatically.->click on the small green triange shape icon above.
Regards
biplab
<i>**reward with points if helpful</i>

Similar Messages

  • Testing webservice using Weblogic's test client

    Hi,
    Getting this when I start the test client to test the webservice, looks like its a MAC address....what i expect is the IP address, bit of a pain having to type the ip address each time. Any help would be great.
    http://[2002:1011:cd64::1011:cd64]:7001/wls_utc?wsdlUrl=http%3A%2F%2F%5B2002%3A1011%3Acd64%3A0%3A0%3A0%3A1011%3Acd64%5D%3A7001%2Ftransactions%2FTransactionService%3FWSDL
    Using weblogic 11g running on Windos 7, this is my test machine.
    regards
    David

    An alternative is:
    use txn WSADMIN and open the node for your web-service. Then, press the 'Rench' button or F8 to open the web based test tool.
    You need to provide logon credentials if basic authentication was required for the WS.
    Pls reward points if helpful.

  • Testing Webservice via EM: Limitations...

    Hi,
    we have a WSDL with more than 30 functions.
    The generation of a java webserivce works fine.
    The testpage provided by the iAS shows only for a limited number of functions the html AND xml form for the input variables. So testing gets difficult....
    All functions work and can e.g. accessed via BPEL.
    Is there a known limitation about the number of functions of a webservice and this testpage?

    Hello,
    Could you please give us the release of OracleAS you are using?
    About the limitation, it is hard to answer, so for testing you can test with another tools (SOAP UI for example), or creae a proxy using JDeveloper and use client class to test from Java.
    I am very interested to know what is the exact issue, could you please copy the WSDL like that I can recreate a service from it and test.
    Regards
    Tugdual Grall

  • Not able to test webservice through enterprise manager

    Hi All,
    We have deployed few composites. Deployment was successful. but when we try to test the service using "Test" button in the composite. we are getting an error below the WSDL URL in the Test Webservice page.
    Following is the error:
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - oracle.sysman.emas.sdk.wsm.WsmServiceAccessException: Cannot locate service: oracle.wsm.policymanager.IPolicyService
    I'm able to open the WSDL in browser. We dont have any OWSM policlies set for any of the composites.
    When i use the WSDL URL in a partner link, the operation and other properties getting loaded, i/p and o/p elements of the WSDL also getting retrieved.
    SOA version: 11.1.1.6
    This is applicable for all composites we deployed.
    Please help us in resolving this issue.
    Regards,
    Terry
    Edited by: 965185 on Oct 16, 2012 2:05 AM

    In my case issue got resolved after I added java.naming.provider.url
    Steps:
    Log into EM then select the domain in use and use the following the menu path, WebLogic Domain> Web Services > Platform Policy Configuration
    From there, select the Policy Accessor tab., then click Add to add a property.
    In the Add Property window, specify the following values:
    In the Name field, enter this property: java.naming.provider.url
    Value: t3://<hostname1>:<port_number>,<hostname2>:<port_number>

  • Merging WSDL and sending it to a test webservice

    Hi All,
    I have four wsdl to merge into a single wsdl and import into XI and use
    it a source data type. The wsdl contains different namespaces in it.
    Could anyone guide me the procedure step-by-step to do it. Any help is really appreciated. Can I send the merged wsdl through XML spy to a test webservice and test it. How can i create a test webservice to test it.
    Thanks
    Michael

    Hi,
    To merging, using xml spy you can try it out.
    To Test a Webservice refer this blog-
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    Hope this helps,
    Regards,
    Moorthy

  • Problem Testing Webservices

    Hi,
    i have created a webservice and am trying to test it using "test Webservices" option in jdev 11.
    When i run it, following is the error i get. I need help resolving it .
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config>
    D:\Jdev\jdk\bin\javaw.exe -client -classpath D:\Jdev\j2ee\home\oc4j.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config\java2.policy oracle.oc4j.loader.boot.BootStrap -config D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    WARNING: Bulk-load class 'oracle.j2ee.ejb.TimeoutExpiredException' not found in /D:/Jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in D:\Jdev\j2ee\home\oc4j.jar)
    Oct 12, 2007 5:51:26 PM oracle.j2ee.util.AnnotatedLogger log
    WARNING: The minimum thread pool size must be >= 2. Automatically adjusting minimum and maximum thread pool sizes.
    Oct 12, 2007 5:51:31 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    07/10/12 17:51:33 WARNING: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    07/10/12 17:51:58 java.net.ConnectException: Connection timed out: connect
    07/10/12 17:51:58      at java.net.PlainSocketImpl.socketConnect(Native Method)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    07/10/12 17:51:58      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    07/10/12 17:51:58      at java.net.Socket.connect(Socket.java:519)
    07/10/12 17:51:58      at java.net.Socket.connect(Socket.java:469)
    07/10/12 17:51:58      at java.net.Socket.<init>(Socket.java:366)
    07/10/12 17:51:58      at java.net.Socket.<init>(Socket.java:208)
    07/10/12 17:51:58      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:91)
    07/10/12 17:51:58      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postDeploy(Oc4jNotifier.java:75)
    07/10/12 17:51:58      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    07/10/12 17:51:58      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    07/10/12 17:51:58      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    07/10/12 17:51:58      at java.lang.reflect.Method.invoke(Method.java:585)
    07/10/12 17:51:58      at oracle.j2ee.util.ServerLifecycleClasses.invoke(ServerLifecycleClasses.java:65)
    07/10/12 17:51:58      at oracle.j2ee.util.StartupClasses.executeExternalPostDeploy(StartupClasses.java:52)
    07/10/12 17:51:58      at oracle.j2ee.util.StartupClasses.postDeploy(StartupClasses.java:69)
    07/10/12 17:51:58      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1247)
    07/10/12 17:51:58      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:129)
    07/10/12 17:51:58      at java.lang.Thread.run(Thread.java:595)
    07/10/12 17:52:02 Oracle Containers for J2EE 10g (11.1.1.0.0) initialized
    Regards
    Ashish

    In Overview of service in SOAMANAGER you have
    Open porttype WSDL document 
    Open WSDL document for selected binding 
    Open Web Service navigator for selected binding
    The WSDL is a xml file so if you click second link is correct you get xml page. If you want to test the service giving it an input you have to click on third link.
    For what about no entry in WSADMIN, I am facing this issue too, but I think it's normal because the complete management of the web service should migrate to SOAMANAGER, being obsolete WSADMIN.
    regards
    gabriele

  • Is there any tool uses Selenium tests for performance test

    Hello!
    I am looking for a tool for using performans test.
    I have Selenium test scenarios and I want to use them for performance tests.
    Which tools use Selenium tests for performance tests or
    Which are the best tools to test a JSF Application? Which experiences
    have you made?

    Hi,
    If you have the test kit installed i.e. the CTK , then you will find it under the corresponding test folder. For example , i have it under C:\Program Files (x86)\WindowsEmbeddedCompact7TestKit\tests\target\
    The test harness files , tux and kato can be found under 
    C:\Program Files (x86)\WindowsEmbeddedCompact7TestKit\harnesses\target\
    The above two files tux and kato would be required for running any tests on Windows embedded compact platforms.
    Depending on your platform , you may choose to use the corresponding binaries in the sub directory.
    Regards,
    Balaji.

  • Tools for automation testing on iPhone

    Hi All,
    Please let me know if there are any commercial tools available that can be used for automation of iPhone testing, on Mac Machines.
    Thanks in advance
    Amit..

    Hi Ahetejaz,
    What’s the detail requirement of security testing?
    In the VS2012, we can do unit test, web test, load test and so on. I think all of them can’t do the security testing.
    # Creating Automated Tests
    https://msdn.microsoft.com/en-us/library/dd380755(v=vs.110).aspx
    I think you need to find security test tool on the internet. 
    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.

  • [Java and all else] Requirements tracking, testing, and versioning

    Hello,
    as a semi-experimental subject, I am considering managing requirements and test documents in the same version control system as the code.
    For some reasons, this versioning policy doesn't seem mainstream, so I'd like to have your opinion on that.
    +N.B.: the prefix "java and all else" refers to the fact that I'm using this area to post a message that is related not only to Java but also to other topics (people, processes, tools,...) that help program in Java - so this post is not really off-topic either. For the record, I filed a suggestion to open a dedicated forums to discuss topics like that, although it hasn't received enthusiastic support so far :o(...+
    Here is how I had imagined to proceed:
    - requirements document gets edited and stored as text in the VCS
    - test plan (basically a matrix of which tests cover which requirements) goes into the VCS as well, text or binary
    - test instructions (detailed steps, actions, expected results) are stored as text in the VCS
    - test results - I do'nt know yet, but I planned to store them as text (lists of testId=result) in the VCS (I'm not sure indeed, that those would go into the VCS)
    The advantage of versioning those as text is that all VCS clients support easy-as-a-click history browsing and diff capabilities.
    Diffs and logs are useful to trace when and why a requirement has appeared, evolved, obsolated,... Especially in long-lived systems whose maintenance crew rarely embeds "historical" pioneers who developed the original systems.
    My questions:
    1) Is it good practice to version such docs in the same repository as the code?
    I've never seen this done.
    - In half of the shops I've been these docs are not really versioned (the PM considered it enough that the latest applicable version of the docs was available)
    - The other half has used versioning systems ranging from ad-hoc (shared folder acting as repository of all versions) to "document management systems". I found such tools to be developer-unfriendly (poor diff capability, poor text searching), and developers to be office-document-reluctant (mostly because of the shortcomings of the doc format and doc management systems).
    - The third half <wink to aficionados of French cinema> used dedicated softwares (Test Director, RQM,...) to manage requiremetns, test plans, test cases, test results,... The drawback is that the developers were hardly involved in using such tools, and even when they were, were not trained to use the administrative and metadata capabilities (who modified the test steps, when and why?).
    On the contrary, developers would easily and gladly browse histiry, check diffs, etc... on text documents versioned using their daily-used source control system.
    2) Are there "standard", preferrably text-based, formats, for the documents listed above?
    Each and every organization I've seen had its own format, but most items have equivalents in all organizations, even if disguised under different terminologies. I have no formal education or training in quality assurance, but I guess some ISO or CMM norms define those recurring items, and I expect some abstract XML format might exist
    3) Are there tools already that cover edition and exploitation of such formats, or why not, of the versioning of such formats (naive example, graphing the pass rate of tests over time)?
    A pet project of mine is to develop and open-source some Swing UI to do this, but existing tools would save me the trouble.
    I'm looking forward to reading about your own experience.
    Best regards,
    Jerome.
    Edited by: jduprez on Jun 4, 2010 10:33 PM
    Fixed link.

    I don't have data on comparative bug rates because we did not do studies focused on that. This stuff was mostly driven by convenience #) considerations.
    Subjectively, yes it seemed to have lower bug rate compared to maintaining documents in, say, pdf format (like our doc writers did with User/Dev guides). BTW doc writers are another kind of guys who dislike plain text.
    As for using test results history the way you describe - agree, that makes some sense. Now that you mention it I recall using it myself that way, in one of the projects where testers managed to establish really convenient way to assess test execution history. After I figured how easy it was, I began using it. Quite helpful indeed.
    Regarding "tool or format that mapped tests to specific requirements" in your original post - did you consider Polarion? IIRC it supports mapping requirements to test descriptions. Telelogic DOORS are maybe also capable of that but I am not completely certain.
    #) convenience -- BTW we maintained test descriptions not in plain text but in simple HTML (you know few tags one can use in javadocs). With limited line length, it is almost as VCS friendly as plain text, even with tables:
    <!DOCTYPE "stuff to make HTML validator happy">
    <html><title>test description</title>
    <body>
    <table>
      <tr>
        <td>test id</td>
        <td>synchronized.10988343</td>
      </tr>
      <tr>
        <td>instructions</td>
        <td>
          <ul>
            <li>sacrifice a goat
              <ul><li>under the full moon</li></ul>
            </li>
            <li>twirl counterclockwise
              <ul><li>until you barf</li></ul>
            </li>
        </td>
      </tr>
      <tr>
        <td>pass criteria</td>
        <td>
          <ul>
            <li><b>pass</b> if method is synchronized</li>
            <li><b>fail</b> otherwise</li>
          </ul>
        </td>
      </tr>
      <tr>
        <td>comments</td>
        <td>
           <a href="http://forums.sun.com/thread.jspa?messageID=10988343#10988343">
           click here for details</a>
        </td>
      </tr>
    </table>
    </body>
    </html>
    {code}
    We were also using [HTML validator|http://validator.w3.org/|tool] tool to automatically catch simple syntax mistakes like missing tags.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Gettin error in msg monitoring --webservice to idoc

    Hi all,
    While sending the data from webservice to Idoc I am gettin error like this.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_SERV</SAP:Code>
      <SAP:P1>BS_Exten_Wrnty</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to convert the sender service BS_Exten_Wrnty to an ALE logical system</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    checked with soap-its working fine .i think problem  with idoc.
    Please suggest
    Abhishek

    hi
    for this error
    Unable to convert the sender service BS_Exten_Wrnty to an ALE logical system,check blog
    The specified item was not found.                              
    regards
    kummari

  • Webservice to Idoc Scenario

    Hi,
    1. I need to create a interface where a webservice call will be made to XI and XI will create an Idoc on SAP and sent back a response message.  The interface is working fine where the webservice call is creating the Idoc but I am unable to get a response back for the Webservice call.  Is there any way to do this, without using a BMP?
    2. I have been looking for BLOG's or examples of Idoc to a Webservice, using the Receiver SOAP adapter and Webservice to Idoc, using the Sender SOAP adapter but haven't found any.  Please let me know if you know of such documents.
    Thanks
    Rudi

    Hi Rudi,
    using IDoc u can't get the response. u can get only acknowledgement in case of idoc.And the rcvr SAP system will send the Idoc acknoledgement to XI system ,not to the sender system.
    So in ur case i think u have to go for 2 diffrent scenario..
    SOAP to IDoc
    IDoc to SAP.
    or u can do 1 thing.. using BPM u can send the acknowledgement from XI to sendersystem incase if u need to only route the acknowledgement to sender sys.
    Regards
    Biplab

  • Any suggession on Tools for Performance testing of application designed for Blackberry phones.. which can get some details on CPU usage, memory, response time?? any help on the same is much appriciated.

    Hi Team,
    Any suggession on Tools for Performance testing of application designed for Blackberry phones.. which can get some details on CPU usage, memory, response time?? any help on the same is much appriciated.
    Thank You,
    Best Regards,
    neeraj

    Hi Team,
    Any suggession on Tools for Performance testing of application designed for Blackberry phones.. which can get some details on CPU usage, memory, response time?? any help on the same is much appriciated.
    Thank You,
    Best Regards,
    neeraj

  • Tool for Unit Testing

    Hi,
    Is there any tool for unit testing.
    Thanks
    krish

    Hi Krish,
    Check the below help file for testing.
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    Hope it helps.
    Regards,
    Raghu

  • Webservice to IDOC : Bridge sync/async

    Hi,
    I have a simple scenario where we send data synchronously via webservices and idoc would be created in target system.
    So I need to create a sync/async bridge.
    But i have a doubt in first receiver step and its properties:
    Syncronous interfaces --> it must be a SYNC and abstract message interface
    Message --> It must be an element of container. When i create element in container, only abstract ASYNC message interface could be selected.
    Then,  with this configuration,  error  " Message to be received and synchronous interface do not have identical types " is returned.
    How to do it?
    Thanks, in advance
    Carme.

    Hi Carme,
    Just make sure you are making a SYNC/ASYNC bridge in BPM as explained in the following doc's
    saptechnical. com/Tutorials/XI/SYNCASYNC/Page2.htm
    Alternatively you can use the BPM pattern; BpmPatternSyncAsyncBridge for the same.
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

  • Webservice to IDoc

    Hi
    I am getting this error in my senario Webservice to Idoc.
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_BE_NOT_SUPP</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Only asynchronous processing supported for IDoc adapter outbound processing</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    anybody face the same problem.
    Thanks
    Gowri K

    Hi ,
    Idoc adapter supports only asynchronous processing.
    Check this thread..talking abt same problem
    Re: Http to IDOC Error
    Sekhar

Maybe you are looking for

  • Is it possible to design a website completely in Fireworks?

    Just wondering if this is possible I used to be a engineering designer (& learned dozens of progams while in the field) & I'm trying to help my buddy with his new business building a website. I have no desire or need to learn code. Fireworks seems ea

  • Open png

    Why can't photoshop CC open PNG?  Does it matter being a trial version?

  • Synchronizing Mac Book and IMac

    I have Mac Book and recently I bought IMac. Have transferred all the data and settings to the IMac. Now I wonder how can I keep both synchronized??

  • Can you use Windows 7 OEM on bootcamp

    I want to install Windows 7 OEM edition on bootcamp? (http://www.amazon.co.uk/Microsoft-Windows-software-intended-builders/dp/B004Q0PT 3I/) Does anyone have experiance of this working?

  • Updating nokia n95 8 gb using device manager?

    Hi friends Can anyone tell me how to update n95 using device manager option in the phone? Solved! Go to Solution.