How to test an Enterprise service?

Hi Experts,
Iam very new to this Enterprise Service. I need to test an Enterprise service from my ABAP system.
What is the Pre requistics to test the Enterprise service?
What is the necessity of WS Navigator ,SOAPUI and SOA Manager?
Is  SOAP UI need seperate license?
Can you refer documents that has steps to test a Enterprise service from scratch?
Iam in ECC 6 and my system donot have Java stack.
I can locate my service in SOA Manager , I couldnt figure out how to test it?
Help me..
Regards
Karthiheyan M

Hi Karthiheyan,
Start with this very comprehensive end-to-end guide, Enterprise SOA Development Handbook 1.1:
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40db4735-02f9-2a10-b198-a888a056bb67?quicklink=index&overridelayout=true]
The guide above will help you understand most aspects around Enterprise SOA / Enterprise Services in SAP. The important thing to understand is that SAP Enterprise Services are shipped in an implemented state but they are not configured, so may exist in ECC 6.0 but can't be used until you configure (setup binding & authorization profiles etc.) & this is where SOAMANAGER is used - Configuration of the web service for use.
WS Navigator & SoapUI are webservice test tools. WS Navigator is shipped with any SAP Java stack & SoapUI is a free test tool. So, once you've configured your webservice for usage, use the URL (with binding) in WS Navigator or SoapUI to test your webservice.
Regards, Trevor

