ICI adaptor development--need spec and WSDL file

Hi, I'm trying to develop a adaptor between ICI and our contact center software. I have the V3.0.3 spec for ICI but couldn't find the WSDL file anywhere.
Thanks

Hello Beigen,
You can find the newest ICI document at:
SAP CRM Integrated Communication Interface (CA-ICI) [original link is broken] > “Integrated Communication Interface”
or directly
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b075ad90-0201-0010-6a99-fac1a256ac39
However, we only have the WSDL as part of version 3.01.  The newer version is being worked on but no plan date yet.
With the ICI version that you can access above, you will be able to see more examples and detail how to implement the ICI adapter.  The most efficient way would be to contact the SAP certification center to get more information.   Hope this helps.
Best Regards,
Satit Nuchitsiripattara
SAP CRM Development

Similar Messages

  • Need PAPI WebService WSDL files - INPUT & OUTPUT schema will do

    Dear Friends,
    I need all the wsdl files or atleast input and output schema for all PAPI Web Services. Currently I dont have access to development env but need to put this in a document. The Oracle documents related to PAPI WS does not include this. They just show a few examples and code snippets.
    Thanks,
    Som
    Edited by: user10880245 on Sep 20, 2010 9:44 PM

    Try using SoapUI to view the PAPI-WS... It will list out all the methods that are available, and should allow you get what you need. You can even do this from studio, so a DEV environment isn't needed.
    HTH,
    -Kevin

  • Creating WSDD and WSDL file

    I am working on JSR 172,
    I have created a server code, installed Tomcat and Axis.
    Now i want to convert my .java file to .wsdd and .wsdl file the below command are not working plese help.
    java -classpath lib\axis.jar;lib\saaj.jar;lib\jaxrpc.jar;lib\commons-logging-1.0.4.jar; lib\commons-discovery-0.2.jar;lib\wsdl4j-1.5.1.jar;build\classes\.;org.apache.axis.wsdl.Java2WSDL -y DOCUMENT -u LITERAL -l http://localhost:8080/axis/services/ScoreService tutorial.ScoreInterface
    and this produces the below erroe
    Unrecognized option: -y
    Could not create the Java virtual machine.
    Thanks in advance.

    Hi ganesh,
    you have two options to get it working.
    The first one is using a CanonicalEditPolicy, which creates all Nodes and Edges for you based on your semantic model. This is easy to implement, but it has some drawbacks. Your editor will get dirty after opening it, because your Notation Model is changes and no layout information is available.
    The better way is to create Nodes and Edges for each semantic element you created.
    For your code snippet it might look like this:
    XXX model = createInitialModel();
    YYY yyy = XXXFactory.eINSTANCE.createYYY();
    yyy.setAttribute1("2");
    yyy.setAttribute2("name");
    model.getYYYs().add(yyy);
    attachModelToResource(model, modelResource);
    Diagram diagram = ViewService.createDiagram(model, XXXEditPart.MODEL_ID,XXXEditorPlugin.DIAGRAM_PREFERENCES_HINT);
    Node yyyView = ViewService.createNode(diagram, yyy, SemanticHints.YYY,
    ,XXXEditorPlugin.DIAGRAM_PREFERENCES_HINT);
    //Set some layout information assuming you use a XYLayout
    Bounds bounds = NotationFactory.eINSTANCE.createBounds();
    bounds.setX(70);
    bounds.setY(20);
    yyyView.setLayoutConstraint(bounds);
    Regards,
    Andreas

  • LiveUpdate broke the bios on a MSI k8n neo v2.0, need bios and recovery files.

    LiveUpdate broke the bios on a MSI k8n neo v2.0, it need bios and recovery files. I do not know the serial number. The ERP is 070.  Its a "k8n neo v2.0" "ms - 7030 ver: 20c" mainboard.  I don't know the previous bios version.  The computer prompts for a recovery disk during an AWARD BootBlock BIOS v1.0 initialization.
    Thank You.

    Here it is
    [K8N Neo V2.0 series ==> 601-7030-070/080, BIOS 5.xx]
    Sign On: K8N Neo V2.0 Series W7030NMS V5.4 031506 14:55:37

  • ICI v3.00.63007 Specification Doc/Wsdl files

    Hi,
        I am working on Development of ICI Interface. 
        But I don't have the latest Specification Document and the wsld files. I have opend as OSS message but I still couldn't get the response. (My ICI version is 3.00.63007).
        If anybody could provide me the latest WSDL files or Specification Document then that will be of Greate Help.
         Or even if you could tell me from where should I get that Documents/files.
        Please.
         Thanks.
        Saurabh.
    [email protected]
    [email protected]

    I found the documentation in one of the cookbooks of SAP CRM CIC.Once I get the filei shall forward to yr emailid
    Thanks
    Surya
    Message was edited by: Surya Kuchibotla

  • Question about webservice and wsdl file

    Hi All.
    I have this scenario , the customer wants to send some information as they happen
    The customer wants to use a web service to our database(JDBC)
    I understand that from this requirement , I have to develop the Object in PI , and create the wsdl file to send it to the customer , this wsdl file will have the URL and other information for the consuming of the webservice.
    Now the weired thing is the customer insists that we should use their wsdl file , I am confused about this , I understand that when the customer send their wsdl file , it is because they will act as a receiver to our request , right ?
    but if they want to act as sender , then the wsdl file should be sent from PI side based on the configuration.
    My question is it possible to create a scenario based on the cunstomer wsdl file eventhough the customer is the sender .
    if so what and how the URL will be.
    Thanks.

    Malu Mader wrote:
    > Now the weired thing is the customer insists that we should use their wsdl file , I am confused about this , I understand that when the customer send their wsdl file , it is because they will act as a receiver to our request , right ?
    > but if they want to act as sender , then the wsdl file should be sent from PI side based on the configuration.
    refer Walkthrough - SOAP  XI  RFC/BAPI
    your URL will be;
    The inbound address for SOAP messages is: http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
    Under party:service:channel enter the party name, the service name, and the name of the communication channel. If no party has been created, enter the following: channel=:service:channel

  • Local URL in WebService address and WSDL file

    Hi everyone,
    I developed, built and deployed my webservice on a machine. To reach the webservice from the web it has a specific IP (binded to point to a local IP) , but when i access to it the URL inside the webservice address, the reference to the wsdl file and the SOAP:ADDRESS property inside WSDL refer to my local network IP instead of "external" url ..... how is it possible? how can i change things to make Web Service always refere to the external url from which has been invoked?
    Thanks in advance for help ... it's quite urgent ... thank you

    just a little precisation : i deployed the webservice on tomcat, simply putting dist war file ... not using the ant deploy task.

  • SoapUI  and wsdl FILES.

    Friends,
    I am new in the world of SoapUI.
    My client is using SoapUI platform for creating IB requests. Can anyone tell me how and from where i should provide them WSDL files.
    And what credentials, I should provide for invoking this web service?
    any supporting doc would be added advantage.
    Rgds,
    Yogiraj

    Hi,
    I am not getting the following services in my env.
    also, do i need to activate each n every services like MIN_CART_COUNT_GET .
    I searched in the path ( ib -setup-services )..plz suggest
    PeopleSoft Mobile Inventory uses FSCM webservices to communicate. For the following services the service operations, handlers and routings needs be activated.
    MIN_ADJUSTMENT
    MIN_ALT_TYPES_GET
    MIN_BIN_TRANSFER
    MIN_CART_COUNT_GET
    MIN_CART_COUNT_SAVE
    MIN_COUNTING_EVENT_GET
    MIN_COUNTING_EVENT_SET
    MIN_COUNTING_EVENT_VALIDATE
    MIN_EXPRESS_ISSUE
    MIN_EXPRESS_ISSUE_VALIDATE
    MIN_FUL_INQ_INV_HDR
    MIN_ITEM_STK_INQ
    MIN_LOOKUP_GENERIC_GET
    MIN_MENU
    MIN_NPRCPT_SAVE
    MIN_OPTIONS
    MIN_PROMPT_EDIT
    MIN_RCPT_CNTR_GET
    MIN_RCPT_CNTR_SAVE
    MIN_RECV_DELIVERY Web
    MIN_RECV_DELIVERY_SAVE
    MIN_STCK_FEEDBK_GET
    MIN_STCK_FEEDBK_SAVE

  • Netbeans and WSDL file location

    Hello,
    I'm new to web services and the Netbeans Web Services client wizard. I'm creating a simple web app that calls a 3rd party web service. I'm able to use Netbean's client wizard to create a ws client (stub code) from a local WSDL file. When I deploy the web app on my production server I get a javax.xml.ws.WebServiceException: java.io.FileNotFoundException when I create a new instance of the web service. This is not surprising since the production system does not have a local copy of the WSDL file at the exact path as on my dev system. I noticed the wizard seemed to have copied the WSDL file to WEB-INF\wsdl\client\ so I figured that's the file that would be used, but when I looked at the stub code it seems to have the path to my local WSDL hard coded in it. What's the correct way for deploying a web service client that is generated from a local WSDL file? I know there is a version of the Service constructor that allows you to specify a URL (and QName), but I'd rather not take this route unless it's what's supposed to be used.
    TIA

    We are running into the same problem. Has anyone found any information on deploying Web Service clients generated from a local WSDL?

  • Consuming URL renames XSD and WSDL files in OSB

    We try to define a proxy service in the OSB 11g by consuming an URL.
    We have all our WSDLs, XSDs etc online available, that is references like import of include in a WSDL uses URLs to identify other WSDLs or XSDs. In fact a webservice has a concrete WSDL which imports an abstract WSDL. The abstract WSDL imports XSD's. The XSD's file can import another XSD's as well. It is more or less a tree structure of XML documents.
    When we try to define a proxy or business service on the concrete WSDL in Eclipse by consuming the URL ending on ?wsdl, all meaningfull names of XSD's are replaced by generated names i.e. common.xsd becomes xml_1233.xsd. And all URL references are replaced by file references. The depencency tree is preserved, everthing is still valid however the names are no longer human readable.
    Is there any way to preserve the filenames of XML documents?
    With kinds regards,
    Jornica

    Hi Anuj,
    I followed this link to create the MDS connection and local MDS repository, should I create an empty composite project and place the
    zip file of my xsd's in this and bundle that in to an MAR file? Are there any documents that talks about MAR creation?
    Thanks,
    Jai.

  • Developer needs access to OS file systems

    Hello
    Our CRM developer is requesting access to the following CRM java stack file systems at OS level. we are on AIX and our corporate policy does not allow access to the UNIX servers file systems to the developers.
    is there a workaround?
    /usr/sap/SID/JC01/j2ee/
    All access (read.write,delete) for /usr/sap/SID/JC01/j2ee/cluster/server0/apps/sap.com/crm~b2b/
    Thanks
    Raghu
    Edited by: Raghu Gajjala on Sep 15, 2010 12:30 AM

    Hi,
    Could you explain the reason for this?
    Regards,
    Caíque Escaler

  • Can ABAP proxy to consume WSDL file be run as background job for every10min

    Hi all,
    I have a requirement where I need to build an interface which gatheru2019s the purchase order details and send to external third party software in their required format (as an XML file).
    So I should be the first point of contact and should trigger the interface each time a purchase order is generated.
    So I am thinking that I should develop a background job for every 10 minutes which will look for new purchase orders and gathers the information of the purchase orders and send them to external third party software in their required format.
    I have gone through all the SAP forums and e-Learning but still I have confusion in regards to how is it possible technically? Can some one guide me with some information on the same.
    I have a little bit of confusion and want to know few things.
    1)     Should I create a web service or should I consume a web service?
    2)     If I need to consume a web service, then can I write an ABAP proxy to be run in background fro evry 10 minutes? I mean can we run ABAP proxy as a batch job in the background?
    3)     Is there a difference between consuming an XML file and WSDL File?
    Any Help will be highly appreciated.
    Regards,
    Jessica.

    There are two options (as I know) to generate XML file.
    1. Use XML TRANSFORMATION to get the XML string based your TRANSFORMATION. You can input your data and get back the XML string. Download this string to a file
    Test XML generation program is:
    types: begin of ty_data,
           num   type i,
           end   of ty_data.
    DATA: itab TYPE standard table of ty_Data,
          la_data like line of itab,
          xmlstr TYPE string.
    DO 3 TIMES.
      la_data-num = sy-index.
      APPEND la_data TO itab.
    ENDDO.
    CALL TRANSFORMATION ztest_np1
      SOURCE table = itab
      RESULT XML xmlstr.
    CALL FUNCTION 'DISPLAY_XML_STRING'
      EXPORTING xml_string = xmlstr.
    My ZTEST_NP1 transformation. To create a transformation, click on the transformation in the "CALL TRANSFORMATION ztest_np1" statement. Select Simple transformation type.
    <?sap.transform simple?>
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
      <tt:root name="table"/>
      <tt:template>
        <table>
          <tt:loop ref=".table">
            <item>
              <tt:value ref="NUM"/>
            </item>
          </tt:loop>
        </table>
      </tt:template>
    </tt:transform>
    XML string is like:
      <?xml version="1.0" encoding="utf-8" ?>
      <table>
      <item>1</item>
      <item>2</item>
      <item>3</item>
      </table>
    To use this option, you have to create a transformation and than use it to generate the XML string.
    Check this SAP Help
    http://help.sap.com/saphelp_nw04s/helpdata/en/e3/7d4719ca581441b6841f1054ff1326/frameset.htm
    2. You can concatenate and create an XML string and download that string into a file.
    Regards,
    Naimesh Patel

  • Problem in Importing wsdl file in IR

    Hi ,
    I am doing soap receiver scenario.I had a wsdl generated from .Net and i imported the wsdl , i am not able to find teh methods in the external defination ,
    Wat wil be theproblem.
    Regards,
    Shaik

    Hi,
    problems occur during the import of xsd and wsdl files as external definitions if the target namespace contains more than 60 characters. The system does not issue any error message, however, the list of the
    recognized messages remains empty.
    Solution;
    For a wsdl file, you simply need to edit the target namespace manually ( attribute "targetNamespace" of the wsdl:definitions element) and reduce the number of characters to less than 60. For the structure of the extracted messages (exception: import assuming rpc style binding, see below), this target namespace does not have any importance.
    Regards,
    Jayasimha Jangam

  • How we create .cspack and cscfg and csdef file for deployement service for azure sdk for php

    my project is on php .I want create virtual machine on azure using azure sdk for php but in deployment it need cspack and cssfg file . I want the way to which i get those file .

    Hi Nasreen,
    Thanks for posting here!
    Refer to :
    http://blogs.msdn.com/b/rmattsampson/archive/2014/04/03/azure-development-in-the-azure-sdk-2-3-and-update-2-rc.aspx and
    https://msdn.microsoft.com/library/azure/jj157194.aspx
    Hope this helps!
    Regards,
    Sadiqh

  • Cpx and jpx file

    Hi,
    Can anybody tell me why we need cpx and jpx files when we deploy web application developed with Jdev9i on oc4j stand alone application server ?
    I would like to know in detail of cpx and jpx files when server is looking into these files and for what ?
    Thanks

    Hi,
    *.cpx – speaking for ADF: The DataBinding.cpx file is automatically created and contains the data controls for the business service used within an application as well as a reference to the UI client model definition in the UIModel.xml files.
    Before ADF the cpx file was used to configure the AM module refrence to BC4J
    *.jpx - the online help does describe it as follows:
    Oracle ADF Business Components projects are very similar to other JDeveloper projects. However, in addition to the .jpr file that governs all JDeveloper projects, a Oracle ADF Business Components project is defined by a .jpx file that contains the following information:
    - The database connection used by the project
    - Whether to subclass framework classes for the project or just use XML Message bundles to use in the project (which aids in internationalization)
    - Whether to immediately load all packages in the project when the server starts up
    - Which business components to substitute for components in the project (which aids in customizing legacy Oracle ADF applications)
    - Which base classes to use, if the framework has been extended Any custom declaritive validation rules registered with the project
    The cpx file is requiered at runtime the jpx not as I see it.
    Frank

