Web Services URI - How do we find it?

Hi gurus
What is Web Services URI? How does the link look like?
Can someone navigate me after going in Web Services Navigator in http://<Server Name>:<Port Number>/index.html
You need web services URI when you create connectors, fill  the Parameters values in connector, when you configure connector while configuring Training and Verification system.
Can someone help?

Chinmaya
Can you send me the web service URI example
for e.g http://<server name>/Port number/XXXXXX etc
Maybe go in your CUP->connector and copy paste a connector you have configured for provisioning Portal. Just an example
I have the following folders so its confusing. I don't have anything starting with AE. We are on 5.3 version
AEWFRequestSubmissionService_5_2
SAPGRC_AC_IDM_AUDITTRAIL
SAPGRC_AC_IDM_PROVISININGLOG
SAPGRC_AC_IDM_REQUESTSTATUS
SAPGRC_AC_IDM_RISKANALYSIS
SAPGRC_AC_IDM_ROLEDETAILS
SAPGRC_AC_IDM_SEARCHROLES
SAPGRC_AC_IDM_SELECTAPPLICATION
SAPGRC_AC_IDM_SUBMITREQUESTUserRoleSearchForAEService_5_3
Edited by: Robert2010 on Jan 26, 2011 10:29 PM
Edited by: Robert2010 on Jan 26, 2011 10:35 PM

