Integrate third-party-tool with service desk (SOAMANAGER)

Hello,
to activate the web service for interface between service desk and third-party-tool I have to use transaction SOAMANAGER. My problem is that I can't find any documentation about this transaction belonging to the mentioned interface.
Has anybody experience how to activate and test the web service with SOAMANAGER?
Best regards
Klaus

Hi Santosh Asuthkar,
thank you for your answer.
I've already read the steps in trx. spro and several documentations in sdn.
There was a hint to trx. ictconf, wsconfig, lpconfig, wsadmin. If you call these transactions there
is a message that these trx. are old and trx. SOAMANAGER should be used.
Question is how to activate the webservice "ICT_SERVICE_DESK_API" in SOAMANAGER.
I've never handled with bindings and proxy classes.
Best regards
Klaus

Similar Messages

  • Can we integrate third party tool with solution manager

    Can we integrate third party toll with solution manager , If it is possible what API's we have?

    Hi Santosh Asuthkar,
    thank you for your answer.
    I've already read the steps in trx. spro and several documentations in sdn.
    There was a hint to trx. ictconf, wsconfig, lpconfig, wsadmin. If you call these transactions there
    is a message that these trx. are old and trx. SOAMANAGER should be used.
    Question is how to activate the webservice "ICT_SERVICE_DESK_API" in SOAMANAGER.
    I've never handled with bindings and proxy classes.
    Best regards
    Klaus

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Integrate third party libraries with JBuilder 2005

    Hi,
    Does any body know how to integrate any third party APIs with JBuilder 2005. It would be of great help if anybody of you could jot down the steps to integrate third party APIs with JBuilder.I've got to use the JDIC API(https://jdic.dev.java.net) and the PDFBox APIs(www.pdfbox.org) with in JBuilder.
    Thanks & Regards,
    DT

    Yep got it. Shoud have refered the docs before asking this question. I used the following menu item to add a third party .jar file
    Project->Project Properties: select the Paths option and add the required jar file by selecting the "Required Libraries" tab.
    Regards,
    DT

  • Third party scenario with services

    Hi
    Is it possible to create PR for services thru Sales order for Third party scenario.
    Please suggest.
    Thanks

    Hi,
    as the system creates an MM document from sales order with item  category 5 ('S' external -Third-party) for using of materials, you can not enter services into such purchasing items. For handling external services the item categories 9 ('D'), and 1 (B) are used. There is no item category combination for both - join item categories 5 and 9 -  available in the standard. Please create a PR in ME51N instead with the concerned order in the accounting data.
    Regards,
    Edit

  • Integrate third party JMS with sunone

    Hi,
    I am trying to integrate a JMS provider, FioranoMQ with Sunone Application server (version 8). I have defined an external queue connection factory using the administration console. But I am not able to deploy the EJB as the exception in server.log says that queue connection factory does not exist.
    Here is the stack trace of the exception
    [com.sun.enterprise.connectors.ConnectorRuntimeException: jms_MyQcfis not created yet!]|#]
    [#|2004-01-06T15:43:55.312-0800|SEVERE|j2ee-appserver1.4|javax.enterprise.system.container.ejb.mdb|_ThreadID=11;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException: jms_MyQcfis not created yet!
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.setValuesFromConfiguration(ActiveJmsResourceAdapter.java:316)
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:259)
         at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:139)
         at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:189)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:196)
         at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:464)
         at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:129)
         at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:96)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:205)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:156)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:466)
    In case I again try to create the jms_myqcf , it says that resource already exists.
    The resource reference defined in the xml files are
    Sun application client.xml
    =====================
    <sun-application-client>
    <resource-ref>
    <res-ref-name>jms_myqcf</res-ref-name>
    <jndi-name>jms_myqcf</jndi-name>
    <default-resource-principal>
    <name></name>
    <password></password>
    </default-resource-principal>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms_MyQueue</resource-env-ref-name>
    <jndi-name>jms_MyQueue</jndi-name>
    </resource-env-ref>
    </sun-application-client>
    Sun EJB JAR.XML
    ===============
    <sun-ejb-jar>
    <enterprise-beans>
    <unique-id>1</unique-id>
    <ejb>
    <ejb-name>SimpleMessageEJB</ejb-name>
    <jndi-name>jms_MyQueue</jndi-name>
    <mdb-connection-factory>
    <jndi-name>jms_myqcf</jndi-name>
    </mdb-connection-factory>
    </ejb>
    </enterprise-beans>
    </sun-ejb-jar>
    Do you have any idea why this exception is thrown?
    James

    You are right that I am using j2ee 1.4 final release.
    I donot know much about connector 1.5 resource adapter and donot have one. Is there no other way that i can integrate an external JMS provider with sunone?
    I intend to do the following.
    - define the connection factory object & destination object in the external JNDI or any JNDI of sunone so that the applications can lookup these objects.
    - Now i want to deploy a MDB which creates connection using the conn factory and listens for messages on destination defined in the jndi in the first step.
    Thats all i want to do. Do you know which is the easier and best approach to do that?

  • Integrate project open (third party tool for time sheet management) in EP

    Hello Experts,
    I have third party tool for time sheet management (Project Open) and EP7.0 SP17. I tried to integrate third party tool with portal by using the App integrator. But it is not working properly. Again and again its asking authentication. I followed same steps to integrate this tool by using App integrator in portal.
    we filled the system properties Server name is projects.company.local and Web Application URL is /intranet/.
    What i made mistakes in this, please help me.
    Regards
    Kumar

    If anyone knows how to contact Sacha Emery, ATE Systems Engineer @ NI, he may have more information regarding this.  (He may even have the DLL wrapper source code.)  His name is in the ITrax2 Readme.txt file as the creator.
    ~ Jay

  • ASR netflow with third party tool

    Hi ,
    we have one issues where netflow data is not getting into the solar winds tool.in wireshark captures it shows netflow traffic is reaching upto the server.
    found one  forums and they highlighted one bug as below but its not affecting the release we are having.unable to find the exact bug ID in cisco .let me know if you can get any inputs and highlight the same.
    below is the links and current details
    https://thwack.solarwinds.com/thread/32146
    current ASR version & related netflow config is attached.diesnt find any issue with the configuration .trying with another vendor tool as well and will check .
    asr1002x-universal.03.10.01.S.153-3.S1-ext.SPA.bin
    show  ip flow export cache flow  
    IP packet size distribution (1317M total packets):
       1-32   64   96  128  160  192  224  256  288  320  352  384  416  448  480
       .000 .040 .023 .006 .004 .004 .030 .004 .002 .005 .004 .006 .002 .001 .000
        512  544  576 1024 1536 2048 2560 3072 3584 4096 4608
       .000 .000 .047 .029 .781 .000 .000 .000 .000 .000 .000
    IP Flow Switching Cache, 0 bytes
      0 active, 0 inactive, 24710853 added
      417778 ager polls, 0 flow alloc failures
      Active flows timeout in 30 minutes
      Inactive flows timeout in 15 seconds
      last clearing of statistics never
    Protocol         Total    Flows   Packets Bytes  Packets Active(Sec) Idle(Sec)
    --------         Flows     /Sec     /Flow  /Pkt     /Sec     /Flow     /Flow
    TCP-Telnet           5      0.0        61    42      0.0      31.1      31.2
    TCP-FTP             52      0.0        20    85      0.0      14.3      30.9
    TCP-FTPD             8      0.0        71    51      0.0       3.6      31.1
    TCP-WWW         369465      0.0        15   694      1.3       7.2      30.9
    TCP-SMTP           417      0.0        84    98      0.0       5.8      30.9
    TCP-X                3      0.0         7   277      0.0       1.6      31.1
    TCP-BGP          10911      0.0         1    69      0.0       3.0      30.9
    TCP-other     19793896      4.6        28  1134    131.5       2.6      30.9
    UDP-DNS         320124      0.0         1    79      0.0       0.0      30.9
    UDP-NTP          65307      0.0         1    87      0.0       0.1      30.9
    UDP-TFTP           854      0.0         1    51      0.0       0.0      30.9
    UDP-Frag          1721      0.0         7    58      0.0       2.1      30.9
    UDP-other      3850147      0.8       192  1244    172.6       3.7      30.9
    ICMP            296732      0.0         3    62      0.2       4.2      30.9
    Total:        24709642      5.7        53  1193    305.8       2.8      30.9
    SrcIf         SrcIPaddress    DstIf         DstIPaddress    Pr SrcP DstP  Pkts

    HI Mike,
    If you have third party Document Management System, then you can post two different message, i.e. service order in transaction details of the third party tool with link to document which would be posted to third party Document management server.
    If you don't have third party document management system and what to use sap infrastructure, then you don't need to maintain attachment, maintain the link between the third party tool and SAP document repository, with some login utilities.
    Best Regards,
    Pratik Patel.
    Reward with points if it is of any help to you!

  • Third party tool interface integration with SAP

    Hi guys - here's an interesting one:
    I want to integrate a third party tool with SAP.  The interfaces would be required to communicate both ways - sending data out and receiving data and populating relevant tables / transactions.  I, so far see a number of methods available to me that would be suitable and feasible:
    <b>  - File based exchange of data
      - iDocs (custom or standard)
      - BAPIs (custom or standard)</b>
      - XI (but this method would not be feasible and would thus not consider it)
    In all the cases above (apart from XI), I guess I would require a program that would call the BAPIs or distribute iDoc data or extract and populate file based data.  I have so far compiled a list of various advantages and disadvantages and just wanted to probe your expert minds.
    <b>Please list the advantages and disadvantages of each method, providing a reasonable discussion as to why you think this is the case.  If you think any other method would be suitable, please list this too.</b>
    The person with the most accurate and detailed answer will receive all the points.
    Thanks
    Mantas

    Hi Mantas,
    The Pros and Cons in this case depends on the third party tool which you want to intergrate with SAP.
    File Based Exchange of data: How conveniently can you push the data from the third party tool into a file.
    IDocs: The third party tool should understand the syntax and symantics of the IDoc.
    BAPIs: How do you plan to call the BAPI from the third party tool.
    From just the SAP point of view.
    Here are the advantages and disadvantages:
    1. File Based Exchange of data:This method is good if you can easily pass a file which can be uploaded into sap and the data can be stored in the sap tables.
    2.IDocs:
    Advantages:
    If you have an existing IDoc that can do the data transfer then this would be the simplest method as only the settings are needed.No program is required to call this IDoc the settings automatically take care of this.
    Disadvantages:
    If a custom IDoc needs to be developed then creation of a BAPI would be a better option.
    3.BAPIs:
    Advantages:
    It is simpler to develop a BAPI than a custom IDoc which involves creation of segments, function modules etc.
    Disadvantages:
    There should be an active online connection.
    Some programming will be needed to call the BAPI.

  • Integrating third party tools in SAP

    Hi friends,
         Can anybody guide me  about how to integrate third party tools in SAP gui or any other systems in SAP?
        What are all the connectors available in SAP ? and which connector will integrate third party tools.
       Please help me out.
    Thanks in advance.
    Regards  
    Sireesha

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

  • SSL: Portal and Third-Party-Tool

    Hello everybody,
    I need an advice how to solve the following problem: We integrated a Third-Party-WebTool with the Application Integrator. If we lauch the portal and the special iView with HTTP everything works fine but with HTTPS we get an error message: "Session Management will not work! Please check DSM log files for details. You can turn off this alert inside 'Support Desk' -> 'SAP Application'"
    Do I need those logs? Because if I understood the message correctly this deals only with SAP Applications. What about Third-Party-Tools with own SSL certificates? How solve the problem described above? Do I need to import the certificate of my Third-Party-Tool into my portal keystorage? Do I need to configure anything else?
    Thanks in advance...
    Regards
    Steffen

    I would be very appreciated if anybody could give me an advice...
    Steffen

  • What easy to use (MS or third party) tool can I use to create and host a webservice API on a SQL server database

    I'm looking for a (MS or third party) tool with which I can create, publish and host webservice API's on a custom SQL database. For example a API which presents all customers, or validates a user login.
    I prefer a tool that can be used without .NET programming skills, just using database scripts and queries.
    Could somebody suggest a tool for this?
    Many thank,
    Slowytech

    Use Visual Studio (Microsoft Visual Studio Express 2013 for Web ) and the WebAPI framework.  You can easily create REST endpoints for your data.  You can even
    use ODATA to enable RESTful queries over your data.
    See
    http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Third party tool in portal

    Hi
        Where is the extract location in the portal where we implement third party tools.
    with
    vi

    What exactly do you mean by "third party tools". The more information you supply the more likely someone will be able to help you. By putting as little information as possible, then there is a chance that no-one will be able to help you
    Therefore, if you defined what you mean by that statement, then perhaps I might be able to help
    D

  • Third party intergration with FICO

    Hi All,
    Do anyone have the link or the document(steps) related to intergration of the third party tool with SAP FICO.Please help me.
    Regards,
    MJ

    Hi,
    Depending on the business processes of your client  the third party tools can be put into use and integrated with SAP. What is your client requirement exactly?
    Regards,
    Satish Muvva.

  • How to integrate DRM with third party tool for loading metadata in SQL table

    Experts,
    I am new to DRM and I have a requirement in which we want to integrate DRM with third party tool(lets say SQL table) as target and load metadata from DRM (Parent node, name , alias etc) to SQL table (same column name)
    Is there any way we can integrate DRM to export the same to table directly instead to files. If yes what are the steps we have to follow.
    Is there anyway we can customize DRM to execute queries or run batch
    Can I have a basic example please.
    Thanks in advance,
    Regards,

    1. Use DRM Export to Table option, for that create an External Connection first for the Target Database and select the respective Tables to which you wish to Export the Hierarchy information.
    2. You can perform most of the DRM Actions via the DRM_BATCH_CLIENT.exe.
        Please refer to Using the Data Relationship Management Batch Client of DRM User guide.
    let me know if you have any issues.

Maybe you are looking for

  • Best way to set up ram usage

    I got a macbook with 8 gb. Is there a way to set up the use of this ram so I get most out of it.

  • Cant see the uploaded songs in my iphone

    Hi everyone, I have a very strange problem: i cant see the uploaded songs in my iphone. and the strange thing is that when i search them in the iphone search i can see them and even play them! Please help me. THX

  • Non-repeating movie clip

    On the stage of a flash app I  have several movieclips that keep repeating. Now I need a movieclip  that doesn't repeat. It should play once, and then keep its last state  on stage. I can't find out how to stop this movieclip from repeating.

  • Phase Analysis stops working

    I'm having trouble recently with the Phase Analysis feature in multi-track mode.  When I start a new project it works fine, then somewhere along the say it stops working.  I'm using the default output on the Main. Not sure if there is a problem with

  • Can I use Topaz plug ins with PS from the cloud?

    Can I use Topaz plug ins with PS from the cloud? Can I use Topaz plug ins with PS from the cloud?