Service Registry - Services without documentation

Hi all,
how can i add a documentation to my services in the service registry?
Documentation URL: There is no documentation URL available
regards

check for this sap note 1120842 - Publish WS Documentation Link during Service Publication.
- julius

Similar Messages

  • Use Enterprise Services without service registry?

    Hello experts,
    this question is following me since days: is it possible to use enterprise services from an erp-system without a service registry?
    From my understanding the service registry at runtime determines the endpoint where the service is implemented. But when there is just a single erp-system is it then possible to use this services without any additional systems?
    Thanks for any answer.
    Regards,
    Norbert

    Yes you can.
    The service registry is just a "phone book" of services. as much as phone numbers exist well without the phone book services exist without a registry.
    actually, if you really ever have only one source system for enterprise (or other) services you don't need the service registry. even if you have 3 source systems and you know how to find an overview of the services in each of those 3 systems and if you don't use a 'global' data model you do not really need the service registry.
    but this is just my 2 cents. 'publishing' seems to be a common source of joy these days
    anton

  • Steps to expose a web service without using SR

    Hello,
    How can I expose a web service without using the service registry?  Is there some documentation for this process?
    Thanks,
    Matt

    Thanks for the response.  Although, I do not have an * in the Sender Agreement.
    Here is the situation:
    When I attempt to reach the URL for my Web Service but using NWA instead of the Service Call I get into NWA.
    https://xxxxx.steelcasedev.com/nwa
    Result: Success
    When I use SOAPSonar to run this URL I get the CPA error:
    https://xxxxx.steelcasedev.com//XISOAPAdapter/MessageServlet?senderParty=&senderService=WSProcurement_Async_Sender&receiverParty=&receiverService=Steelcase_Dev&interface=WSProcure_Out&interfaceNamespace=urn:steelcasedev.com:wsprocure:xsuppliers
    Result:  Error
    <context>XIAdapter</context>
              <code>ADAPTER.JAVA_EXCEPTION</code>
              <text><![CDATA[
    com.sap.aii.af.service.cpa.CPAException: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=WSProcurement_Async_Sender;TS=Steelcase_SAPR3_D01;AN=WSProcurement_Out;ANS=urn:steelcase.com:wsprocurement:xml2suppliers;
         at com.sap.aii.af.service.cpa.impl.lookup.CommonLookup.checkForError(CommonLookup.java:53)
         at com.sap.aii.af.service.cpa.InboundRuntimeLookup.getBinding(InboundRuntimeLookup.java:411)
         at com.sap.aii.af.service.cpa.impl.lookup.AbstractLookupManager.getBinding(AbstractLookupManager.java:714)
         at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:430)
    The sender adapter is active in ID but in RTWB it is "Started but Inactive".  I have found that this status could be related to the fact that I have not had a successful transaction for that channel yet.
    My NW Admin says he found this error: 
    Marked transaction for rollback for message 0015605e-09d7-1ddf-94f7-d5031c019713(INBOUND). Reason: Channel has been configured as inactive and cannot accept messages
    I am quite confused. 
    Thanks,
    Matt

  • Enterprise Services without ESR and EHP - is it possible

    Hi All,
    I am investigating if it is possible to setup Enterprise services without having ESR in our landscape. We also do not have EHP installed in our ERP system. We have SAP ECC 6.0 and PI 7.0.
    I would like to install separate ES that I would like to use for our current project. I can't wait for installing ESR on PI and EHPs on ERP.
    Is it possible? If it is how I can do it?
    br
    Dawid

    Hi Dawid,
    Contrary to what the previous post said (SudipPaul)...
    It is possible to setup Enterprise Services without having an ESR in your landscape. You'll just need to ensure that the ECC version that you're on supports the Enterprise Service in question. You would typically search for possible Enterprise Services that you could use in the ES Workplace:
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?sap-unique=130459&sap-params=aWQ9RjZDRkMwRUEzRUYxNEJDOTg0MUM1MjgyNzJFRTg1ODMmcGFja2FnZWlkPURFMDQyNkREOUIwMjQ5RjE5NTE1MDAxQTY0RDNGNDYyJm1vZGU9]
    From the ES Workplace you can also test drive the Enterprise Service that you're thinking of using to see if it meets your requirements. You do this by applying for access to the relevant backend system/s on the same landing page as above.
    If you have identified an Enterprise Service that you want to use (you'll normally notice the ECC version or Industry Solution version that the enterprise service is available from) then you'll need to check whether you're on the right ECC version or higher. Use this forum thread as an example to identify that:
    [Can't find  ESA ECC-SE 603 SWCV;
    So it is possible depending on whether the Enterprise Service is available with the ECC version you have & without PI or ESR or anything else. The ESR is a nice to have & just makes life a lot easier. A services registry is also a nice to have but not compulsory.
    Regards, Trevor

  • Need to publish SAP Web Service without Authintication

    Hello Everyone,
    I have created a web service for my XI congiguration scenario for my outbound interface. Now each time when client system (Non SAP System) tries to publish my SAP Web Service, it asks the authentication of credentials (SAP username & Password).
    We want to publish our SAP Web Service without Authintication.
    Please suggest us how can we do that?
    Regards,
    Pranil Shinde.

    Hi,
    The user authentication of the SOAP adapter is not part of the SOAP adapter but of the web container of the J2EE engine. The default authentication setting is defined in the web.xml descriptor file of the SOAP adapter web application. This setting may be modified from Visual Administrator with some restriction. Please refer to the security documentation for the J2EE engine fro the same.
    Regards,
    Swetha.

  • Publishing pl/sql as web service without AS or OC4J

    Hi,
    I've read about new Native Web Services in Oracle 11g and I like the idea.
    But how to do similar approach in 10g or even 9.2 database?
    I would like to have database only web service without AS, but I cannot use 11g right now.
    I didn't find any discussion about the new native WS within 11g database. It's great, isn't?
    Libor

    Hello,
    The OracleAS Database Web Service is only available for OracleAS using the Oracle Web Service runtime and tools as documented here.
    If you are not using OracleAS or if you want to use another Web Service stack you can still manually program you Web Service manually using JDBC and is features.
    Here a generic article: http://www.onjava.com/pub/a/onjava/2003/08/13/stored_procedures.html
    and you can use advanced features of JDBC and JPublisher if needed:
    Simplifying Database Access
    Regards
    Tugdual Grall

  • Is there a way to update an external dictionary for services without migrating the services

    Is there a way to update an external dictionary for services without migrating the services
    Is there a way to update a common external dictionary used by many services without migrating each and every service that uses the dictionary.  I have updated the table in the database and the external dictionary in our Development Environment. The external dictionary is used by many services. When I migrate the changed service to TEST/STAGE/PROD environments (NOTE: the table has been updated in the TEST/STAGE/PROD Databases), only the changed service is having the external dictionary updated. All other services that use the same external dictionary are NOT updated. I have the following questions
    Is it possible to migrate dictionaries so that all the services which are using that dictionary are updated?
    If the first one is not possible, Is there any other way to update the external dictionary without migrating all the services that use dictionary?

    dont think so but I could be wrong
    as it were I didn't like the build in audio so I connected some external logictech 2.1 speakers  but there
    are times when I use headset so I bought this one
    or any minijack splitter will work too so I have 2 things connected to the headset port works just fine
    http://www.belkin.com/IWCatProductPage.process?Product_Id=404634

  • How we can limit the number of concurrent calls to a WCF service without use the Singleton pattern or without do the change in BizTalk Configuration file?

    How can we send only one message to a WCF service at a time? How we can limit the number of concurrent calls to a WCF service without use the Singleton pattern or without do the change in BizTalk Configuration file? Can we do it by Host throttling?

    Hi Pawan,
    You need to use WCF-Custom adapter and add the ServiceThrottlingBehavior service behavior to a WCF-Custom Locations.
    ServiceThrottlingBehavior.MaxConcurrentCalls - Gets or sets a value that specifies the maximum number of messages actively processing across a ServiceHost. The MaxConcurrentCalls property specifies the maximum number of messages actively
    processing across a ServiceHost object. Each channel can have one pending message that does not count against the value of MaxConcurrentCalls until WCF begins to process it.
    Follow MSDN-
    http://msdn.microsoft.com/en-us/library/ee377035%28BTS.10%29.aspx
    http://msdn.microsoft.com/en-us/library/system.servicemodel.description.servicethrottlingbehavior.maxconcurrentcalls.aspx
    I hope this helps.
    Rachit
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • IDOC - PO Creation using a service without master record

    I can not find the field to populate the cost center when i create a PO using a service without master data (buy using Material Group) via transaction WE19.
    The accounting information is present on "E1BPMEPOACCOUNT" segment, but the cost center and G/L Account in this segment were not recognized by IDOC because this segment is used to populate Account Assignment tab on Item Detail Level and my problem appear one step before when after I populate the service tab at Item Detail Level and press .
    In few words I didn´t find the correct field to populate the cost center on Basic type "PORDCR101".
    I tried populate the field COSTCENTER on the segment "E1BPMEPOACCOUNT" but didn´t work.
    Maybe is there another basic type to use in this specific case?
    Thanks a lot.
    Kind Regards,

    Hi,
    In the inbound side create a new entry in WE57 tcode.. with the functio mdoule as "IDOC_INPUT_ORDERS", basic type "ORDERS05", extn< specify the extn u created at outbound side>, message type "ORDERS". Now see if it is working.
    Regards,
    Nagaraj

  • Use-Case for Business Services (Service Without Party) in SAP XI

    Hi,
    I have a synchronous scenario where I am calling a web Service from SAP R/3 via SAP XI. I have designed the Integration Scenario in the Integration Repository, where I created an A2A role for the R/3 System and a B2B Role for the Web Service. For the Web Service Party in the Integration Directory I use a Business Service unterneath 'Service without Party' as the party for the Web Service is unknown.
    I realized that I cannot assign the Business Service to the defined Web Service Role when I want to use the Integrationscenario-Configurator. This only works when I ceate a Party and create the Business Service underneath this Party.
    I understand that this makes sense when I am having a B2B communication like in this case although I don't have a real external Party for the Web Service.
    But I don't understand for which cases I would create a Business Service underneath the 'Service without Party' as internal Systems are known and can be set-up as Business Systems in the SLD.
    Does anybody have such a case where I use an 'Internal' Business Service? And is there any way that I can use such a Business Service in the Business Integrationscenario-Configurator?
    Thanks in advance.
    Alex

    Hi,
    for creatting a communication channel you will have to have either the Business system, Business service.
    For file systems which are generally just servers come under Business service. This is one of the place where you use Business service.
    Regards
    Vijaya
    Message was edited by: vijaya kumari

  • Business Service Without Party in Integration Scenrio Configurator

    Hi everybody
    I am stucking in a small issue but do not found a related thread.
    Can anybody explain me, why I cannot assign a "Business Service" of typ "Service without Party" to an Application Component? I am try to configure my integration Process and call in the directory Tools --> Transfer Integration Scenario from Integration Repository. In the following Configurator I can only assign Business Systems from SLD or Services with a Party depending on the settings of the Application Component in the Repository (Flag "External Party with B2B Communication"). If you configure the scenario manually it is possible to involve Business Services without party. But I would like to make use of the Wizard and my Customer has a lot of Systems maintained as Business services.
    Any suggestions?
    Regards Oliver

    Hi,
    I have not done this type of task before.. but from the given links
    see the below information was in the above first link
    The following steps are then only required if the application component has at least one connection to a B2B component.
           3.      On the Business Services for B2B tab page, enter the business service that you want to use for B2B communication.
    The integration process service that is already entered on the  Integration Process Service for A2A tab page is then assigned to this business service.
    B2B Component...
           1.      On the Business Services for B2B tab page, assign the business services.
    Use the input help () to select the business services.
           2.      If you want to create a new business service, choose Create Business Service ().
    To assign multiple services simultaneously, choose Input Help () in the toolbar of the table (only when assigning business services and business system services).
    Regards
    Chilla

  • Using Service without party in Inbound Idoc scenario

    Hi Guys,
    Can we use a Service Without Party in an inboud Idoc scenario? I want to create a Business Service without party and use it as a sender service. For the Adapter Specific Identfiers for this service I want to put any arbitrary value for the logical system for Idoc adapter (as there is no business system defined in SLD for this, we cannot get the logical system name from there). Would this work while the Idoc adapter tries to resolve the Sender Service? Would this arbitrary value from the Adapter Specific Identifier be taken for SNDPRN in the Idoc control header?
    Regards,
    Suddha

    Hi,
    You can use Business system or Business Service (Service without Party).
    If you use Business system then there will be direct linking with SLD while in case of Business Service you will have to manually add the Interfaces to the Business service.
    But in case of IDOC sender since communication channel is not required so you can use Business service as well.
    Check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    PrasHanT

  • Activating iPhone service without a computer

    Okay, so here's the deal: I bought my iPhone 3G back in October 2008. I cancelled my service due to being unable to make payments. I would like to reactivate it again. Only problem is that I have no regular access to a computer or my own personal iTunes. I have a lot of data (music, videos, etc) that I would like to keep. What are my options for reactivating my service without losing any data or syncing it to iTunes (reactivating or signing up for new service is not an issue.)

    You should be able to visit the shop of your country's iPhone carrier and have it re-activated for use without any issues. They would be able to activate it there.

  • How can install SQL Server 2008 Integration Services without CD?

    How can install SQL Server 2008 R2 Integration Services without CD?
    The PC with Windows 7 32-bits is far away and poor bandwidth . So, I want to install SQL Server 2008 Integration Services without CD.
    Does any installer for SSIS only?

    Copy the install media from a memory stick, portable drive or network.
    Arthur My Blog

  • Difference between party and service without party

    Hi all,
    Please tell me the difference between Service and Service without party  and also let me know what is Business system, Business service and Integration process.
    regards,
    sudha

    Hi Sudha
    <u><b>Party</b></u>
    Party is used to represent a Business Partner (doesnt belong to the current landscape) which is defined in B2B Scenarios.So All the systems/services accociated with the Party are referred only as Services.
    <u><b>Service without Party</b></u>
    It is used to represent any service within the landscape and is used in A2A communication.
    Check the Threads for reference...
    Party & Service without Party
    Diff b/w Party & Service w/o Party in Integration Directory?
    Differenz between services to use
    Party and Service without party
    Use-Case for Business Services (Service Without Party) in SAP XI
    <u><b>Business System</b></u>
    Business system will use only when you defind in SLD to identify your sender or receiver.
    <u><b>Business Service</b></u>
    Business service will use to indetify your sender or reciver if we can't defind in SLD then we need to use the business serivce
    Cheers..
    Vasu
    <u><i><b>** Reward Points if found useful **</b></i></u>

Maybe you are looking for

  • Using IF function to look in two cells

    I am building a time sheet in Numbers where column D calculates the total time elapsed from the start time in column B to the end time in column C.  Column D contains a simple formula that subtracts B from C. . Cell D4 has a simple formula that subtr

  • Oracle CS and MS Exchange

    Hi guys, Quick question. I have Exhange 2003 installed and I want to try Oracle CS. Will CS work with my Exchange server (I mean mail, calendar etc.) ??? As I understood, CS has it's own mail server.....so may I use my exchange instead??? Or should I

  • The old someclass$1.class issue

    I'm testing pulling project files from jb6 Pro from source safe and running it on another machine with the same installation and config. I have a swing class that has 6 $number.class entries in the deployment jar, and on the other machine I have 4. T

  • Mail is triggering to all

    hi am triggering the standard apprisal workflow WS12300122 its triggering mail to all .In the workflow log i have checked in the task it is coming as all users can process the task. but i want the mail should trigger to only one person.      how to r

  • Mixed Codecs

    I have footage shot on a Canon XL-H1 - HDV and on a Canon 5d MII. I have the 5D footage imported in ProREs 422 I have a number of potential sequence scenarios: 1 - using only the Prores 5D footage, no problems 2- using only HDV footage, again no prob