Maybe you are looking for

  • Upgrade to 8.2 - different versions on different computers

    I have an iPhone 3G, which I would like to upgrade to the newest version of the iPhone software (v3.0), via iTunes 8.2. My problem is that I sync with iTunes on two different PCs - one at home (for music) and one at work (for contacts and calendar).

  • Memory Leak in terminateConnection() function. How to resolve it ???

    Hi, We are facing a memory leak issue in terminateConnection() function. Here is a sample code regarding that. We have run around 1.5 hours simultaneously and it was consuming around 250MB for this simple program. How could I resolve this problem ? b

  • Pc -- laptop music transfer-going to uni in 48 hrs,pls help!

    Because I've got a new laptop I need to transfer the music stored on my PC to it. Ordinarily I would just use my iPod but its had to be sent off for repair, and problems with delivery mean it won't get until after I have left- hence me transferring i

  • ITunes IS ERASING MY PURCHASED MUSIC

    Every month or so I discover an album or song missing. I haven't backed up my music in a while, and when I did an update on my iPod, the song was missing too. How do i get back my old muic? Do I have to rebuy everything I lost?   Windows XP  

  • Mobileme vs icloud

    I have recently gotten an iphone 4s and I would like to be able to sync it with my macbook pro.  When I go into settings on the macbook, I only see mobileme.  If I try to sign in to mobile me with icloud sign in, it doesn't recognize me.  Can this be