Similar Messages

  • Hi, My iphone4 is on service..How can I find my icloud notes ! It is asking for a new E Mail set up..why ?

    Hi, My iphone4 is on service..How can I find my icloud notes ! It is asking for a new E Mail set up..why ?
    need to find my iphone notes on the icloud.com web browser..
    Thanks.

    You can only access icloud.com from you computer, not from your iPhone.

  • Web service URI from VDS for GRC 5.3- IDM 7.1 Integration

    Hi All
    For connecting IDM 7.1 from SAP Business objects Access control 5.3 , when creating a connector we need to give  following details of SAP IDM
    1)  Web Service URI
    u201Center the URI address of the Web service in the IdM. u201C
    How we can get the Web service URI?  how we can get these details from VDS. Can you give the details
    In the link  , It is telling to create an .ear file from VDS . Is there  Any documentation which talks about how to get this ?
    Also it is written in grc config  guide that
    u201CFor the IdM system integration, obtain a copy of the SPML Schema file (an XML file). You must physically obtain a copy of the SPML Schema file from the IdM vendor u201C
    How we can get  this SPML Schema file from IDM 7.1 ?

    I think this is the URL for the documentation
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/106ecdec-ddfa-2a10-cf89-c2e75482d090&overridelayout=true'

  • I created a website with iWeb and can't remember who is the web hosting service. How can I find it.

    I created a website with iWeb and now I have forgotten what web host I signed up with.  How can I find out? The website is still working.

    Hi,
    Do you have a link to that Website?

  • Web Service URI

    Greetings:
    I wrote my first web service, and deployed it to OAS 10.1.3, it seems to be working. I can access the web service via the sample page. My question is, how do i call it from perl (which is the point of the whole exersize). I installed SOAP::Lite and followed the directions but it doesn't seem to make contact. What I think i am screwing up is the URI part. How can i find out what the correct URI is for my web service?
    Here is the code I tried using:
    use SOAP::Lite;
    my $proxy = 'http://addison.its-is.uni.edu/SampleWebService-SWS-context-root/GetDateWSSoapHttpPort';
    print "\n\nCalling the SOAP Server to say hello\n\n";
    print "The SOAP Server says: ";
    print SOAP::Lite
    -> uri('http://sws/')
    -> proxy($proxy)
    -> getDate()
    -> result . "\n\n";
    I just guessed on what the URI should be. Any help would be greatly appreciated.
    Thanks
    troy

    Hi,
    not sure how Perl accesses Web Services. In Java you would build a proxy pointing to the WSDL file. To get the URI, open Enterprise Manager and look up the deployed web service. Click on the Web Service and select Testing WebService. From here you get to the URI. Make sure that you append "?WSDL" (at least this is what you do to generate a Java proxy in JDeveloper)
    Frank

  • Follow up to web services question:  How do I expose java components as web services on iPlanet 6.0 app server?

    My task - my company has several legacy PowerBuilder applications that access a variety of Sybase and MS SQL databases. Rather than re-inventing the wheel by re-writing these applications in Java, we would like to enable these applications to call java components (EJBs) that will provide new functionality. I would need a piece of software called CSXtend (from www.cynergysystems.com) to allow PowerBuilder to call a web service. However, I am not sure how to expose my business functions (EJBs) as web services on the iPlanet 6.0 App server. Thanks for all previous responses! Any additional info would be greatly appreciated! Mike

    I have used Glue (http://www.themindelectric.com/products/glue/glue.html) to expose some of our stuff as Web Services. I recently found this on serverside. It's pretty good.
    http://www.theserverside.com/resources/article.jsp?l=Systinet-web-services-part-1
    I believe that the middleware they use can be plugged into IPlanet. There is also an article in the knowledge base on the IPlanet site.
    Jon

  • Calling web service from MBean weblogic cannot find type mapping file

    When calling web service from custom MBean i get java.io.IOException.
    java.io.IOException: unable to find the type mapping resource file for:
    net.msl.sfx.ebooking.client.BookingPartiesServiceService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegis
    try.java:67)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:83)
    at net.msl.sfx.ebooking.client.BookingPartiesServiceService_Impl.<init>(
    BookingPartiesServiceService_Impl.java:22)
    at net.msl.sfx.ebooking.service.EBookingService.getBookingParties(EBooki
    ngService.java:59)
    The types.xml file is placed in same jar file as the classes such as net.msl.sfx.ebooking.client.BookingPartiesServiceService_Impl.
    When calling the same class/method from a EJB, everything works fine and the web service is called.

    i am having the same problem.
    Do you have a solution now?
    Thanks

  • MDM Web Service Generator - How to Call WS in Java?

    Hi there,
    I have generated a web service by navigating to http://<server>:<port>/mdm/wsgenerator - The web service is succesfully generated and deployed. I can easily test the web service using the WS Navigator (http://<server>:<port>/wsnavigator).
    I am now trying to use NWDS7.2 to create a wrapper web service, and need to call my generated MDM WS using Java code. I have created a CAF project, and imported the MDM web service using the WSDL. I have created an application service and no matter what I try, I cannot get the MDM web service to instantiate.
    Is there anyone that has done this before? What method should be used?
    All I need to know is how to create an instance of the generated MDM web service - There is no obvious constructor to use. See my code below, but this creates an exception at runtime for "IndexOutOfBoundsException". Note that the web service I generated is called "MdmWfProjectUpdate"
    service = new MdmWfProjectUpdateViDefaultService(
                                  new java.net.URL(
                                              "http://<server>:<port>/MdmWfProjectUpdate/HTTPBasic?wsdl"),
                                  new javax.xml.namespace.QName(
                                              "urn:MdmWfProjectUpdateWsd/HTTPNone", "MdmWfProjectUpdateVi_DefaultService"));
    I can call other web services without a problem in my code, so it is quite confusing that I cannot get this to work...
    Any help will be appreciated!

    Hi david ,
    When u imported  this webservice,there will be lot of classes generated .In these classes some are executable classes.Like if your webservice contain some operations like update,create,delete.
    then for each operation tere will be one executable class  generated.
    this class  must have some function like execute or invoke.You have to call this function in order to get the results.
    Just check whether is there any such class generated or not.
    Kindly revert back with your results.
    Thanks,
    sudhanshu

  • ADF Web Services 11g - how to change SOAP message

    Hey,
    Can I affect on SOAP structure?
    When we call web service, next soap message is generated:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl"; xmlns:ns1="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl/types/"; xmlns:ns2="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
    <ns:unos>
    <ppol>
    <ns1:kratkiopis/>
    <ns1:premijado/>
    <ns1:sifraklauzule/>
    <ns1:datumpocetka/>
    </ppol>
    <res_out>
    <ns1:kratkiopis ns2:nil="true"/>
    <ns1:premijado ns2:nil="true"/>
    <ns1:sifraklauzule ns2:nil="true"/>
    <ns1:datumpocetka ns2:nil="true"/>
    <ns1:vinkulacije ns2:nil="true"/>
    </res_out>
    </ns:unos>
    </env:Body>
    </env:Envelope>
    and we get next error:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>BEA-380001: Internal Server Error</faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>Internal Server Error</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    We send next SOAP message and then everything works fine (just removed ns1):
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl"; xmlns:ns1="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl/types/"; xmlns:ns2="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
    <ns:unos>
    <ppol>
    <kratkiopis/>
    <premijado/>
    <sifraklauzule/>
    <datumpocetka/>
    </ppol>
    <res_out>
    <kratkiopis ns2:nil="true"/>
    <premijado ns2:nil="true"/>
    <sifraklauzule ns2:nil="true"/>
    <datumpocetka ns2:nil="true"/>
    <vinkulacije ns2:nil="true"/>
    </res_out>
    </ns:unos>
    </env:Body>
    </env:Envelope>
    But I don't know how can we affect on SOAP message? I don't see any parameter or something what can I set to change SOAP message...
    Tnx.

    And when we call web service from proxy classes, then different SOAP message was sent , and that SOAP message is ok, too:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <ns3:unos xmlns:ns3="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl" xmlns:ns2="http://hr/crosig/ws/osigurateljnidokument/OsigurateljniDokument.wsdl/types/">
    <ppol>
    <ns2:kratkiopis xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:premijado xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:sifraklauzule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:datumpocetka xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <res_out>
    <ns2:kratkiopis xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:premijado xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:sifraklauzule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    <ns2:datumpocetka xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
    </res_out>
    </ns3:unos>
    </S:Body>
    </S:Envelope>

  • Web service proxy - how to use server side in/out objects

    We have logic in oracle database. We have pl/sql api with oracle object types as in/out parameters. On server side we have pojo classes with method to convert from/to sql structs, arrays.
    pl/sql apis are exposed as web services.
    When I create web service proxy, all required pojo classes are created from wsdl on client side.
    Currently we are also writting client part of the code(where we also have oracle database and we want to reuse server pojos). Server pojo classes are in separate jar file and used also on a client side.
    Is it possible to tell jdeveloper when creating web service proxy, to not create client side pojos, exception classes, ... , but use those from jar file.
    Currently I just copy server pojo over generated client ones, make some modifications and it works. But each time I regenerate web service proxy I have to do this step manually.
    Edited by: zgrega on Sep 24, 2010 7:43 AM
    Edited by: zgrega on Sep 24, 2010 7:47 AM

    best is to wrap the generated WS proxy in a JavaBean. This way you can create the exception handling once and apply it to all uses of the WS proxy by overriding the generated code
    Frank

  • Mapping with multiple adaptive web service model-how to map?

    sorry, i´ve posted this two times....sorry
    Edited by: Anna_von_Landsberg on Jan 5, 2011 8:32 PM

    Hi Bhargava,
    thank you for your effort.
    The node structure of web service looks like this:
    NewAWS2Model
    -Context
    Number
    NameFirst
    NameLast
    Street
    HouseNo
    PostCode
    City
    -NewOperartion
    In
    -Request_NewOperation
    ---NewOperation
    ---Response
    -Response_NewOperation
    This web service give no response back. He just starts the BPM Process. Everything works well, except for passing ALL values of the parameters in Context: Number, Name, Street...
    When I have two streets, I want that two streets will be saved in parameter street and so on...
    Additionally, here is the method  created by application for this web service:
    public void initRequest_NewOperation( )  {
        //@@begin initRequest_NewOperation()
        //$$begin Service Controller1(-482113598)
    com.sap.demo.changedataportaldc.wd.models.newaws2model.NewAWS2Model newAWS2ModelModel = createAndMapModelInstance_0("com.sap.demo.changedataportaldc.wd.models.newaws2model.NewAWS2Model");
            com.sap.demo.changedataportaldc.wd.models.newaws2model.Request_NewOperation request_NewOperation = wdContext.nodeRequest_NewOperation().createAndAddRequest_NewOperationElement().modelObject();
            com.sap.demo.changedataportaldc.wd.models.newaws2model.NewOperation newOperation = new com.sap.demo.changedataportaldc.wd.models.newaws2model.NewOperation(newAWS2ModelModel);
            request_NewOperation.setNewOperation(newOperation);
            com.sap.demo.changedataportaldc.wd.models.newaws2model.Context in = new com.sap.demo.changedataportaldc.wd.models.newaws2model.Context(newAWS2ModelModel);
            newOperation.setIn(in);
            com.sap.demo.changedataportaldc.wd.models.newaws2model.Response_NewOperation response_1 = new com.sap.demo.changedataportaldc.wd.models.newaws2model.Response_NewOperation(newAWS2ModelModel);
            request_NewOperation.setResponse(response_1);
    I hope this are the inforamtion you need? Or is there something else?
    Thank you very much
    best regards
    Anna

  • BSL as a Web Service.  How to get the client Hostname?

    Hi group,
    Is it possible to read the calling client computer name from within a Transaction execution when called as a Web Service (HTTP GET)?
    Some function that would return the same as
    Request.ServerVariables["REMOTE_HOST"]
    or
    req.getRemoteHost();
    from an HTTP Web Server.
    Thanks,
    Francois.

    Thanks Doug,
    I followed your advice with a slight modification as the name of the parameter is Machine instead of IP.
    /XMII/PropertyAccessServlet?mode=Retrieve&PropName=Machine&Content-Type=text/xml
    I accessed this system parameter by using the string above as the URL of an XML Query action block from within my existing BSL transactions.  This aligns better with our current way of exposing the our MII transactions as Web Services.
    Using the XAcute query as proposed by Udayan also works but this would have meant exposing a new interface ( XAcute Query instead of the transaction default Web Service via the /Runner URL).
    Thank you both.

  • Web services. How can I get the error message?

    Hello.
    I am trying to run a report using XmlViewService. If any report has an error then executeXMLQuery returns empty result set (<rowset xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"></rowset>), not the error message. How can i know if a report fails with error or it exactly return empty result set.

    HI,
    Open the C:\OracleBI\web\msgdb\messages\resultviewtemplates.xml file modify the
    kuiNoResultsViewEditor webmessage as per your requirement...
    mark if helpful/correct...
    thanks,
    prassu

  • How to write a Web service Handler without modifying the Web service code

    Hi,
    How can I write a SOAPHandler without modifying the Web service code. I want to add a generic handler which will take care of SOAPHeader for all the webmethods. To add a handler is it necessary to modify the web service code?

    You will find answer in [implementing_handlers_using_jaxws_2|http://blogs.sun.com/sdimilla/entry/implementing_handlers_using_jaxws_2]

  • How to check resource existance using standard web-services?

    Hi,
    There was the web-service KMNodeServiceStrdWSVi_Document in the SAP EP 7.0 that exposed the function "exists" checking whether the folder exists or not.
    SAP EP 7.3 does not contain KMNodeServiceStrdWSVi_Document web-service and I did not find any function in the  RepositoryFramework web-service.
    Is there any other web-service providing this functionality?
    Thanks in advance.

    Hi Arun,
    I got the data in the context in the response node .But the problem is that the web service returns an array of objects which inturns has array ob object, I m only able to get those values from the response node from the context which are simple string type.Could u pls tell me how can i get the complex data which is present in the response node in the context.
    Can i traverse the node(i.e) the rray in the context.CAn u tell me wat can i do.The response node has the complex structure as defined in the WSDL file ,i just need to get the data present in the array of that context which is populated by the web service.

Maybe you are looking for

  • I was told to update to FF4. I did so but now FF4 says it won't tun on my Mac using 10.4.11?

    I've been running 3.6.10 on my MacbookPro using OS 10.4.11. Firefox opened and told me to update to FF4. I trashed 3.6.10 and downloaded FF4 and installed. Now when I try to open FF I get a message saying it cannot be used with my current OS. If this

  • Module Pool - Layout Problem

    Hi All, I am new to ABAP, so need your help. First of all I had created Interface, then in Form I attached that Interface. Now I moved all my object to CONTEXT. Problem:  When I try to press LAYOUT button it is throwing me out of the Transaction Form

  • Enhancment doesn't exits in ECC5.0

    Now i am working on Upgradation on Enhancemnt from sap 4.5b to ecc5.0. 1.exit_sapmvrrs_401 2.exit_saplipw1_404 Above these two enhancemnt are not Extis in ECC5.0 .. Is there any alternative enhancemnts in ECC5.0 instead of those .. Plz revet back to

  • New OS browser bug in GWT

    You created a bug and I tried to notify you thatit existed in the beta OS 2 but RIM doesn't like to listen to others unless you pay them. I use RStudio server alows me to access R scripting language over web browser. It worked flawlessly in OS1 howev

  • Error Building the Application

    Hi Guys, Whenever I try to test my pages from struts-config.xml, I get the following errors. C:\Project\nepsys\gwrs\ViewController\public_html\test.jsp Error(1): java.lang.IllegalArgumentException Error(1): Unable to load taghandler class: http://xml