OEDQ - IndividualMatch WebService Testing

Hi,
I would like to test OEDQ IndividualMatch web service using Web Service Tester. I have created 2 records and provided similar value. I got result back saying "No Records in Result".
Please help me to test this functionality.
EDQ Version : 9.0.8
EDQ CDS Version : 9.0.4
OS : Windows 7 (64 bit)
Values used:
Record 1:
Last Name : Perumal
First Name : Moorthy
Record 2:
Last Name : Perumal S
First Name : Moorthy
Rest all fields are empty.
Thanks in advance.
Regards
Moorthy

Please read the CDS Business Services Guide to understand the interface and the CDS Matching Guide to understand matching.
In particular, you need to input a recordid for each record, and a value for the candidate attribute to denote whether each record is a driving record (candidate=0) or a candidate for matching (candidate=1), where candidates are not compared with each other, but the driving record is compared against each candidate.
Secondly, unless you enable the match rules to match records using only the name, you will not get matches back for your test cases. The default match rules include name-only match rules but these are not enabled by default, as in most cases our customers do not want to use them. Name only matches are generally 'noise' from a data steward's perspective as they are impossible to resolve. You can enable them if you are trying to use EDQ to integrate directly with a CRM system as a DQ-powered search engine, but this is not the lead use case. The default match rules are intended to intervene if there is a likely duplicate, which cannot reasonably be determined from just name details, as name is a relatively weak identifier of a person. See the matching guide for more information.
Regards,
Mike

