Reg WebServices In IDM

Hi,
We have planned to develop a web interface for provisioning request. So the users will raise request through this web interface which in turn would connect to IDM.
Can any one please list out the web services that can be implemented between the web interface and IDM.
Thanks in Advance.
Regards,
Pricy

Mary,
The idea behind IDM is that you use the NW IDM interface via Portal (Portal/PHP in 7.0).  However if you need a separate interface for some reason you could do something with SPML, but you'll need to put VDS in front of IDM.
Matt

Similar Messages

  • How to call webservices from IDM

    Hi,
    can anyone provide some documents how to call a web service from IDM 7.1
    Thanks in Advance
    Regards,
    mary

    There is an easy way to do it. Just use JavaScript and Java based webservice.
    Copy the webservice jar in location where the IDM console is located.
    Add path to jar file in IDM console configuration.
    If your webservice looks like this:
    Import jar in your JavaScript code like this:
    Execute it like this:
    Best Regards,
    Ivan

  • Reg: webservices  error  in  xi

    Hi ,
    Iam new to xi and  had developed a http to web service scenario and the response i got an error
    Result:  
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML</SAP:AdditionalText></SAP:Error>
    so in the receiver soap adapter  in module tab  i have given
    Module name - localejbs/AF_Modules/MessageTranspormationBean
    Type - Local Enterprise Bean Module - This is defined by the user, but the same name should be given in the module configuration for passing the parameters. In this case “transform” In the module configuration ,
    Module key - In this case “transform”
    Parameter name - TransformContenType
    Parameter Value - text/xml;charset=utf-8
    I got an error
    Result:  
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: local bean not found: localejbs/AF_Modules/MessageTranspormationBean</SAP:AdditionalText></SAP:Error>
    the websevice is
    http://www.webservicex.net/SendSMS.asmx?op=SendSMSToIndia
    Could any one help me out.
    Thanks & Regards,
    Gangadhar.S

    Hi Gangadhar
    If you are  new to SAP XI , then its better to read TIBIT. Below are the links of TIBIT which are very helpful in understanding the End-to-end process of XI. And you can even do some exercies here which are very helpful.
    TBIT40:
    https://websmp109.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT40
    TBIT41:
    https://websmp201.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT41&LANGUAGE=
    TBIT42:
    https://websmp206.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT42&LANGUAGE=
    TBIT43:
    http://www50.sap.com/useducation/curriculum/course.asp?cid=60161651
    TBIT44:
    https://websmp102.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT44
    later you can follow this link which contains step by step blogs for http to webservices
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=httptoweb+service&adv=false&sortby=cm_rnd_rankvalue
    Thanks
    sandeep
    PS: if helpful plz reward points

  • Reg: Webservice consumption on JEE 5

    Hi
    I have a webservice provider (ABAP) and I call the WebService from a WS Client in Java (JEE 5 SAP CE). I have generated Proxies using the WSDL Url (WS Client Generator on NDS CE 710). Now I would like to use HTTP Destination, can some one please tell me how? How should I configure it on NWA and then how should I change my client code? Thanks.
    regards
    Lakshminarayanan.V
    PS: I have posted the same question on JEE 5 forum but I find it relevant on this forum as well, excuse me if its wrong!!

    Hi,
    For maintaining HTTP destinations you can follow the steps below:
    1.Go to NetWeaver Administrator.
    2.Choose Role SOA Management  -->  Destination Template Mangement
    3. Choose the Service Client
    5.Select Edit required parameters and Save.
    Programmatically:
    InitialContext ctx = new InitialContext();
    Service reqSrv = new Service();
    Request req = (Request) reqSrv.getRequestPort();
    Map propsMap = ((BindingProvider)req).getRequestContext();
    propsMap.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, "URL");
    propsMap.put(BindingProvider.USERNAME_PROPERTY, "UserName");
    propsMap.put(BindingProvider.PASSWORD_PROPERTY, "PASSWORD");
    Regards,
    Alka.
    Edited by: Alka Panday on May 6, 2008 10:02 AM

  • Reg: webservice - authority check failed

    hi friends
    i have created a Webservice for FM- BAPI_COMPANYCODE_GETLIST  . after creating that i have tested in the case then i found a error that
    "An error has occurred. Maybe the request is not accepted by the server :  Authority check failed "
    what are the necessary authority checks has to be done.
    Thanks & Regards
    suman

    Hi,
    Which WAS should it be the I configured. The ESA or our own?
    I have configured our own WAS as described in the tutorial. Here I tried to set up the username and password and I was able to send the request.
    But I'm just accessing the test system and it is there I get the error.

  • Reg : Webservice

    Hi Experts,
    I need to call a RFC in R/3.But the problem is if Req parameter is 'A' i need to send back response from RFC and If Req is 'B' it updated some entried in R/3 using same RFC.
    Currently i have designed like SOAP--XI(server proxy).But how i can determine whether service interface is sysnchrnous or asynchrnous.Please advice me about design for this object
    Thanks in Advance
    Dinesh

    You can not dynamically decide if a interface has to be synch or asynch.
    What you can do is design it as a synch interface. Call the Proxy in either case. In the prxy decide what you want to do based on the Req A or B and then send a response. In case of B send a empty response  and you can ask the Sender system to ignore this response. It should be quite easy for the sending application to handle an empty response.

  • Webservice URI of SAP IdM 7.0 SP2

    Hi,
    I am trying to connect GRC AC CUP to SAP IdM 7.0 SP2, for that i was trying to get the webservice URI for IdM. Where do we get the web service URI of IdM ?
    Cheers !!
    Zaheer

    Hi Zaheer/Sunil
    >Once you have done that, you need to create an .ear file
    Can you explain how we can create tis ear file?. Is there any guide or documentation which tells these steps?
    >I deployed the EAR file generated by VDS (IdentityService.xml) configuration on a SAP WAS server
    How we can get this Identity service.xml and how we can generate teh EAR file from VDS?  Can you share any guides or documentation
    Regards
    Sahad

  • Reg File- Webservice Async-Sync bridge

    Hi,
    I have File -WS async-Sync scenario.
    I have configured the RequestResponseBean-CallSAP-ResponseOnewayBean in my sender CC
    When i execute the scenario, the sender channel is throwing Error: java.lang.NullPointerException
    When i check the sender channel log, the SOAP call is executing, then
    MP: processing local module localejbs/AF_Modules/ResponseOnewayBean,
    MP: processing local module localejbs/AF_Modules/ResponseOnewayBean,
    MP: exception caught with cause java.lang.NullPointerException,
    File processing failed with java.lang.NullPointerException.
    Is there any thing specific to be configured while using File adapter.
    Thanks in advance.

    Hi,
       How is the WebService sync-Async implemented are you using any aysnc-sync bridge...
    is that process returning the response back in the correct format.. ?
    Rajesh

  • REG:After the transport of the DC to QA Server for PI  Webservices.

    Dear All,
    Currently we are working on a project where we connect to the DB through PI Webservices ,we have used the "Import through Webservice model" to create the models and then we have Developed the DC and transported it to the QA but, even after the transport it points to the Dev PI and not to the QA PI as the url in the Traget link holds the destination of the DEV server .How can we make the DC point to the QA server after transport without changing any thing at the application level.
    Request you to help us at the earliest.
    Thanks in Advance
    Regards,
    Nishita Salver

    You can try using SDM substitution variables.

  • REG:http to webservice

    Hi ,
    Iam new to XI and had developed a http to webservice scenario.when I send the request through http adapter Ian getting the response as an error
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused: connect</SAP:AdditionalText></SAP:Error>
    Could any one help me out.
    Thanks & Regards,
    Gangadhar.S

    Hi Rao,
                One of the solution could be restart your Java Engine in the Transaction "SMICM"...
    And also test the host wether it is reachable or not in the transaction
    SM49----->Ping--
    >Additinal Parameters (give u r host name here and excute)
    Hope this wil solve u r problem
    Reward with points if helpful
    Regards
    Sai Ganesh

  • Reg@ Dynamic invocation of Webservices using an Single Invoke

    Hi ,
    I am trying to implement Dynamic invocation of webservices using a single Invoke .
    Say , i have three webservices = WebA,WebB and Webc .Based on Logic , i need to invoke either of the webservice with an single Invoke .
    In [  ws-addressing.xsd ] there are different elements ,"Address" is for endpoint URL.PortType??ServiceName ?? .
    If i need to make use of this XSD can any one help me to map the WSDL components to this XSD Or lease suggest options if any ??
    Regards ,
    Naga

    http://blogs.oracle.com/dasoa/2010/09/11g_dynamic_partnerlink_example.html
    see the article he's refering too
    eventually you need something like :
    <assign>
    <copy>
    <from>
    <EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">
    <Address>http://localhost:9700/orabpel/default/UnitedLoan</Address>
    <ServiceName
    xmlns:ns1="http://services.otn.com">ns1:UnitedLoan</ServiceName>
    </EndpointReference>
    </from>
    <to variable="partnerReference"/>
    </copy>
    </assign>

  • Reg: Outside In Webservice

    Hi
    I created a Outside in WS from a wsdl (ABAP WS) and chose generate java skeleton option on the wsdl. It creates a Stateless session bean as impl bean. Since it does not have a webservice annotation I chose to generate a WS out of it. Then i wanted to call the same WS ( to which the wsdl belongs to) I generated a WS Client out of the same wsdl in the same project. Now I have a proxy and a service in the same project for the same wsdl. When I deploy I dont see the proxy but I see the service. Any ideas why? I need the proxy to set up HTTP destination. Thank you.
    Regards
    Lakshminarayanan.V

    Hi all
    This problem was resolved with an internal message. The solution is as follows:
    1. I can not create a proxy and generate a java bean skeleton on the same project.
    2. You must create them in separate projects ( you will find the other is not necessary later) and the proxy
        project must have a bean using the proxy to allow proxy definition to be intialised.
    e.g use a @webserviceref("proxy name"). Only then you will see it in NWA under WS administration
           proxy definitons.
    3. So create a bean to use the proxy defintion (intialisation!!) or to have the same interface as the underlying webservice, in the other project create the Java skeleton. Copy the bean into your proxy project. Force it to have the annotation that uses the proxy for reasons in step 2.
    4. U can now create webservice out of the copied bean in the proxy project. The other java baean skeleton project is not needed as indicated in step 1.
    And it works.
    HTH
    Regards
    LNV
    Edited by: vln on Aug 14, 2008 6:04 PM
    Edited by: vln on Aug 14, 2008 6:05 PM
    Edited by: vln on Aug 14, 2008 6:06 PM
    Edited by: vln on Aug 14, 2008 6:06 PM

  • Reg: SAP IDM License

    Hello Experts,
    As I came to know SAP IDM is free with Netweaver license , Can somebody let me know the licensing term for SAP IDM ?
    If I use IDM for only provisioning to SAP system then would it be free or will be there be any license cost ?
    And how licensing differs when we connect IDM with Non-SAP systems i.e AD ?
    Regards
    Deepak Gupta

    Hello Deepak,
                         IdM is covered under the main license for the netweaver based product you are installing. There are no additional fees for connecting to non SAP (or other SAP) systems.
    I Hope this helps. If you have further license questions then please open a support incident under the component XX-SER-LAS.
    Best regards,
    Chris
    SAP Active Global Support

  • Reg:Normal Webservice call TIME OUT(SocketTimedOut Exception)

    Hi All,
       I am using a normal WebService Model to access TIBCO Webservcie. when Services are DOWN, i am getting Exceptions and showing that Servcie is down.
    if a request is not completed for long time we are Getting "SocketTimedOut Exception"
    for this is there any place to set increase or decrease the TIME.
    Please help me
    Thanks
    Nagaraju

    Hi Nagaraju,
    Try the InvocationModifier below. It worked for Adaptative Web Service Models.
    import com.sap.tc.webdynpro.model.webservice.api.IWDWSInvocationModifier;
    YourModel yourModel = new YourModel();
    //Request structure
    request_GetTransfers = new Request_GetTransfers(yourModel );
    //Change request's default socketTimeout to the value you want to (in miliseconds).
    request_GetTransfers.wdSetInvocationModifier(new IWDWSInvocationModifier() {
         public void doModifyInvocation(Object port) {
              HTTPControlInterface httpItf = HTTPControlFactory.getInterface(port);
              httpItf.setSocketTimeout(180000);
         public void doModifyAfterInvocation(){}
    Regards,
    Douglas Frankenberger

  • Reg: MDM webservice

    Hi,
    I need to implement MDM standard search webservice in webdynpro using model. Kindly suggest me how to proceed.
    Thanks,
    Prasanthi

    Hi,
       Do you already have the MDM web services installed? You will need the "MDMSearchRecords" web service for searching records. Go through [this|http://help.sap.com/saphelp_mdm550/helpdata/en/45/018c03166a0486e10000000a155369/frameset.htm] to know how to install MDM web services.
       Once you have got the web services installed you will need to create an adaptive web services model in WD and use it accordingly.
    Regards,
    Satyajit

Maybe you are looking for