Similar Messages

  • How to test swaref web service method

    My simple web service method:
         @WebMethod
         @XmlAttachmentRef
         public DataHandler getFile() {
              FileDataSource file = new FileDataSource("c:\\1.gif");
              DataHandler handler = new DataHandler(file);
              return handler;
    the generated wsdl codes:
    *<xs:complexType name="getFileResponse">*
    *<xs:sequence>*
    *<xs:element minOccurs="0" name="file" type="swaRef:swaRef" />*
    *</xs:sequence>*
    *</xs:complexType>*
    I always use Eclipse web service explorer to test web service, but it doesn't support swaref web service method.
    Then I use axis WSDL2JAVA to generate web service client, but the generated "getFile" return type is not "DataHandler", but "org.apache.axis.types.URI".
    How to test swaref web service method?
    Thanks
    Edited by: tomsonxu on Jan 8, 2008 7:40 AM
    Edited by: tomsonxu on Jan 8, 2008 7:41 AM

    Hello..
    How did u develop the webservice?
    I mean did u develop the Webservice using Enter prise Java Bean....
    Wrap EJB in ear and deploy to the Server and now u can test the EJB method
    whether it is working fine or not
    Try these -
    http://help.sap.com/saphelp_nw04s/helpdata/de/f7/af60f2e04d0848888675a800623a81/frameset.htm
    Inorder to use the webservice in the Webdynpro, normally we will use the WSDL of webservice
    and Import  the model using any one of them
    After importing as model we can use the EJB methods!
    Try it !!
    Thanks
    Shravan

  • Manual Testing of Enterprise services

    Hello Colleagues,
    Please let me know the different methodes of testing Enterprise services manually.
    I have used below methodes :
    SPROXY
    SOAMANAGER
    SOAP UI
    Is there any other way apart from the once mentioned above.
    Also let me know how to test the non sap services in an SAP environment, for example the standard services are avalialbe in the UDDI how can i test these services in an SAP environment.
    Please let me know if you need any further details.
    Thanks,
    Ajay

    Hi Ajay,
    SPROXY ---> This t-code is used to generate/create webservices from out of application system(R/3 or ECC system) called OUTSIDE IN APPROACH.Where the webservice will be generated on inbound service interface and we can test the webservice from here.       
    SOAMANAGER -
    > When ever we create a proxy on inbound service interface.we need to implement the method(interface) and logic will be written based on our requirement.The name of the interface will be displayed in SOAMANAGER to make it as WEBSERVICE we need to create endpoint and binding,now it will be exposed as webservice  and after that we can generate WSDL file and we can test from WS NAVIGATOR.
    SOAP UI : The above exposed webservice or generated WSDL can be tested using the test tool like SOAP UI.
    Hope it clears.....
    Thanks

  • How to activate an enterprise service for use?

    Hi experts,
    I want to use a web service out of the bundle "Technical Document Management Connectivity". The web service is called "Read Document File Variant".
    I know to use WSCONFIG to configure web services for use. But I can not find this web service listed there. I know that we have installed EnhP1 and EnhP2 on our system and the above mentioned web service is shipped with EnhP2.
    Do I have to activate some swichtes within the Switch Framework in transaction SFW5 first? Can somebody tell me which switches to active for what specific enterprise service?
    Thanks a lot for your help.
    Best regards
    Lars

    To explain the concept …
    The Switch Framework allows you to control the visibility of objects or their components by means of switches.Between the business function sets and the industry packages are the switches.
    It is the business function that is switched on, not the switch itself therefore you have to use Transaction SFW5 find the business function and then activate it - in order to use it.
    Hope this helps

  • How to consume SAP enterprise services over https using third party tools?

    Hi guys,
    am just testing consumption of ES using jboss instead of NW for client applications. The ES in our internal ERP are bit strange, ie. they are using HTTPS transport even though you can configure ES with HTTP transport. (in this case, the requests are always redirected to HTTPS one). Wanna hear from perhaps someone who had similar experiences about
    - Have you encountered the situation that ES can only exposed as HTTPS WS. Is there any way to enable HTTP ES?
    - The way to consume ES over HTTPs. How to configure and generate the client which can talk HTTPs with ES?
    Any comnments are thankful.
    Best,
    Ji
    Edited by: Ji Hu on Oct 1, 2010 3:20 PM

    Thanks.
    Have solved the problem. I need to configure my client, i.e. JVM to connect the server with https. The generated ws client stub itself does not need to care about HTTPS or HTTP transport.
    In some case, one do have enabled HTTP transport via soamanager, but it never became HTTP (redirected to HTTPS). I have no idea why, but have to talk in  HTTPS as the only one option.

  • How to test Adobe Document Service credentials

    Hi,
    I have installed a sneak preview version of Java stack 7.0. With that I have downloaded the latest credentials from the sdn and followed these steps.
    Copied the .pfx file to <INST_DRIVE>:\usr\sap\J2E\SYS\global\AdobeDocumentServices\TrustManagerService\trust\credentials.
    Logged into visual admin .
    On the Cluster tab, choose Server 0 -> Services -> Document Services Configuration
    On the Runtime tab, select Credentials
    Choose Browse to search for the name of the credential and then Select
    In the Alias field, enter the alias of the credential you installed, for example ReaderRights. (Entries for the name of the credential are case-sensitive)
    In Password field, enter the password you received together with the credential you installed (filename.txt in the archive). Confirm the password again and then click Add
    Restart the following services for the changes to take effect: PDF Manipulation Module, Document Services Trust Manager. To perform this, right-click on the repective service choose Stop and after the service has stopped, Start it again
    Restart also the application com.adobe/AdobeDocumentServices located at Server 0 -> Services -> Deploy (radio button Application)
    After doing so I tried executing the demo application from the link :
    http://localhost:50100/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    But the applicaiton was not getting executed. I got an error :
    The initial exception that caused the request to fail, was:
       java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:464)
        ... 47 more
    Does it means that the credentials are not installed properly?
    I tried executing the Webservice of ADS using the URL: http://localhost:50100/AdobeDocumentServices/Config
    But it is asking for username and password.
    Can anyone guide me what would have gone wrong. Is there any other way by which I can test ADS.
    Thanks for your help.
    Points will be awarded for valuable answers.
    Thanks,
    Nirmal G

    Hello Experts,
    Now after changing the password of ADSUser I can execute the web service sucessfully. I am getting response with version number.
    But still the demo application link is giving this error.
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
         ... 35 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:464)
         at java.net.Socket.connect(Socket.java:414)
         at java.net.Socket.<init>(Socket.java:310)
         at java.net.Socket.<init>(Socket.java:125)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:548)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 37 more
    Any clue on this.... Kindly reply....Thanks in advance...
    Regards,
    Nirmal G

  • How to test my SOAP Servicer is working?

    Hi...
    I'm developing a server and client SOAP from the saaj-simple.war example.
    I modified and it doesn't work but I can not identify which are wrong the server or client SOAP.
    I think the problem is in the urlEndpoint, in my case the client should call to:
    http://localhost:8080/indas400/servlet/con.indas.soap.SOAPReceiver
    this is the URL where the server soap is.
    Could you suggest me any idea to test the client and server independently?
    Thanks a lot.

    Ok, resolved this another way. Instead of using OS X's built in proxy, I used the proxy of the FTP client. After connecting to the remote server, I see transfers show up in the meters of Machine 1 and Machine 2.
    Also, I moved to SFTP instead of FTP. One blog post indicated that FTP for some reason cannot be proxied.

  • How to start developing an Enterprise Service

    Hi everybody.
    I'm a student who writes his diploma thesis at the moment.
    My aim is to identify different serivce candidates with the aid of a roadmap methodology in my company. After doing a business process analysis and identifying all the IT systems and interfaces to external systems I want to develop a enterprise (web) service (with ABAP/Java) offering some type of masterdata from SAP HCM and deploy it to the Exchagne Infrastructure of my company.
    But I don't know how to start. There is too much (poor) information. Until know I did not find concrete howto-guides with examples for "developing a service" (both ABAP and Java), "deploying and testing a service with XI". Could somebody give me some hints?
    I have access to the ABAP workbench, XI and the NWDS and have read all the theoretical stuff about SOA and SAP ESOA.
    Thanks in advance,
    Stefan

    Hi Stefan,
    I might not be bang on target but nevertheless try going through the below links:
    [How to Build an Enterprise Service using SAP NetWeaver Process Integration|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c05b36f9-e7d4-2910-4488-a46be7ba2906]
    [Enterprise Services Design Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40c05360-0501-0010-63bd-aedd415b6e05]
    [Enterprise Services Discovery and Design Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4c1ab044-0401-0010-7aae-b6578bb18b85]
    [Enterprise Services Design Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/943e83e5-0601-0010-acb5-b16258f5f20a]
    [Creating a Purchase Order Store Record Web Service|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fa3dff-ce76-2a10-3f94-f3df8f2db5a2]
    Also see my article which explains the creation of a Web Service using EJB (so basically a java web service):
    [How to Create a Web Service using Enterprise JavaBeans|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b00917dc-ead4-2910-3ebb-b0a63e49ef10]
    Bye
    Ankur

  • How to see all the enterprise services in a Discovery system

    Hi,
    Please let me know how to see all the enterprise sevices in a  discovery system.
    Please let me know how to load the enterprise services into webdynpro from discovry system
    Thanks and Regards,
    Naveen N M

    Hello all,
    I can't figurate how to list all the root directories
    (C:/> , D:/>, E:/> etc.) in a system.
    I know how to recursively check the content of a
    directory and all its subdirectories when a
    predefined path is defined. However what I' d like to
    do is actually give the option to pick one of the
    root directories to start the iteration. I have been
    looking around but I can' really find anything
    helpful.
    If any of you has any idea on how to achieve the
    above objective some clarification would be really
    appreciated.
    Thanks in advance for your help!How to installing the Javax.comm package

  • ESW: Publishing Enterprise services in PI 7.1

    Hi,
    My Scenario was Webservices to ID
    Is WS Navigator is necessary for testing the Enterprise Services.
    How to define a service interface in the service registry and if i need to create any purchase order how do and where do i need to import the WSDL file ..
    What is Service Registry and what is the differeince b/w the WS Navigator and Service Registry.
    Where this comes into picture in PI
    regards
    Kishore

    Hi Gourav,
    Thanks Gourav for your valuable reply,
    Still i am facing the problem,
    When i give the values as of for the above case i am facing with the below error
    An error has occurred. Maybe the request is not accepted by the server:
    SRT: Authorization denied
    The below is the request message
    POST /sap/bc/srt/xip/sap/ecc_purchaseorder005qr/310/ecc_purchaseorder005qr/ecc_purchaseorder005qr_binding HTTP/1.1
    Host: scc10ykf.rim.net:8010
    Content-Type: text/xml; charset=UTF-8
    Connection: close
    Authorization: <value is hidden>
    SAP-PASSPORT: 2A54482A0200B900007363633130796B665F4543445F31303337333037353000000000000000000000000147756573740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000017363633130796B665F4543445F3130333733303735300000000000000000000063663133383632303838303931316465626338333030316632393665396464322A54482A
    Content-Length: 877
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:PurchaseOrderERPByIDQuery_sync_V1 xmlns:ns1='http://sap.com/xi/SAPGlobal20/Global'><PurchaseOrderSelectionByID><SelectionByPurchaseOrderID><IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode><LowerBoundaryPurchaseOrderID>0000205000</LowerBoundaryPurchaseOrderID><UpperBoundaryPurchaseOrderID>0000205132</UpperBoundaryPurchaseOrderID></SelectionByPurchaseOrderID></PurchaseOrderSelectionByID></ns1:PurchaseOrderERPByIDQuery_sync_V1></SOAP-ENV:Body></SOAP-ENV:Envelope>
    This is the response message which i got
    HTTP/1.1 500 Internal Server Error
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 1762
    accept: text/xml
    sap-srt_id: 20090813/090413/v1.00_final_6.40/4A8356473B0B55C5E10000000A51143C
    server: SAP Web Application Server (1.0;701)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Header></soap-env:Header><soap-env:Body><soap-env:Fault><faultcode>soap-env:Server</faultcode><faultstring xml:lang="en">SRT: Authorization denied</faultstring><detail><ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/"><Host>Provider</Host><Component>SECURITY</Component><ChainedException><Exception_Name>CX_SOAP_CORE</Exception_Name><Exception_Text>SRT: Authorization denied</Exception_Text></ChainedException></ns:SystemFault><ns:SystemFault xmlns:ns="http://www.sap.com/webas/711/soap/runtime/abap/fault/system/"><Host>Provider</Host><Component>SECURITY</Component><ChainedException asx:root="asx:abap" version="1.0" xmlns:asx="http://www.sap.com/abapxml"><asx:values><EXCEPTION href="#o201"></EXCEPTION></asx:values><asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary"><cls:CX_SOAP_CORE id="o201"><CX_ROOT><TEXTID>0018FE864EEE1DECA69CF9C71ACB337F</TEXTID><PREVIOUS></PREVIOUS><KERNEL_ERRID></KERNEL_ERRID><INTERNAL_SOURCE_POS><PROGID>99</PROGID><CONTID>1077</CONTID></INTERNAL_SOURCE_POS></CX_ROOT><CX_NO_CHECK></CX_NO_CHECK><CX_SOAP_CORE><E_LOCATION><CLASS>CL_WS_SECURITY_PROTOCOL</CLASS><METHOD>AUTHORITY_CHECK</METHOD><ID>0</ID></E_LOCATION><E_TEXT>SRT: Authorization denied</E_TEXT><E_ID>1100</E_ID><E_FAULT_LOCATION>1</E_FAULT_LOCATION><E_AREA>SECURITY</E_AREA><E_HOST>1</E_HOST><E_PROCESS_CONTROL></E_PROCESS_CONTROL></CX_SOAP_CORE></cls:CX_SOAP_CORE></asx:heap></ChainedException></ns:SystemFault></detail></soap-env:Fault></soap-env:Body></soap-env:Envelope>
    i am giving the purchase order number lowerbound and upperbound of the range but i am getting this error
    Request you to help on this..
    Is there any issue with SRT: Authorization error..  (Any Configurations to be avoid this)
    regards
    Kishore

  • Testing the enterprise portal in integration with documentum.

    hi
    can any one plz tell me how to test the enterprise portal when it is integrated with the documentum(content server).in order to check how the data is flowing from documentum to sap portal.
    regards,
    babu.

    Have a look
    test the system alias connection.If it is successful , then it will work.
    https://www.sdn.sap.com/irj/scn/thread?messageID=977224
    Koti Reddy

  • Mapping ALE functionality to Enterprise Services

    Hi SAP Gurus,
    I am in an assignment to leverage Enterprise Services in the project and as part of it i need to understand how we can use Enterprise Services for the following requirements which are well supported by ALE/Idoc functionality.
    1) Master Data Distribution - We have ALE Change Pointers mechanism to track the changes done to the master data (Customer/Material/Vendor) and we can process the changes and create the idocs for the same by EOD. Changes are tracked based on the field level and interface level(Message Type). How can we leverage this change pointer mechanism in Enterprise Services.
    2) Best practice to trigger the Outbound enterprise services from ECC system.
    3) There are various tools to monitor IDOCs in ECC, what all are the tolls/transactions for monitoring the Enterprise Service.
    4) What is your view on IDOC V/s Enterprise Service
    Regards,
    Pras

    Hi Prasanna,
    These are two quite different technologies and framework here that your questions are about. One is SMD (Shared Master Data) tool which involves change pointers & IDocs and the other is an Enterprise Service for example an ABAP Proxy or a Web Service.
    1. Why would a customer want to do that especially for standard master data applications like Customer Master, Vendor Master, Material Master etc? I mean I don't understand the benefit of it when all these standard applications already support SMD. If a customer really wants these same functionalities via an Enterprise Service then they basically have to develop more custom applications to support this - for e.g. a Z program which will essentially replace BD21 to process the change pointers (CP) per application i.e. call the associated ABAP Proxy which will then create/do not create IDocs, process the CP by applying business logic, generate XML for PI to distribute further, email/do not email business owner, change the status of the CP depending on the outcome of the processing, exception handling etc. etc. But this whole thing, in my view, is cumbersome and sort of unnecessary as most of these things could be achieved via the SMD tool (except creating the IDoc itself of course!)
    The other way, to totally get rid of the CPs and process every change via ES - one would have to enhance all applications in question to call the ES (ABAP Proxy) at the time of master data change! There is no equivalent of BD64 in ES so I don't understand the purpose to be honest.
    2. In my view, to trigger it as an Outbound Proxy or Client Proxy via Method call.
    3. SXMB_MONI
    4. Like I said in the beginning, its like comparing two different technologies - I guess in the end it comes down to the business requirement at hand. Both can be very efficient (or very inefficient if deployed incorrectly).
    Cheers,
    Sougata.

  • Unable to run Enterprise Services Builder

    SAP NetWeaver Process Integration  7.1
    When I  try to launch  Process Integration Tools -> Enterprise Services Builder (or Integration Builder Directory), links: http://v2:51400/rep/start/repository.jnlp and http://v2:51400/dir/start/directory.jnlp  respectively, I receive following error:
    An error occurred while launching/running the application.
    Title: Enterprise Services Repository
    Vendor: SAP AG
    Category: Download Error
    Unable to load resource: http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar
    java.io.IOException: HTTP response 404
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Buy the way, under Java Web Start Configuration i have changed proxy properties to u201CDirect Connectionu201D.
    JNLP file looks as follows:
    <jnlp spec="1.0+" codebase="http://v2:51400/run/">
      <information>
        <title>Enterprise Services Repository</title>
        <vendor>SAP AG</vendor>
        <homepage href="http://www.sap.com"/>
        <description>Enterprise Services Repository</description>
        <icon href="http://v2:51400/run/start/graphics/sap6464.gif" width="64" kind="default"/>
        <icon href="http://v2:51400/run/start/graphics/SAP3232.gif" width="32" kind="default"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="33554432" max-heap-size="536870912" version="1.5+"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar" part="part-9" download="eager" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.core.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.rb.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.client.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.core.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.rb.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.gui.lib.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.rb.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.util.lib.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mapping.lib.jar" part="part-17" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.upload.core.jar" part="part-23" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.upload.sap.jar" part="part-25" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xi.mapping.tool.lib_api.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xi.flib.lib_api.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.utilxi.core.jar" part="part-28" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.utilxi.gui.jar" part="part-39" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.util.rb.jar" part="part-28" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.proxy.gen.jar" part="part-22" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/frog.jar" part="part-128" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/jta.jar" part="part-168" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/ejb20.jar" part="part-166" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcsapxmltoolkit~sapxmltoolkit.jar" part="part-83" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcexception~impl.jar" part="part-123" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcloggingjavaimpl.jar" part="part-130" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcblguidgeneratorimpl.jar" part="part-124" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/jperflib.jar" part="part-59" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcblniimpl.jar" part="part-127" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcjeclientlibimpl.jar" part="part-63" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcbljarmjarm.jar" part="part-132" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenComposite.jar" part="part-135" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGraph.jar" part="part-144" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGraphics.jar" part="part-157" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGenerics.jar" part="part-136" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGui.jar" part="part-134" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGuiResource.jar" part="part-159" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.maestro.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenSkeleton.jar" part="part-160" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_jsse.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_smime.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_ssl.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/w3c_http.jar" part="part-164" download="lazy" main="false"/>
      </resources>
      <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
        <argument>webstart</argument>
      </application-desc>
    </jnlp>
    Itu2019s not a problem with host or port inaccessibility (I already got access to start page, sld, Runtime WorkBench, etc.).
    Letu2019s look closer to, for example, library url : http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar (taken from jnlp file content). When I paste it to the browser I get error u201CThe requested resource does not exist.u201D (as I expected). So I have changed root in the url from u201Crunu201D to u201Crepu201D (correspondingly to XI 3.0 and PI 7.0) u2013  http://v2:51400/rep/repository/com.sap.xpi.ibrep.client.jar  and I succeed  in downloading single library file!!!!.
    But!!!! I canu2019t change jnlp file content either on client (because itu2019s overwritten every time I launch the application) and server (because  it is generated form template and system properties every time I launch the application) side, so itu2019s not solution but shows that there is something wrong with library resources or/and with jnlp script generation on PI 7.1 platform (why urls in jnlp script points to resources which does not exists in expected location?).
    The question is : How to run properly Enterprise Services Builder and Integration Builder Directory on PI 7.1 platform and what is the reason of errors I have described above.

    Hi Szymon,
    thanks for the suggestion.
    I had a a bit spot of bother, too.
    I found out that my Java didn't inherit browser proxy settings, even if corresponding flag was checked (I don't know why...).
    I manually set proxy properties in Java and now ESB run
    hope this help someone else
    regards
    Cristian

  • Enterprise Service Operation missing in VC 7.01

    Hi all,
    I have created a Enterprise service with two operations. When I test the enterprise service in the SOA Manager I see both operations in the webservice. When I use the same WSDL file in a systeem in VC I just get one operation.
    Can someone tell me what the problem is?
    Kind Regards,
    Richard

    Hi Radi
    Thanks for your post.
    Type "run programs made for previous versions of windows" in start menu search, if it gives any result as "Run programs made for previous versions of Windows" then you are able to run that application in compatibility mode through that.
    Hope this helps you. If the problem continues please mention for which file types you are trying.
    Thanks and Regards
    Ananda.D

  • Examples for Enterprise Service

    Hi All
    Anyone can you give some examples of Enterprise serivices.
    and
    Difference Between ES and Functional Module.
    Regards,
    Raj

    Hi,
    you can create "normal" web service out of function modules.
    Enterprise Services are first modelled in the ESR and then implemented in the NWDS or the ERP.
    You can browse for Enterprise Services.. https://www.sdn.sap.com/irj/sdn/explore-es
    SAP provides an environment where you can test the enterprise services...
    regards

Maybe you are looking for

  • VMS Client Channel Buffering Problem

    I just received my new Verizon VMS system which includes 2 client units.  I hooked everything up and all was working as it should except that when watching live TV on the two client units, it will not buffer two different TV channels and allow me to

  • Problem while filtering time

    Hey ppl, I''m working in a report and I need to do some time filtering to keep in the graph only the records of the current day. Everything workis fine while on edit mode in the Active Studio, however when I switch to the view mode or to the Active V

  • What is the standard print prg for Purchase Order

    Hi, I am working on forms, what is the standard print program for purchase order. Already i have gone to nace and found that the program assigned to the customized print prg, so i am not able to find out the print program, so can u tell me how to sol

  • How to set a trail file as completed?

    I am using GoldenGate to do an initial load, using parameters like: EXTFILE /tmp/aa, MAXFILES 1000, MEGABYTES 2000 I don't understand why all the files except the last one are marked as completed. In my use case, I need all the generated files to be

  • Safari in 10.9.4...problems with clicking

    Updated last night to OSX 10.9.4...noticing that Safari is acting weird when clicking upper chrome links and Favorites Bar links.  When I click anything it opens up the drop down menus real fast and close it so I have to click again to keep it open a