Similar Messages

  • Problem In using Webservice Tester

    Hi All,
    I am not able to test my webservice using webservice tester. I have created a simple webservice which takes a string as a parameter and return it as response.
    When i am using webservice tester the url field is coming blank an it request side too i am not getting any option of putting my input. Also the send request button is coming disable.
    I am using jdev 11g drop 306. and for creating webservice i am using annoted methods like @webservice and @webmethod
    Rajeev

    If your requirement is to bind two nodes to the same table, than it is not possible. You can bind the nodes to two different tables and change the visiblity of the tables whenever required.
    Hope I have understood your requirement.
    Regards,
    Noufal

  • How to add a webservice to webservice test interface?

    Hi,
    i have to deploy a webservice for LDAP lookup in the form. I have seen the Webservice test interface URL where already some webservices have been deployed.My question is how to upload or deploy my webservice in it so that i can use it in my form.
    Plz help me on this.
    Raghava Kumar V.S.S.

    Generally your GUI code might be in a class extending JFrame, for example. It is good practice to try to keep your GUI separate from the rest of your application. So you can control your application from the GUI by public methods in the main part of the code, calling them from the GUI.
    This is best done by passing an instance of the main application to the GUI when it is constructed. For example:
    public class Host {
      public static void main(String[] args) {
        new Host();
      public Host() {
        GUI iface = new GUI(this);
      public doSomething(int value) {
         // A method that does something,
         // called from the GUI
    public class GUI extends JFrame implements actionListener {
      private Host app;
      public GUI(Host parent) {
        app=parent;
        // Do more stuff here
      // Rest of the GUI here
      public void actionPerformed(ActionEvent ev) {
        // Method called as a result of a button press
        // or something...
        app.doSomething(42);
    }Hope this helps a bit. Look around on the web for good GUI tutorials.

  • WebService Test page generation

    Hello,
    I have a question regarding WebService test page generator. I have OC4J standalone (10.1.3.3.0) configured on internal IP address like 10.x.x.x and for test reasons this server is accessible via internet.
    Test page for WebService generated by application server is always generated using this internal address as host (see page source fragment below):
    <p>Download the JavaScript Stub (<i>BETA</i>) for ServiceSoapHttpPort and see its documentation.</p>
    <script type="text/javascript" src="http://10.201.205.63:8888/testws/ServiceSoapHttpPort?ServiceSoapHttpPorttest.js"></script>
    <script type="text/javascript">
    Because of this, it is impossible to run test page using external server address.
    Is there any parameter or configuration file which control the way that webservice test page is generated ?
    Regards
    Tom

    Hello,
    The test page does the best it can to reflect and provide test values,
    however there are limitations. Note, this does not mean there is a
    problem with your service, it is simply a limitation of the dynamically
    generated test page.
    You might consider your own custom home page [1]
    Hope this helps,
    Bruce
    [1]
    http://edocs.bea.com/wls/docs81/webserv/webxml.html#1008158
    Sachin wrote:
    >
    Hi,
    I have a WSDL which refers to a xsd schema for types information.
    To create a webservice from this WSDL, I used following ant tasks.
    autotype : To generate type information from WSDL
    wsdl2service : To generate partial implementation of web service
    autotype : To generate type information for the session bean which implements
    webservice
    source2wsdd : To generate webservice from stateless session bean
    wspackage : To generate ear and client.
    My session bean uses the userdefined complex datatypes, which are defined in
    XSD, as parameters for a method.(The java classes for the complex datatypes are
    genrated by autotype ant task)
    I could successfully generate the webservice and deploy it to BEA 8.1, but when
    I open the BEA web console test-page to test the service, I get following error
    message.
    <!-- Do not know how to create a sample instance for this part due to the following
    exception:java.lang.IllegalArgumentException: argument type mismatch. Pls replace
    this with the correct XML before invoking the service. --->
    Test page is not able to generate the XML equivalent of the method parameter (complex
    datatype) .
    Can anyone help me solve the problem ?
    Regards,
    Sachin

  • XI SOAP adapter vs webservice testing tools

    Actually I have creted simple xslt mapping and managed to come up with exactly in the format of endpoint request format of the webservice.
    here is the payload( I have created the SOAP Envelop, Header and body in the payload)
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
      <SOAP-ENV:Header>
        <eb:MessageHeader SOAP-ENV:mustUnderstand="1" eb:version="1.0">
          <eb:ConversationId>sucesss</eb:ConversationId>
          <eb:From>
            <eb:PartyId type="urn:x12.org:IO5:01">applevac.com</eb:PartyId>
          </eb:From>
          <eb:To>
            <eb:PartyId type="urn:x12.org:IO5:01">webservices.sabre.com</eb:PartyId>
          </eb:To>
          <eb:CPAId>P4XC</eb:CPAId>
          <eb:Service eb:type="sabreXML">session</eb:Service>
          <eb:Action>SessionCreateRQ</eb:Action>
          <eb:MessageData>
            <eb:MessageId>mid:[email protected]</eb:MessageId>
            <eb:Timestamp>2001-02-15T11:15:12Z</eb:Timestamp>
            <eb:TimeToLive>2001-02-15T11:15:12Z</eb:TimeToLive>
          </eb:MessageData>
        </eb:MessageHeader>
        <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility">
          <wsse:UsernameToken>
            <wsse:Username>5555</wsse:Username>
            <wsse:Password>password</wsse:Password>
            <Organization>L5x5</Organization>
            <Domain>DEFAULT</Domain>
          </wsse:UsernameToken>
        </wsse:Security>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body>
        <eb:Manifest SOAP-ENV:mustUnderstand="1" eb:version="1.0">
          <SessionCreateRQ>
            <POS>
              <Source PseudoCityCode="P4XC"/>
            </POS>
          </SessionCreateRQ>
        </eb:Manifest>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I want XI to post just the payload and nothing else so....
    I selected Do not use envelope in the adapter configuration because we have every thing( SOAP envelop, header and body in the payload) but it is not working as i am still getting the same error message before implementing this xslt.
    Error Message:
    <StackTrace>com.sabre.universalservices.base.session.SessionException: errors.session.USG_CONVERSATION_ID_REQUIRED at com.sabre.universalservices.gateway.control.SecurityInterceptor.executeOnRequest(SecurityInterceptor.java:116) at com.sabre.universalservices.base.interceptor.Interceptor.execute(Interceptor.java:113) at com.sabre.universalservices.base.interceptor.InterceptorChain.applyInterceptors(InterceptorChain.java:32) at com.sabre.universalservices.base.interceptor.InterceptorManager.process(InterceptorManager.java:121) at com.sabre.universalservices.gateway.control.WSGateway.onMessage(WSGateway.java:415) at com.sabre.universalservices.gateway.control.WSGateway.handleRequest(WSGateway.java:313) at com.sabre.universalservices.gateway.control.WSGateway.doPost(WSGateway.java:247) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    Do you have any idea like XI will add anything to this pay load when it sends out to the webservice?
    If i take the payload from the XI and try it in SOAPUI(tool to test webservice, you would know it already ) it works fine, I mean I was able to get the proper response but in XI it does not work.
    Any help in this regards is highly appreciated.
    we are using PI 7.0 and SP 9.
    Message was edited by:
            Venkat Marni
    Message was edited by:
            Venkat Marni

    Hi,
    Finally I could solve the problem.
    I was actually trying to post the information from the http client at the sender and receiver side I am getting the error.
    Later i have actually created the webservice for my sender interface in XI then post the info using the SOAPUI(3rd party tool) to post the info to XI and then Xi will communicate the webservice using SOAP adapter then I got the proper response from the webservice.
    In this whole episode I guess there is some thing wrong in using a htp client but technically we should be able to use http client as XI will take the payload and use xslt mapping to come up with target interface soap message( but i do not know why XI failed in that).
    thanks for all your help and hope this is clear.
    thanks,
    Venkat

  • Question about using OC4J in a webservice test

    Hi,
    I'm new in Java,and Web service world. In my company we have 9i Oracle Database with a large application developed in Forms, now they are creating a new corporate website and want to communicate with DB via Webservices.
    We want to do a 'Concept test' with a PL/SQL procedure to be deployed as a webservice to OC4J in a personal computer, then try to access this webservice from the internet corporate website).
    Our questions are.
    1.- Are We in a right path?
    2.- OC4J embbed version is good enough to working as a web-J2EE server and run this test.
    3.- What kind of configuration we have to keep in mind to make our webservice 'visible' from the internet.
    4.- Is there any white-paper you recommend..
    Thanks!
    John.

    2000 concurrent sessions...now that would require quite a big application server farm if you are using forms for this project. As you have experience in PL/SQL and none in Java/ADF the decision shouldn't be that hard. Java is an Object Oriented language whereas PL/SQL is procedural which means quite different ways of doing things when you e.g. want to write APIs. If you don't have any expierience in any Object Oriented language starting off with a quite big project in java might not be a good idea. This doesn't mean that you shouldn't learn java at all, but when learning a new language you usually start with a "Hello World" application, and not with writing a operating system with that language.
    APEX on the other hand is plain PL/SQL and not just for small websites; a good sample is the asktom site; it is written in APEX and I guess it has a fair amount of traffic.
    So APEX has some benefits
    - you have already knowledge in house
    - you are familiar with the language
    - APEX doesn't require an application server license; you can use oracle XE and if you don't want to expose the database to the www use a plain apache server to handle the http request
    So if it were me, APEX would be the way to go.
    cheers

  • Webservice testing from ABAP

    Hello All,
    I have created a webservice for an RFC enable function module in ABAP..
    For the FM i have created a webservice definition and release the webservice using WSCONFIG...
    Now i am trying to test the webservice from WSADMIN...
    The webservice navigator is not displaying the page in the internet explorer..
    Couly you let me know the problem for the above and provide me the solution
    Thanks in advance
    Regards
    Shiva

    in WSADMIN did you set the url of the j2ee engine from go to->administration settings ?
    Raja

  • Webservice Test Problem

    Hi friends,
    i created the webservice using BAPI (acctglposting).
    when i tried to test this service i got the error
    Object content does not correspond to Schema restrictions of type [urn:sap-com:document:sap:rfc:functions][char10].
    thanks&regards
    srinivas.

    Object content does not correspond to Schema restrictions of type urn:sap-com:document:sap:rfc:functionschar10.
    Looks like there is a type mismatch on the data element you are passing. Please check if  the data type for the passing parameter is CHAR10.
    Pls reward points if helpful.

  • ABAP webservice testing - step bye step guide

    Could any one point me to any good resource for testing an ABAP web service? What are the pre-requisites I have to check to test a web service?
    It would be great if anyone could point me to a step-by-step guide for ABAP web service testing in SAP version 7.0.
    ( As I am not a developer and new to this web service area. I do not need to develop a web service but i would like to know the steps we follow when we test a existing or custom developed web service in our systems)
    Thanks,
    Himadama

    Hi,
    The given Document is helpful to me.
    But in My ECC 6.0 SP18.WSConfig and WSADMIN Transaction codes are Absolete.
    New Transaction code SOAMANAGER We get the exposed Webservice.
    But What the Problem is We forget some things while creating Webservices.
    We are getting the Error While Testing Webservice Under Wsnavigator Of Portal.
    I Am getting Below Error
    An error has occurred. Maybe the request is not accepted by the server:
    Connection refused (errno:239)
    The above ABAPWebservice i consumed in Webdynpro.After Deploying i will get the error.
    Exception on execution of web service on destination 'DEFAULT_WS_EXECUTION_DEST' for operation 'ZK2GenProjInfo' in interface 'z_k2_gen_proj_info'
    I Am in confused State What I Will Do.
    I Am Thinking the Webservice is not correct.
    And also We have some Internet Webservices.
    https://usint.skire.com/ws/services/mainservice?wsdl
    the above Webservice Protocol is https.
    But Our Portal Run under http.
    Thanks
    Subba Rao

  • Webservice Test: an uknown attribute

    Hi All,
    I'm trying to test my simple rule base using SOAP UI.
    When alterating the initial values of my attr how do I set a value to unknown so the OPA determination server sends a call back saying i need this.
    e.g. The rule base is
    A if
    B and C
    So i want to initialize the webservice call to give a true value to B and ask for C so that A is found
    The Asses webservice request call follows this structure:
    +type: _a+
    outcome-style is attribute-only
    screen-if-unknown is false
    +type: _b+
    type: boolean_val is true
    My question would be on not setting an intial value to attribute C i.e.
    +type: _c+
    type boolean_val is *'uknown'/'certain'*
    - i.e. these words both words break the Webservice how do i initialize it to a unknown value so the server calls back for the attr...
    hope that made sense... thanks

    Thanks,
    Having set it to uknown.. i dont see how the Reply from the Determination Server from request drives further questions.
    e.g.
    Rulebase
    A if
    B and C
    and B is assigned to true, C unknown, how do i get the callback to say, i require value of attr C to figure out what A is.
    Server Request
        <typ:assess-request>
          <typ:test>
            <typ:global id="global">
              <typ:_B>
                <typ:unknown-val>true</typ:unknown-val>
              </typ:_B>
              <typ:_C>
                <typ:boolean-val>true</typ:boolean-val>
              </typ:_C>
              <typ:_A outcome-style="attribute-only" screen-if-unknown="false"></typ:_A>
            </typ:global>
          </typ:test>
        </typ:assess-request>
    {code}
    *Server Reply*
    {code:xml}
          <typ:assess-response>
             <typ:test>
                <typ:global id="global">
                   <typ:_B type="boolean">
                      <typ:boolean-val>true</typ:boolean-val>
                   </typ:_B>
                   <typ:_A type="boolean">
                      <typ:unknown-val/>
                   </typ:_A>
                </typ:global>
             </typ:test>
          </typ:assess-response>
    {code}
    Hope that made sense
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Webservice testing

    Hi Experts,
    I have used the below url to create the webservice. When I tried to test the webservice ( just tried to open the webserivce as per 8th page from the below doc),  I am getting only "Please wait while loading page" message..for more than half an hour time..and still I couldn't see the page..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d053a531-be1c-2a10-5895-86e8c3f9806f
    May I know the reason, why I am not able to test the webservice?
    Regards
    Sara

    same problem here ... Can you share the solution?
    kr,
    Joachim

  • WebService - Testing in WSNavigator is not working but SOAP UI its working

    Dear Experts,
    I am using the URL of 'Open WSDL document for selected binding' for testing in SOAP UI  from the T-Code SOAMANAGER.
    I am getting the output in that tool.
    But while testing the same URL using WSNavigator available in SAP gives the error like this.
    "Cannot download WSDL from http://host:8000/sap/bc/srt/wsdl/client=200: It is not allowed to access this service. If you believe you should be able to, please contact your system administrator ".
    I tried with the previous threads for the same issue in this forum as below,
    SOAMANGER: Cannot download WSDL
    But i am not getting it.
    Am i need to do any settings in the WS Navigator or something else?
    Kindly help me to solve the issue.
    Thanks & Regards,
    Ragunathan.R

    Dear Trevor,
    Your answer solved my issue.
    BASIS need to do the settings in Visual Administrator as per the SAP Note 1394544.
    Thank you very much.
    Regards,
    Ragunathan.R

  • Bam Webservice Testing in SoapUI

    Hi,
    i tried to do the batch, insert operation by using bam webservice Wsdl in soapUI but it is giving BAM-06147: invalid XML payload for DataObjectOperations Web service
    Wsdl I am Using Is: http://localhost:9001/OracleBAMWS/WebServices/DataObjectOperationsByID
    request payload in SoapUi
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bam="http://xmlns.oracle.com/bam">
    <soapenv:Header/>
    <soapenv:Body>
    <bam:Insert>
    <!--Optional:-->
    <bam:dataObject>/Samples/Employees</bam:dataObject>
    <!--Optional:-->
    <bam:xmlPayload><_Employees>
    <_Salesperson>Time Bray</_Salesperson>
    <_Sales_Area>EMEA</_Sales_Area>
    <_Sales_Number>12345</_Sales_Number>
    </_Employees>
    </bam:xmlPayload>
    </bam:Insert>
    </soapenv:Body>
    </soapenv:Envelope>
    can any one help me on solve this issue....
    thanks in advance..

    Hi,
    It's tricky because bam:xmlPayload is actually xsd:string typed and not xsd:any, so you need to use CDATA
    <bam:xmlPayload>
    <![CDATA[
    <_Employees>
    <_Salesperson>Time Bray</_Salesperson>
    <_Sales_Area>EMEA</_Sales_Area>
    <_Sales_Number>12345</_Sales_Number>
    </_Employees>
    </bam:xmlPayload>
    Cheers,
    Vlad

  • How to read XML schema from databank to post it in WebService Test

    Hi Guys,
    Does anyone have a solution to read the XML schema from databank (.csv file) and post it in a Web Service test case.
    I mean by using utilities.loadXML, something like that?

    SAXParserFactory spf = SAXParserFactory.newInstance();
    spf.setNamespaceAware(true);
    XMLReader xmlReader = spf.newSAXParser().getXMLReader();
    and set the content handler

  • Error while testing the webservice through SOAMANAGER

    Hi All,
    I have created a webservice from a Function module ( RFC enabled). I am getting an error while testing the webservice from the SOAMANAGER but the function module is working fine giving proper output.
    The error is
    REQUEST:
    POST /sap/bc/srt/rfc/sap/zws_test_cms_bp_fac/600/zws_test_cms_bp_fac/zws_test_cms_bp_fac HTTP/1.1
    Host: ed1app.corp.fcc.ca:49000
    Content-Type: text/xml; charset=UTF-8
    Connection: close
    Authorization: <value is hidden>
    Content-Length: 654
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:ZSRAV_TEST_CMS_BP_FAC xmlns:ns1='urn:sap-com:document:sap:rfc:functions'><IT_BP_LIST><item><BP_NUMBER>9999990013</BP_NUMBER></item></IT_BP_LIST><IV_COMPANY_CODE>FCC</IV_COMPANY_CODE></ns1:ZSRAV_TEST_CMS_BP_FAC></SOAP-ENV:Body></SOAP-ENV:Envelope>
    RESPONSE:
    HTTP/1.1 500 CX_ST_REF_ACCESS:XSLT exception.An error occurred during serialization in the simple transformation program /1BCDWB/WSSE2B50F3FDFC9C2A94B7.Access to the table ref. node 'ZSCMS_FAC_CAG_DETAILS' outside a loop
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 0
    accept: text/xml
    sap-srt_id: 20100202/041112/v1.00_final_6.40/4B67E41A4BC41B7CE10000000A013104
    server: SAP Web Application Server (1.0;700)
    please do the needful.
    Thanks in advance

    Hi,
    Here is a very smart tool for webservice test:
    [soapUI|http://www.soapui.org/]
    It works fine for me!
    bg,
    attila

Maybe you are looking for

  • ITunes 10.6.1.7 stops working in Windows 7

    Starting iTunes with my existing iTunes library crashes. I can start iTunes with a new (empty) library and it does not crash. If I try to add any music (Add file to libarary) or go to iTunes store it crashes ("iTunes has stopped working"). I have tri

  • Switch Off rounding for BOM Components in Sales Order

    Hi all, We are using a multi-level sales BOM that has finished goods as components. These materials have a rounding profile attached to them. However, we want the rounding profile to be active ONLY when these materials are sold individually and not a

  • ITunes won't pull up the songs on my iPod!!!!

    Just updates to iTunes 7, and everytime I try to access the songs on my iPod, it gives me a list of utter garbage: Summary, Musci, Movies, TV Shows, etc. When I click on "Music", it asks me if I want to sync my iPod and my library, thereby erasing ev

  • Iphone 4 - itunes 4.01 update very slow

    I have the new iphone 4. i'm updating to 4.01 and the progress bar is barely moving. it's 1/20 done and it's been about 45 minutes. why are these updates so slow?

  • Changing Dynamic Parameters Database Location

    The user creates a report using an access database called MyDatabase.MDB located in c:\MyFolder. The report uses a dynamic parameter from MyDatabase.MDB The user now wishes to run the report against MyDatabase.MDB located in Z:\SharedFolder I do the