[CCM5.0/ControlCenterServices] wsdl for Service Interface API

Hi,
Where can I find the wsdl file that corresponds to the Service Interface API, espacially for ControlCenterServices Port. I would like to use methods like #ControlCenterServices#soapGetSer
viceList.
Thanks,
Adnene BEN ABDALLAH

There seems to be a sample WSDL defined in the SPML 1.0 bindings document on openspml.org at the following URL:
http://www.oasis-open.org/committees/download.php/2394/cs-pstc-spml-bindings-1.0.pdf
I didn't check the new SPML 2.0 spec to see if it includes a WSDL you could use but I think 2.0 is only available in IdM 7.0.
Hope this helps.

Similar Messages

  • Has anyone had to create a WSDL for the UCCX API integration?

    We are struggling with creating a WSDL for the UCCX API for integration with an external webservice, as the UCCX isn't a true webservice.  Has anyone created a WSDL for this type of integration?  Thanks!

    Thank you Gergely!  I don't think I worded this very well.  We have an http trigger that accepts several parameters from the client (see screenshot for example).  The http trigger works with several other scripts and uses the UCCX API to manage an outbound IVR campaign.
    They are asking us for a WSDL for this interaction.  We explained that this is not a true webservice; it is a simple POST but we wanted to put it out to the community to see if anyone had any insight/ideas.  Thank you again for always taking the time to respond!

  • NWDS deploy error for service interface

    Hi Friends,
    I am deploying simple process instance via NWDS.
    The process instance contains "intermediate message event" , which is waiting for cXML - order request message.
    The service interface -wsdl in SAP PI ,which is configured for above "intermediate message event" is having below line :
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
    I am getting below error while deploying above instance:
    Description:
    1. JAR entry META-INF/wsdl/mtsapcom2Forderreq2Freceiverespmsg/http://www.w3.org/2001/xml.xsd not found in D:\usr\sap\DI3\J00\j2ee\cluster\server1\temp\deploy\mt.sap.com~orderreq.sda1403025008814\mt.sap.com~orderreq.wsar
    How to resolve this reference in service interface?
    Also, external defination having cXML.xsd is also having some of the field types are red, like xml:lang.
    Please suggest your views on the same.
    --Divyesh

    Did you solved this issue?
    Thanks in advance.

  • Documentation for Service Contract API

    Hi All,
    Sub: Any Documentation For The Public API's OKS_CONTRACTS_PUB,
    OKC_CONTRACTS_PUB.
    Firstly i would like to say Thank You for spending your valuable time for this Query.
    Introduction:
    Currently i am working in Oracle Service Contracts module, which is Oracle
    Application's CRM module.
    Specifications:
    oracle application version: 11.5.10.2
    Data Base version: oracle 9.2.0.6
    Problem:
    We are trying to integrate the Service Contracts through following Public API's
    with web.
    API's are:
    OKS_CONTRACTS_PUB,
    OKC_CONTRACTS_PUB.
    I search so much to the documentation for these API's, but i did not get any thing.
    I search in Oracle Meta Link, Google.
    Could you help If any Documentation If you find (or) you have ?
    Please forward to:
    [email protected]
    [email protected]
    Any help from your side will appreciate.
    Thank you.
    Regards,
    Sai Krishna @cavaya

    Look at this link you will be able to get some information about the Api
    http://mywebpages.comcast.net/muzaffarl/whitepaper/02d.pdf
    If you find any document regarding this Api other than this kindly let me know.

  • Create wsdl for service tht does not have prefedined named resultsets

    I am trying to create a wsdl for the GET_SCHEMA_VIEW_FRAGMENT service. I am not sure how to create the complex type for the response parameters. The name of the result set that comes back depends on the name of the view that is passed into the service. Below is an example of the response I get back. I resultset named "statesview" will change when I call the service for a different view. Any help would be greatly appreciated.
    - <idc:resultset name="statesview" TotalRows="3">
    - <idc:row>
    <idc:field name="StateId">1</idc:field>
    <idc:field name="State">Massachusetts</idc:field>
    <idc:field name="Country">USA</idc:field>
    <idc:field name="Display.default">Massachusetts</idc:field>
    <idc:field name="Display.English-US">Massachusetts</idc:field>
    </idc:row>
    + <idc:row>
    <idc:field name="StateId">2</idc:field>
    <idc:field name="State">Rhode Island</idc:field>
    <idc:field name="Country">USA</idc:field>
    <idc:field name="Display.default">Rhode Island</idc:field>
    <idc:field name="Display.English-US">Rhode Island</idc:field>
    </idc:row>
    - <idc:row>
    <idc:field name="StateId">3</idc:field>
    <idc:field name="State">Texas</idc:field>
    <idc:field name="Country">USA</idc:field>
    <idc:field name="Display.default">Texas</idc:field>
    <idc:field name="Display.English-US">Texas</idc:field>
    </idc:row>
    </idc:resultset>

    it depends on the selection algorithm you have on the proxyservce
    on the fourth tab you can dispatch based on soapaction/body/header/etc
    you could dispatch on the soapaction and skip the body

  • No endpoint for Service Interface

    Hi everybody,
    I have published my Service Interface to the Service Registry but unfortunately without an endpoint.
    How can i configure an endpoint for a Service Interface within ESR? Should i use a Model in ESR?
    regards,
    Sid

    Hi Sid,
    Your business logic has to be implemented in the system that will be providing (provider system) the data / info etc.
    e.g. You want to create a web service that allows you to update a customer's address details in SAP ECC & this functionlaity should be triggered from a Webdynpro Java User Interface.
    - Webdynpro Java is the consuming application (also called consumer)
    - SAP ECC is the backend system OR provider system OR provider
    In this case your business logic will be in SAP ECC.
    If you choose to go with a point-to-point scenario:
    You could first setup a connection between SAP ECC (provider) & SAP PI. You could then model your inbound service interface in SAP PI. Now because you have visibility between SAP ECC & SAP PI, the service interface modeled in SAP PI become visible in SAP ECC (TCode SPROXY). You would then generate a provider proxy from this service interface & implement the business logic in there. Once the proxy is activated you can then configure an endpoint for it using TCode SOAMANAGER (see lots of guides on how here in SDN). In this case SAP PI is only used at design time just to model the service interface. At runtime Webdynpro Java would talk to SAP ECC directly via the endpoint that you would configure.
    For a mediated approach:
    Pretty much the same concept as above except this time you would also model an outbound service interface & map the inbound & outbound interface. The call would then be routed as follows - Webdynpro Java -> SAP PI -> SAP ECC but the business logic would still be implemented in SAP ECC.
    There are lots of technicalities around this but there are lots of guides on SDN relating to this.
    Regards, Trevor

  • Example for Service Account API's usage

    Hello,
    Can anybody provide an example (a small class) on how to use the service account API's in order to move a resource from one user to another?
    Regards,
    Adrian

    You can use the following API to turn the instance into a Service Account type.
    changeToServiceAccount(long plObjectInstanceForUserKey) -> You should be able to map the Process Insance Key for this value.
    Once the instance is made into a service account type, you can use the following code to move it to another user:
    moveServiceAccount(long plObjectInstanceForUserKey, long plTargetUserKey) -> Again provide the Process Instance Key and the User Key of the target user and it will move the resource instance from the current profile, to the new users profile.
    -Kevin

  • Sxmb_moni - selction lists for service, interface etc. are empty

    If I use the transaction sxmb_moni at XI/PI systems it is possible to get such lists of services, interfaces and namespaces if I use the selection help at the selection screen. If I click at the selection help of the sender interface column I get all my sender interfaces.
    If I do the same at one of my SAP applications systems I always get the message "No values found" Is this normal (by design) or is there a configuration error?

    >
    Carlos Gonzalez wrote:
    > Hi Gil,
    >
    > It is normal (by design).
    >
    > However, you can monitor your proxys (applications systems)
    > from RW in XI system. In message monitoring, select in 'Messages from component':
    > your proxy: ' Proxy Runtime XXX...'
    >
    >
    > CArlos
    Thanks Carlos, that was the answer of my question. I've assumed this allready.
    Edited by: Gil Ritter on Oct 15, 2008 11:09 AM

  • Soap Action missing in the WSDL generated for Service Interface

    Hi All,
    I have modelled an interface in the ESR and have created the proxy in the back-end ECC6 system. It is basically an outside-in approach. I have generated a WSDL using the Wizard in the SPROXY transaction. But the WSDL does not have any SOAP Action. I tried to create a web-service for an existing BAPI. That WSDL also did not have any SOAP Action. Can you please let me know why the SOAP Action is missing? Is there any other way of generating the WSDL?
    Regards,
    Geetha

    Hi Geetha,
    Please try configuring the entire scenario in PI.
    If you are using PI 7.1, You can see the WSDL by right clicking on Sender agreement. Please use SENDER SOAP Channel. In PI 7.0 you will have to generate WSDL manually.
    Regards,
    Vikas

  • Open Interface & APIs available in R12

    Please share metalink reference noteId for Open Interface & APIs available in R12

    Hi Arya,
    For 11i :
    http://irep.oracle.com/index.html
    For R12, you can check the APIs using the responsibility 'Integration Repository'
    Cheers,
    Vigneswar

  • Regarding Message Interface , Service Interface

    Hi All
    My scenario is File to File from 1 application server to another application server ,without any transformation in PI 7.1 for service interface to be involved for Interface Pattern Stateless and Stateless (XI 3.0) compatible can only be used with Category Abstract
    only abstract catgory is possible , can'nt i make 1 outbound & another inbound  for this ?
    Regards
    Abhishek
    Edited by: Abhishek Agrahari on Feb 9, 2009 11:08 AM

    Search SDN for this there is Blog for this i dont have info on this
    Need to do follwoing in the ID
    1. Sender and receiver Business system/services
    2. respective File communication channels
    3. Receiver Agreement
    4. interface determination
    5. Finally receiver agreement and sender agreement
    Rajesh

  • About process component , service interface

    Hi all, what do process component and service interface mean? why and when do we need process component and service interface? when we generate the code in NWDS, it will generate a interface class that standing for service interface in ESB, do it? how can we use the third-party process component in ESB?thanks

    -> I deleted RA and when I tried to create new RA, I was not able to see the new SI created. I went to the Business component to add the new SI but there also am not able to add.
    Did you check the filter criteria as 'ALL' to list both outbound and inbound service interfaces in the pop up list?
    Also check in ESR if you have properly activated the new SI and cache content is updated.
    Regards,
    Zameer
    Edited by: Zameer Hamza on Jun 16, 2011 4:09 PM

  • How to display WSDL for standard SAP transactions

    Hi All,
    I'm going to ask this here as this appears to be where most people ask questions about WSDL.
    A bit of background... I am a lapsed ABAP programmer. The last time I did ABAP (or any SAP), Netweaver was a twinkle in some shoolkids eye.
    I have been asked to find a list of the WSDL for standard SAP transactions (in SD/MM) as my employer has it in his head to write his own front end to Customer & Materials master transactions.
    Does such a thing exist? Am I barking up the wrong tree?
    I am using an ECC 6.0 system. I have  ER2 SAPGUI for html, ER2 WAS JAVA and ER2 Portal, whatever they are....
    TIA,
    Bob Shaw.

    Hi Bob,
    Yes, the WSLDs for all the Enterprise Service are listed in the ES Workplace.
    The best part is that SAP even provides a test environment wherein you can test these services which are actually hosted in SAP's landscape.
    Lets go step by step:
    1) How to find out the WSDL for Service in ES Workplace:
               a) open the ES workplace http://www.sdn.sap.com/irj/sdn/esworkplace
               b) Click on the hyperlink "ES Workplace "
               c) Click on the "Index" hyperlink. This would provide you the list of Process components. You can choose your             component and drill down to the level of "Service Operations". There you would find the link to the WSDL of the same.
    See if you are able to achieve this.
    regards,
    Piyush Mathur
    Edited by: Piyush Mathur SAP on Oct 27, 2009 10:06 AM
    Edited by: Piyush Mathur SAP on Oct 27, 2009 10:15 AM

  • Web service interfaces for monitoring Hosts and instances with SAPHostControl, saphostexec and sapstartsrv

    Hi All,
    I need to develop a monitoring application for SAP system which will monitor both Host systems and instances.
    For this I need to collect Host data as well as instance data. In the below links I could find the SAP netweaver
    monitoring agents
    Monitoring Hosts with SAPHostControl and saphostexec - Infrastructure of the SAP NetWeaver Management Agents - SAP Libra…
    Central Monitoring with SAP NetWeaver Management Agents - Infrastructure of the SAP NetWeaver Management Agents - SAP Li…
    Administration/Monitoring of SAP Components with sapstartsrv - Infrastructure of the SAP NetWeaver Management Agents - S…
    These links tell that CCMS agent is replaced by these agents from SAP Netweaver 7.0 Eph 2.
    I found below doc which explains "How to use the SAPControl Web Service Interfaces" exposed by "sapstartsrv" to execute instance specific tasks,
    But it does not tells any methods/APIs/webservice interfaces specific to Host system or get OS data using "saposcol".
    SAP Control WebService
    Similar to this, Is there any API/webservice to retrieve the OS and Host related data??.
    Also, Is there any other doc for SAPHostControl or saphostexec similar to sapstartsrv ??
    Thanks,
    Swapnil

    Hi Swapnil,
    I too wanted this info and came across these.
    Take a look at these urls :-
    http://localhost:1128/SAPHostControl/?wsdl
    http://localhost:1128/SAPOscol/?wsdl
    grep saphost /etc/services
    saphostctrl     1128/tcp        # SAPHostControl over SOAP/HTTP
    saphostctrls    1129/tcp        # SAPHostControl over SOAP/HTTPS
    Hope this helps.
    Cheers
    Craig

  • Unable to find a WSDL that has a definition for service

    Dear all
    I have a very simple composite applicationexposing a web service. When I deploy the application I get:
    There was an error deploying the composite on soa_server1: Deployment Failed: Unable to find a WSDL that has a definition for service {http://soa/sf/login}bpelprocess1_client_ep and port loginPort_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.
    However the build process shows no errors. The entire application was built using Jdeveloper 11.1.1.5 using a pre-constructed WSDL. The SOA suite is 11.1.1.5
    Any pointers will be really appreciated.
    Thanks
    The composite is this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [2/28/13 2:25 PM]. -->
    <composite name="SOA2" revision="1.0" label="2013-02-28_14-25-14_553"
    mode="active" state="on" xmlns="http://xmlns.oracle.com/sca/1.0"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
    xmlns:ui="http://xmlns.oracle.com/soa/designer/">
    <import namespace="http://soa/sf/login" location="loginToSFDC.wsdl"
    importType="wsdl"/>
    <service name="bpelprocess1_client_ep" ui:wsdlLocation="loginToSFDC.wsdl">
    <interface.wsdl interface="http://soa/sf/login#wsdl.interface(loginPort)"/>
    <binding.ws port="http://soa/sf/login#wsdl.endpoint(bpelprocess1_client_ep/loginPort_pt)"/>
    </service>
    <component name="BPELProcess1" version="2.0">
    <implementation.bpel src="BPELProcess1.bpel"/>
    <property name="bpel.config.transaction" type="xs:string" many="false">required</property>
    </component>
    <wire>
    <source.uri>bpelprocess1_client_ep</source.uri>
    <target.uri>BPELProcess1/bpelprocess1_client</target.uri>
    </wire>
    </composite>
    The WSDL used to generate the BPEL is:
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <definitions
    targetNamespace="http://soa/sf/login"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns1="http://soa/sf/login"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:flt="urn:fault.partner.soap.sforce.com"
    xmlns:obj="urn:sobject.partner.soap.sforce.com"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:typ="urn:partner.soap.sforce.com"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    >
    <types>
    <xsd:schema targetNamespace="http://uk.gov.fca.sf/login" elementFormDefault="qualified" xmlns:tns1="http://uk.gov.fca.sf/login"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flt="urn:fault.partner.soap.sforce.com"
    xmlns:obj="urn:sobject.partner.soap.sforce.com" xmlns:typ="urn:partner.soap.sforce.com"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
    <xsd:import namespace="urn:partner.soap.sforce.com" schemaLocation="xsd/partner_types.xsd"/>
    <xsd:import namespace="urn:fault.partner.soap.sforce.com" schemaLocation="xsd/partner_faults.xsd"/>
    <xsd:import namespace="urn:sobject.partner.soap.sforce.com" schemaLocation="xsd/partner_objects.xsd"/>
    </xsd:schema>
    </types>
    <message name="loginInMessage">
    <part name="loginIn" element="typ:login"/>
    <part name="LoginScopeHeaderIn" element="typ:LoginScopeHeader"/>
    <part name="CallOptionsIn" element="typ:CallOptions"/>
    </message>
    <message name="loginOutMessage">
    <part name="return" element="typ:loginResponse"/>
    </message>
    <portType name="loginPort">
    <operation name="loginOp">
    <input message="tns1:loginInMessage"/>
    <output message="tns1:loginOutMessage"/>
    </operation>
    </portType>
    <binding name="loginPortSOAP11Binding" type="tns1:loginPort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loginOp">
    <soap:operation style="document" soapAction="http://soa:8101/login/loginOp"/>
    <input>
    <soap:body use="literal" parts="in"/>
    </input>
    <output>
    <soap:body use="literal" parts="return"/>
    </output>
    </operation>
    </binding>
    <binding name="loginPortSOAP12Binding" type="tns1:loginPort">
    <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loginOp">
    <soap12:operation style="document" soapAction="http://uk.gov.fca.sf:7101/login/loginOp" soapActionRequired="false"/>
    <input>
    <soap12:body use="literal" parts="in"/>
    </input>
    <output>
    <soap12:body use="literal" parts="return"/>
    </output>
    </operation>
    </binding>
    <service name="loginSrvc">
    <port name="login_port_11" binding="tns1:loginPortSOAP11Binding">
    </port>
    <port name="login_port_12" binding="tns1:loginPortSOAP12Binding">
    </port>
    </service>
    <partnerLinkType name="ProviderRole"
    xmlns="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <role name="Role1">
    <portType name="tns1:loginPort"/>
    </role>
    </partnerLinkType>
    </definitions>

    Hi,
    I don't see a loginPort_pt port in the wsdl, but it is referenced by the composite...
    There's only ports login_port_11 and login_port_12 defined...
    Cheers,
    Vlad

Maybe you are looking for

  • SAP Query - Modfication/Changes

    Hi Experts, I am new SAP Query, so i have come up with this issue. Please help. I have an infoset query with me, also a SAP query and a transaction with some Z transaction code, the program name as taken from System->Status is AQZZZSD=========Z_SD_OR

  • Transfer Requirement with Inbound delivery.

    Hi Guys, I have the following problem: The Warehouse is HU managed. When I have a Purchase Order and I do a Goods Receipt the system is creating a Material Document and in addition a Transfer Requirement. But When I have a Purchase Order and I have a

  • Hlp! sos!!! check this error!!

    2002-08-28 18:03:21 - Ctx() : IOException in R( + /chatservlet + null) - java.net.SocketException: Connection reset by peer: socket write error      at java.net.SocketOutputStream.socketWrite(Native Method)      at java.net.SocketOutputStream.write(S

  • Doc Number -- Latest Instance

    Hi I have been trying to write a query that via the means of a formatted search will look at the document no. and bring back the last instance of that document number. I have the query below which brings back the document no. but not sure how i can f

  • Resolution Confusion

    I am new to In Design CS4.  I cannot figure out how to make a catalogue, 8 1/2 x 11 at 300 ppi.  I have created my artwork in Photoshop on files 8 3/4 x 11 1/4 for bleeds at 300 ppi.  When I create an In Design document at 8 1/2 x 11 with 1/4 inch bl