Portals - XI - Webservice

Hi,
I am still practicing my steps in the XI world. We have CRM4 and R/3(4.6c). Our users use EP (PCUI) for the frontend (say for masterdata). We have some web-application(webservice) system which needs to be integrated through XI.
If example, they create a order in EP(R/3 at the backend), do i have to integrate it as EP<XI>WS or as R3<XI>WS scenario ? my point is ...... say when the 'save' button is hit ideally on R3, an idoc or rfc would be triggered immd to XI. Will the 'save' on EP and R3 in this case be same ? or should it be like EP-R3-XI-WS ?
-ram

Ram,
This depends entirely on your requirement. You can create an order (via EP) and send to R3 via XI. If you want even you can send the response back.
Or
We can have a webserive where we can create a order and send to R3 via XI and even we can send back the response.
Go through this urls which will help you:
Process Integration (PI) & SOA Middleware
EP with XI
EP & XI...
---Satish

Similar Messages

  • How to pass the universal workitem to other portal by webservice in BPM?

    hi,gurus:
    Our scenario is this:
    Push all the universal workitem to BEA portal by calling a web service in BPM?
    Can we call web service and retrieve the workitems in BPM?
    Or can we do that in relavant user interface--webdynpro,for as far as I know,we can retrieve items from uwl in webdynpro?
    Any help will be appreciated.

    Hi,
    Regarding your qustion on calling SAP Busines Workflow from BPM and vice versa, I think directly it is not possible to give a call. You can invoke outside functionality only if you can expose it as a Web Service which can be used as an automated activity or in a Human Task with custom code.
    Hope this help!!
    Regards,
    Arafat

  • Getting error while consuming google webservice in jspDynpage

    Hi All,
    I am consuming google webservices in my JspDyn page
    i am getting following error
    An exception occurred while processing a request for :
    iView : GoogleSer.google
    Component Name : GoogleSer.google
    Could not find portal application <b>com.company.global.enterprise.portal.wsdl.webservices.service.</b>
    Please help me to resolve this issue
    code ::
    MyGoogle googleService =
    (MyGoogle) PortalRuntime.getRuntimeResources().getService("com.company.global.enterprise.portal.wsdl.webservices.service.MyGoogle");
    GoogleSearchResult result = googleService.doGoogleSearch("google", "SAP", 0, 10, false, "", false, "", "", "");
    Thanks & Regards
    Rudra

    Hi,
    I am still having the same problem, however the scenario in which I am getting varies.
    I am getting this exception:
    "com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: IOError while working with the message."
    Some users when trying to login into the portal are getting blank screen and for some the portal launcher page is loading fine and could go to the Home Page.
    When I view the logs I am seeing the Nested Soap Exception.
    Any Ideas??? Starting the J2EE engine also did'nt help.
    Thanks in advance.
    Madhavi

  • Getting error in consuming google webservices from JspDynPage

    Hi All,
    Getting following error while consuming google webservices from JspDynPage
    An exception occurred while processing a request for :
    iView : GoogleSer.google
    Component Name : GoogleSer.google
    Could not find portal application com.company.global.enterprise.portal.wsdl.webservices.service.
    Code :
    MyGoogle googleService =
    (MyGoogle) PortalRuntime.getRuntimeResources().getService("com.company.global.enterprise.portal.wsdl.webservices.service.MyGoogle");
    GoogleSearchResult result = googleService.doGoogleSearch("google", "SAP", 0, 10, false, "", false, "", "", "");
    ResultElement[] results = result.getResultElements();          
    if(results != null) {
    response.write("<br> Search Result Size " +results.length );
    for (int i = 0; i < results.length; i++) {
    response.write((i + 1) + ": " + results);
    Thanks
    Rudra

    Hi,
    I am still having the same problem, however the scenario in which I am getting varies.
    I am getting this exception:
    "com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: IOError while working with the message."
    Some users when trying to login into the portal are getting blank screen and for some the portal launcher page is loading fine and could go to the Home Page.
    When I view the logs I am seeing the Nested Soap Exception.
    Any Ideas??? Starting the J2EE engine also did'nt help.
    Thanks in advance.
    Madhavi

  • Webservice invoke call doesn't work

    I'm invoking a webservice with axis, and it isn't working ok. It seems as if it's making something, but at the end it doesn't return anything. After executing all necessary methods (addParameter, setReturnType,setOperationName...) i execute invoke method and it stands working but doesn't return anything and execution doesn't finalize (i'm executing it in eclipse). I debugged it, and it worked fine, so i made a Thread.sleep() of 4 or 5 seconds before executing invoke method, and it works ok! I don't understand this behaviour, because if the code is being executed sequentially, it has no sense that works with sleep call. Do you know what can be happening? Because sleep solution is not a very good idea, i've to spend 4 or 5 seconds in every call invoke!
    Thanks!

    Hi,
    1. It is not clear to me if the missing fields are missing from the model defintion or from the SOAP request?
    2. What is the VC version you are using?
    3. I suggest to raise the trace level of the web services connector to: "All" using the NWA log configuration (location: "com.sap.portal.connectors.WebServices") -> reproduce => check the java default trace errors
    Best Regards,
    Ran

  • Webservice exception

    Hi All,
    I am trying to access a webservice running on XI from EP6 SP9. It is giving the following exception
    com.sap.engine.services.webservice.jaxm.soap.accessor.NetstedSOAPException: Problem in server response: [Not Found]..
    Can anybody help me with this please.
    Thanks
    Santhosh

    Thanks Rasmus. Here is the complete exception from the log files. We are trying to connect to XI web service from EP and are getting this expcetion.
    A
    #1.5#001143D4A1D1003A0000000A000005600003F6C24D7EC7AA#1115739314747#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#kcfergus#52092#####SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Server#Java###Exception ID:10:35_10/05/05_0111_5748450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : WebService9.XIAbstractPortalComponent
    Component class : com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIAbstractPortalComponent
    User : kcfergus
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:824)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: Problem in server response: [Not found].
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:197)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIService.mi_BAPI_CREATENOTIF_SYNC_OUTBOUND(XIService.java:166)
    at com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIAbstractPortalComponent.doContent(XIAbstractPortalComponent.java:35)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

  • CUP - Enterprise Portal Provisioning

    Hello
    1. CUP can provision UME roles to Enterprise Portal using Webservices.
    The steps are provided in the GRC AC 5.3 configuration guide.
    2. It has no mention of installing EPRTA (Enterprise Portal Real Time Agents)
    Is this required?
    Also is there any dependency on the netweaver version of the enterprise portal?
    Please help clear the doubts and point me to any relevant reading.
    Thanks
    Prakash Sankar

    Prakash,
    Yes, you will need to deploy the EPRTA if you wish to provision to your EP system.
    The only dependancy is that the NW system should be version 7.0 or above.
    You can find info regarding the integration here:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7010a978-038e-2b10-3e8d-bc8e9a4dfd2f?quicklink=index&overridelayout=true
    Thanks!
    Ankur
    SAP GRC RIG

  • WebService from VC doesn't work

    Hello,
    Web Service tested with [WS navigator|http://img525.imageshack.us/img525/7913/wsshipmentsy5.jpg] works well but not when testing from VC design time or at runtime.
    At runtime, the screen goes blank after calling the web service. On checking the log, I noticed that the updateShipment structure doesn't have the names of the 2 inputfields:(invoicetext and shipmenttext)
    #1.5 #000FFE725EC2004100000D8B00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getFunctionName: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###The Webservice Operation name is ShipmentBean.updateShipment#
    #1.5 #000FFE725EC2004100000D8C00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.fillInput: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###Complete Input structure: {companyId=SCHELDETEST, userId=dharmi.tanna, shipmentId=2000200, updateShipment=[test
    [CRLF]regel2
    [CRLF]regel 3
    [CRLF]][testfdhj
    [CRLF]regel 2
    [CRLF]]}#
    What is going wrong here? I also tried to test it with other tools like strike Iron, it works but not from VC!!!
    Best regards,
    Dharmi

    Hi,
    1. It is not clear to me if the missing fields are missing from the model defintion or from the SOAP request?
    2. What is the VC version you are using?
    3. I suggest to raise the trace level of the web services connector to: "All" using the NWA log configuration (location: "com.sap.portal.connectors.WebServices") -> reproduce => check the java default trace errors
    Best Regards,
    Ran

  • Error when execute an external-facing portal

    Hello world,
    I would like to make  an external-facing portal for anonymous users who want to access to my iviews created by Visual Composer (I don't know if it's possible)). I have read some documentation about it. I began create a Light Portal Desktop and a Light Framework Page, I gave permission to user called Guest to my Role,.... When I execute this link http://localhost:50000/portal/anonymous, I have this error in Log Viewer :
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/com.bycn.fdContentBYCN/com.bycn.fdPortalDisplay/com.bycn.fdPortalDesktop/lightDesktop/frameworkPages/lightframeworkpage/com.sap.portal.lightinnerpage/com.sap.portal.lightDetailedNavigationTree
    Component class : com.sap.portal.navigation.LightDetailedNavigationTree
    User : Guest
    My version of SAP Netweaver is 2004s 7.00 SP11
    Have you an idea please ?
    Best regards
    Francois

    Hi marcus,
    Finally i use Default Desktop Portal instead of Light Desktop Portal because his limitation, and now I can
    see my iView (it a Visual Composer iView) always for anonymous user (here "Guest"). My problem is in my
    iView I have some drop down lists filled dynamically with the java web services. In fact, it seems these web
    services don't work with anonymous user, only with authenticated user.
    From portal System Administration / System configuration, I added to alias of the web
    service a permission for 'Guest' user ("Administrator" = "Read", "End User" = "checked") and in System
    administration / Permissions /  Security Zones / sap.com / Netweaver.Portal / low_safety /
    com.sap.portal.systems.webservices / components / webservice_system, I added also permission
    for 'Guest' user ("Administrator" = "Read", "End User" = "checked"). My web sefvices don't have authentication polycies and in his property the Logon Method = "NONE".
    With these modifications, the web services don't work always. Is it possible anonymous users cannot access to back-end system through iViews ?
    Best regards
    Francois

  • Webservices using PHP - PEAR SOAP Package

    Hello,
    I am looking to query then use IDM attributes in our PHP based portal using webservices.
    THe PHP PEAR SOAP Client is the library I intend to use.
    Has anyone successfully used a PHP Library to extract IDM attributes?
    Below is the start of my venture.
    Thank you in advance
    <?
    /* Include PEAR::SOAP's SOAP_Client class: */
    require_once('SOAP/Client.php');
    /* Create a new SOAP client using PEAR::SOAP's SOAP_Client-class: */
    $client = new SOAP_Client('http://domain.name.com/idm/servlet/rpcrouter2');
    /*Send request to server to the server and store its response in $response: */
    $response = $client->call('rpcrounter2',$params,array('namespace'=> 'urn:oasis:
    names:tc:DSML:2:0:core','trace'=>'true'));
    /* Print the server-response: */
    echo $response;

    Hello,
    I am looking to query then use IDM attributes in our PHP based portal using webservices.
    THe PHP PEAR SOAP Client is the library I intend to use.
    Has anyone successfully used a PHP Library to extract IDM attributes?
    Below is the start of my venture.
    Thank you in advance
    <?
    /* Include PEAR::SOAP's SOAP_Client class: */
    require_once('SOAP/Client.php');
    /* Create a new SOAP client using PEAR::SOAP's SOAP_Client-class: */
    $client = new SOAP_Client('http://domain.name.com/idm/servlet/rpcrouter2');
    /*Send request to server to the server and store its response in $response: */
    $response = $client->call('rpcrounter2',$params,array('namespace'=> 'urn:oasis:
    names:tc:DSML:2:0:core','trace'=>'true'));
    /* Print the server-response: */
    echo $response;

  • Call web service from portal/soap config .xml error

    Hi all,
    I am trying to call a web service from our portal. Setup is as follows:
    -Generate proxy classes and deploy it as a portal service
    I created this service using the wizard (Portal service from wsdl file client side) in NWDS.
    -Portal component which uses the portal service.
    When I try to run the application in the portal, I get the following exception:
    java.lang.IllegalStateException: Error in soapconfig.xml: The method mail of com.sap.portal.prt.soap.proxy.Alias portal service is not found..
    How can I solve this?
    Her is my xml  file:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
         <property name="SharingReference" value="com.sap.portal.runtime.application.soap"/>
      </application-config>
      <components>
        <component name="callwebproxy">
          <component-config>
            <property name="ClassName" value="com.portal.erbS.callwebproxy"/>
          </component-config>
          <component-profile/>
        </component>
        <component name="org_opach">
          <component-config>
            <property name="ClassName" value="com.test.org_opach"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services>
        <service alias="com.sap.portal.prt.soap.proxy.Alias" name="ProxyClass">
          <service-config>
            <property name="className" value="com.sap.portal.wsdl.webservices.service.connector.ProxyClass">
            </property>
            <property name="startup" value="false"/>
            <property name="WebEnable" value="false"/>
            <property name="Webproxy" value="true"/>
            <property name="SecurityZone" value="com.sap.portal.wsdl.webservices.service.connector/DefaultSecurity"/>
          </service-config>
          <service-profile>
            <property name="SystemAlias" value="Default_system_Alias"/>
          </service-profile>
        </service>
      </services>
    </application>
    reza

    Hi,
    Check your soapconfig.xml
    Your method should be defined there. If it's not there, then you're sure to get this error.
    For every method (in Webservice) that you call from your Portal Service, you should have it defined here.
    Remember, this is autogenerated.
      <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Portal WebService Configuration File.
      -->
    - <!-- Note: File generated automaticaly, don't modify this file.
      -->
    - <portal-webservices version="6,0,3" application-name="TestWS">
    - <portal-webservice name="com.company.mod.TestWS">
    - <webservice-method soapaction="" authenticated="false" styleenconding="RPC" javasignature="public abstract byte[] com.company.mod.TestWS.getValue(java.lang.String)" name="getValue">
    - <webservice-parameter defaultjavatype="java.lang.String" enconding="encoded" targetnamespace="http://www.w3.org/2001/XMLSchema" nillable="false" xmlattribute="false" required="true" ID="0" name="value">
      <webservice-type wsdltype="xsd:string"  javatype="java.lang.String" />
      </webservice-method>
      </portal-webservice>
      </portal-webservices>
    Regards,
    JP

  • Possible to access data outside the portal?

    Hi all,
    I’m currently checking the features available in the adobe forms.
    Is it possible to dynamically load an adobe form (for example drop downs)
    with data outside the Portal,
    Using maybe Web services?
    And send data from the adobe form to the portal by webservices,
    without having to upload the form,
    Is this possible?
    Thanks in advance for the help.
    Best regards,
    Paulo Ruivo

    In Designer in the SAP development environment, you can specify a Data Connection based on a WSDL (Web service). If you tie the update of these fields to e.g. a button, you can update the related fields in the form at runtime.
    In general, you don't send data to the Portal, which is basically a frame in which you run different applications. The data is usually sent to the SAP db through an application using the form. You can use HTTP/Web services to submit data to the SAP application/database, but this is independent of the Portal.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • WSDLLoader Invalid Response Code 503

    Hello,
    we need to integrate some php legacy WebServices running on XAMP, their WSDLs are integrated using Destinations in NWA.
    When trying to search the Destination in VisualComposer the following Exception is thrown, although the webserver is properly available.
    <snip>
    Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.TechnicalException: Deserializing WSDL stream http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl failed
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:509)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:310)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSInterfaces(WSQueryImpl.java:224)
    at com.sap.portal.connector.webservices.metadata.functions.esp.lmt.LMTFunctionsMetadata.searchAndLoadInterfaces(LMTFunctionsMetadata.java:258)
    ... 50 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl"
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:507)
    ... 53 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl"
    at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:364)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:127)
    ... 56 more
    are there any special proxy-settings for the wsdl-loader?
    i have configured the main http-proxy settings in nwa to locally access *.inndom.intern which works just fine for any other servers.
    any idea?
    thanks,
    kai

    Hello Kai,
    We are having the same issue as well. Can you please explain what you meant by "proxy's fault"? If you got this issue resolved, please let us know what the steps were. It would immensely help!
    Thanks,
    - Rao
    Edited by: Raghavendra (Rao) Subbarao on Jul 22, 2008 4:36 PM

  • Access KM using ABAP

    Hi All,
      How to access / create files in KM using ABAP code? Any FM available to create folder in KM via ABAP code? Searched the forum but most of the similar queries are unanswered.
    Requirement:
        Need to upload and retrieve documents from KM for web dynpro ABAP application.
    Thanks
    Krishnan

    Hi,
    KM is an application on SAP portal platform developed using Java. So direct communication from ABAP to KM through RFC or FM would not be possible.
    I think through webservice there is a possibility. You can create a webservice on SAP. Portal This webservice can be used in your ABAP code.
    Regards,
    Jigar Oza

  • UMWebService

    I am trying to write a SOAP client that will list the Portal users and roles via a remote Java program.
    I generated a SOAP client using the wsdl at:
    ...://irj/servlet/prt/soap/UMWebService
    I am able to fetch a single user and a singl role using my generated client using and the getUser  and getUniqueRole operations.
    Next I am trying to call searchUsers but I am unsure of the values to supply for the four parameters or where I can go look to find the parameter mapping.  The searchRoles call has a very similar signature.
    The types on the method are string, int, boolean, int.
    Through experimentation I've figured out 1 and 4, but 2 and 3 are a mystery.
    1) String = Search String
    *2) int = Is some type of enumeration if I use the value 2 it'll return all users.. ???
    *3) boolean = not sure what this controls... ????
    4) resultLimit = 0 returns all results
    Here is the relevant wsdl elements.
    <wsdl:operation name="searchUsers" parameterOrder="searchUsers_4_param14 searchUsers_4_param15 searchUsers_4_param16 searchUsers_4_param17">
      <wsdl:input name="searchUsers_input0" message="intf:searchUsersRequest" />
      <wsdl:output name="searchUsers_output0" message="intf:searchUsersResponse" />
      <wsdl:fault name="com.sap.security.api.UMException" message="intf:UMException" />
    </wsdl:operation>
    <wsdl:message name="searchUsersRequest">
      <wsdl:part name="searchUsers_4_param14" type="xsd:string" />
      <wsdl:part name="searchUsers_4_param15" type="xsd:int" />
      <wsdl:part name="searchUsers_4_param16" type="xsd:boolean" />
      <wsdl:part name="searchUsers_4_param17" type="xsd:int" />
    </wsdl:message>
    Can anyone assist me in understanding what to pass in for these parameters or point me in the right direction?
    Thanks.

    Hi Dan,
    see [IUMWebService|http://portal.ccspc.com.cn:50000/irj/portalapps/javadocs/runtime_misc_portalapplication/com/sapportals/portal/prt/webservice/usermanagement/iumwebservice.html]
    The 1st parameter is the query string. You can use * as a wildcard if you use the LIKE_OPERATOR.
    The 2nd parameter is the search mode operator: 0=EQUALS_OPERATOR, 1=LIKE_OPERATOR, 2=GREATER_THAN_OPERATOR and 3=LESS_THAN_OPERATOR (but I don't think 2 and 3 are useful in this context).
    The 3rd parameter is caseSensitive and the 4th parameter is maxResultsize (<= 0 means all results).
    Kind regards,
    /Sigiswald

Maybe you are looking for

  • Loading decimal  value to an infoobject of type char

    I have an extract structure with field timestamp, which is of type dec and length 15. Now i want to load this value to an infoobject in ODS. But this infoobject is of type char and length 18. when infopackage loading is scheduled it is giving the fol

  • SQL*LOADER how to load blanks when data is null

    I need to load data which contains null values into a table which cannot contains nulls. How can I tell SQL*LOADER to load blanks in a column when the input data is nulls?

  • Received HTTP response code 500 with acknowledgment

    Hello, This is my process : R/3 (Idoc) -> XI -> 3rdParty(CSV). I use R/3 4.6C and XI 3.0 SP10 This work fine but there is a problem with the acknowledgment : Transmitting the message to endpoint http://<server>:8000/sap/xi/engine/entry?action=execute

  • Removing objects from photo

    I am trialling photosup elements before deciding to buy it or not.  Not sure if there is a difference in the trial version compared to the purchased version. I am trying to remove an unwanted object from a picture by highlighting the unwanted object,

  • How do I get started using Essbase?

    Hi all, I'm a newbie to Essbase, and Business Intelligence. I went to a training/demo in March but have just done my first install to try it out for myself. (I'm a Java developer by training.) So, I've installed Hyperion EPM 11.1.1.1 on my Windows XP