(261680070) Q WSI-17 Can you provide us some UDDI registry sites?

Q<WSI-17> Can you provide us some UDDI registry sites?
A<WSI-17> WLS7.0 itself can be a UDDI registry allowing you to build your own enterprise
collection to store information about your trading partners (see http://edocs.bea.com/wls/docs70/webServices/uddi.html#1011066).
Other vendors provide UDDI services including the free XMethods web site (http://www.xmethods.org)
and IBM (see https://www-3.ibm.com/services/uddi/protect/registry.html).

Step by step, how did you arrive at seeing this agreement?

Similar Messages

  • (268625273) Q WSI-29 Can you give any performance benchmarks for WLS web services?

    Q<WSI-29> Can you give any performance benchmarks for WLS web services?
    A<WSI-29>: It is very difficult to quantify performance aspects of web services
    since they depend on so many variables including but not limited to: backend system
    processing by stateless session beans and message driven beans, size of XML SOAP
    message sent, system hardware (CPU speed, parallel processing, RAM speed) and
    system software (JVM type and version of WebLogic server). However, let me point
    out that the EJB backend processing of requests both have the best possible scalability
    within the EJB2.0 specification (both stateless session and message driven beans
    can be pooled) and servlets have a proven scalable track record. Thus it should
    be possible to scale your web service deployment to meet demand. The overhead
    in processing XML within the servlet can be significant depending on the size
    of XML data (either as a parameter or a return type). While WLS6.1 does not have
    any features to address this performance concern, WLS7.0 will feature Serializer
    and Deserializer classes which can be dedicated to the XML to Java and Java to
    XML translation (they can also be automatically be generated from a DTD, XML Schema
    or regular JavaBean).
    It is true that web services are not the fastest way to process client requests
    but BEA is committed to making WebLogic server the fastest possible service provider.
    Adam

    see http://www.oracle.com/support/products/oas/sparc30/html/ows08811.html

  • How to create a simple idoc in practice? can you provide an example?

    how to create a simple idoc in practice? can you provide an example with full source code?

    Try with the follwoing steps
    Sending System(Outbound ALE Process)
    Tcode SALE „³ for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 ¡V Create Model View
    Tcode BD82 ¡V Generate partner Profiles & Create Ports
    Tcode BD64 ¡V Distribute the Model view
    This is Receiving system Settings
    Receiving System(Inbound ALE )
    Tcode SALE „³ for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 ¡V Check for Model view whether it has distributed or not
    Tcode BD82 -- Generate partner Profiles & Create Ports
    Tcode BD11 Getting Material Data
    Tcode WE05 ¡V Idoc List for inbound status codes
    Message Type MATMAS
    Tcode BD10 ¡V Send Material Data
    Tcode WE05 ¡V Idoc List for watching any Errors
    1)a Goto Tcode SALE
    Click on Sending & Receiving Systems-->Select Logical Systems
    Here Define Logical Systems---> Click on Execute Button
    go for new entries
    1) System Name : ERP000
    Description : Sending System
    2) System Name : ERP800
    Description : Receiving System
    press Enter & Save
    it will ask Request
    if you want new request create new Request orpress continue for transfering the objects
    B) goto Tcode SALE
    Select Assign Client to Logical Systems-->Execute
    000--> Double click on this
    Give the following Information
    Client : ERP 000
    City :
    Logical System
    Currency
    Client role
    Save this Data
    Step 2) For RFC Creation
    Goto Tcode SM59-->Select R/3 Connects
    Click on Create Button
    RFC Destination Name should be same as partner's logical system name and case sensitive to create the ports automatically while generating the partner profiles
    give the information for required fields
    RFC Destination : ERP800
    Connection type: 3
    Description
    Target Host : ERP000
    System No:000
    lan : EN
    Client : 800
    User : Login User Name
    Password:
    save this & Test it & RemortLogin
    3)
    Goto Tcode BD64 -- click on Change mode button
    click on create moduleview
    short text : xxxxxxxxxxxxxx
    Technical Neme : MODEL_ALV
    save this & Press ok
    select your just created modelview Name :'MODEL_ALV'.
    goto add message type
    Model Name : MODEL_ALV
    sender : ERP000
    Receiver : ERP800
    Message type :MATMAS
    save & Press Enter
    4) Goto Tcode BD82
    Give Model View : MODEL_ALV
    Partner system : ERP800
    execute this by press F8 Button
    it will gives you sending system port No :A000000015(Like)
    5) Goto Tcode BD64
    seelct the modelview
    goto >edit>modelview-->distribute
    press ok & Press enter
    6)goto Tcode : BD10 for Material sending
    Material : mat_001
    Message Type : MATMAS
    Logical System : ERP800
    and Execute
    7)goto Tcode : BD11 for Material Receiving
    Material : mat_001
    Message Type : MATMAS
    and Execute --> 1 request idoc created for message type Matmas
    press enter
    Thanks & regards
    Sreenivas
    Here Master Idoc set for Messge type MATMAS-->press Enter
    1 Communication Idoc generated for Message Type
    this is your IDOC
    Take a look at this guide.
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/ale/configuration.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapdevelopment.co.uk/training
    http://www.sappro.com/downloads/OneClientDistribution.pdf
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    Create The Extension Segment
    Transaction: WE31
    The first step in extending an IDoc is to create the new segments that will go into that IDoc. There are some rules that you need to follow when creating the segments:
    - The name of each segment type must start with ‘Z1’
    - For each field in the segment you need to define a field name and a
    data element.
    - The data element for the segment structure must be of data type ‘CHAR’.
    How to create new segments:
    Run the segment maintenance transaction WE31.
    Type your new segment name, and click on Create.
    Define the fields of your segment:
    Field name
    Data Element for the field (from the ABAP dictionary).
    Do not change the Export length!
    Save the segment
    Run Segment -->Check to check the segment for consistency.
    Release the segment for transport. Select Edit -->Set Release. Note that the “Release’ column now has a check mark.
    Create the Extension IDoc Type
    Transaction: WE30
    After you create the segments to be added to the extension type, you can create the extension type itself. Execute transaction WE30, enter the extension name, select Extension type, and click Create. You now have three options:
    Create new type: Does not refer to other extension types
    Create copy: Copies info from an extension type that already exists
    Create successor: Extends an extension type from a previous release
    of R/3. You can only have one version of an extension type for
    each release.
    Enter the Basic IDoc type that this extension type will extend.
    The screen now shows the structure of the IDoc type you used as
    a reference.
    Position the cursor on one of the segments and click Create. This will insert an extension segment as a child of the selected segment.
    NOTE: A segment cannot appear more than once in an IDoc type! You must control the use of duplicate segments with the segment attributes (the next screen).
    The segment attribute screen appears. Enter the information and save.
    Extension segments should not be mandatory (for future upgrades), and will need to have minimum and maximum number of instances defined. This answers the question, “for each instance of the parent segment, how many instances of the child segment may we have?”
    You can press the Segment Editor pushbutton to view or change the segment definition.
    Create the new Message Type
    You can only use an extension IDoc type by assigning it to a message type. You can create a new message type for this.
    First the message type itself needs to be created.
    Transaction: WE81
    Create a new entry and save. Use SAP established customer naming conventions (good form is to start with a Z and retain the rest of the related SAP message type, so, for example, MATMAS becomes ZMATMAS).
    After creating the message type, associate it with the corresponding Basic IDoc Type and Extension Type. This relationship is used when IDocs are sent to or received from a partner to determine what segments are valid and what the hierarchy for those segments is.
    Transaction: WE82
    Create a new entry and enter the Message type, Basic IDoc type, Extension type, and Release, and save your data. Note: the release assignment is not valid for prior SAP releases.
    One message type can be associated with many basic IDoc types; however, you need a one-to-one relationship for distribution via ALE.
    regards,
    srinivas
    *reward for useful answers*</b>

  • Do you have an Adobe Reader for Unix/Solaris?  If so, can you provide me the URL?

    Do you have an Adobe Reader for Unix/Solaris?  If so, can you provide me the URL?

    The last Reader version issued for Unix is 9.5.5; you can download the appropriate files from ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/

  • Please can you provide documentation on  SAP Interactive Forms by Adobe

    Please can you provide documentation on  SAP Interactive Forms by Adobe

    Also check the examples at
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro
    --> How-to Guides
    Web Dynpro Sample Applications and Tutorials
    Here there are several examples and documents on ADS.
    Sumit.

  • What is the latest version and updates available of Firefox for Mac system 10.3.9? Can you provide a link of this for downloading.

    What is the latest version and updates available of Firefox for Mac system 10.3.9? Can you provide a link of this for downloading. I am currently using Firefox 2.0.0.20 but need to upgrade to use Bell.net email.
    == URL of affected sites ==
    http://

    Firefox 2.0.0.20 is the last version that works on OS X 10.3.9
    You may want to consider using another browser if 2.0.0.20 does not work for your email. You could try using Safari for your email. If that does not work or prefer an alternative, a couple of options are [http://www.icab.de/dl.php iCab 4.8] or [http://www.opera.com/download/?os=mac&ver=9.64&local=y Opera 9.64] (Opera 10 does not work on OS X 10.3.9)

  • Can you provide a list of the Supplement Option content?

    Hi,
    I have a client who is considering the supplement option but are wondering what it contains. I have explained what it is (patches, add-on, best practices documents, etc.) but they would like a more detailed list. Can you provide a list of the different components they would find on the website?
    Thanks

    Resending,
    A friendly reminder that this client is waiting on this information before buying the supplement option.
    I remember from my time at Oracle that there used to be such a list of items available on the supplement option.
    thanks

  • Can you provides a Adobe LiveCycle Designer 8.0 download URL to me ?

    i search it in google and adobe.com
    but no result to me.
    I installed the LiveCycle Designer ES v8.2, but my Webdynpro tool could not find it
    so , i want get the version 8.0 to try.
    can you provides some download URL of the Adobe LiveCycle Designer 8.0  to me ?

    Hello
    [url]https://www.sdn.sap.com/downloads/netweaver/java/700/disclaimer.html[url]
    Regards,
    GLM

  • Can you provide some real time example of Fit Gap analysis .

    Hi all,
    Can you provide some real time example of Fit Gap analysis related to Functional.
    Regards
    Reddy

    hi,
    In my opinion and experience both functional and technical staff playkey roles in the fit-gap meetings and in the subsequent review of thefit-gap deliverable (which lists business requirements, fits, gaps, andalternatives to fill the gaps). Ideally the technical staff possessessignificant functional / business experience at least with that moduleso that he/she can help determine the cost/effort/technical scope if acustomization or interface is the preferred way to fill a particulargap. The fit-gap goes a long way in determining the overall scope ofthe implementation or upgrade project and is a critical success factor.It also needs to be completed very early in the project so thatresulting customizations and interfaces can be designed, created, andunit tested before the system test phase.
    Thx,
    waseem

  • I recently subscribed to PS CC and LR. But the LR on my system is a  trial version which will soon require payment. Can you provide me with a serial number?

    I recently subscribed to PS CC and LR. But the LR on my system is a  trial version which will soon require payment. Can you provide me with a serial number?

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • Can you provide a FM for getting product information based on Contact ID?

    This is in CRM
    Can you provide a FM for getting product information based on Contact ID or Contact GUID?related to CRM
    I need to get product id from contract id or contact guid.
    please provide help in this

    Hi there. Please check if either of these function modules works for you:
    ISU_MDG_GET_PRODUCT
    ECRM_MDG_GET_ACTUAL_PRODID
    Hope this helps.
    - April King

  • I have downloaded Lr 4.4 on my Laptop in 2013. No I have a new desktop computer. I can enter my konto , have available my serial number but cant find a download possibility. Can you provide me with a clear instruction - thank you

    I have downloaded Lr 4.4 on my Laptop in 2013. No I have a new desktop computer. I can enter my konto , have available my serial number but cant find a download possibility. Can you provide me with a clear instruction - thank you

    Many thanks
    it worked perfectly
    Roland
    Von: Arpit Kapoor 
    Gesendet: Donnerstag, 26. Juni 2014 22:12
    An: Roland Wimmer
    Betreff:  I have downloaded Lr 4.4 on my Laptop in 2013. No I have a new desktop computer. I can enter my konto , have available my serial number but cant find a download possibility. Can you provide me with a clear instruction - thank you
    I have downloaded Lr 4.4 on my Laptop in 2013. No I have a new desktop computer. I can enter my konto , have available my serial number but cant find a download possibility. Can you provide me with a clear instruction - thank you
    created by Arpit Kapoor <https://forums.adobe.com/people/Arpit+Kapoor>  in Photoshop Lightroom - View the full discussion <https://forums.adobe.com/message/6500578#6500578>

  • I did buy an ipad 2 online but i lost the receipt so can you provide of acopy of it thanks, I did buy an ipad 2 online but i lost the receipt so can you provide of acopy of it thanks

    I did buy an ipad 2 online but i lost the receipt so can you provide of acopy of it thanks, I did buy an ipad 2 online but i lost the receipt so can you provide of acopy of it thanks

    Nobody here works for Apple so how on Earth could we provide you with a copy?  These are user to user forums.

  • Can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    All I can say is that I REALLY like my Touch 4th gen because I have all sorts of capabilities in a small form: e-mail, web browsing, news, weather, books, magazines, etc. etc.  Plus lots and lots of apps out there, including so many free ones.  I use the Cloud a lot so it's great to have everything sync'd to my MacBookPro (e-mail, Evernote, Pocket, etc.)
    It would be easier, though, to do some of this, especially magazines, on the iPad mini, but, again, I love the small size of the Touch. 
    As for the 5th gen instead of the 4th, the fifth has Siri and the 3D feature in maps, which are great.  And I'm sure it's a lot faster in iOS 6 than the 4th gen.  And cool colors! 
    Don't know if this helps . . .

  • I would like to inquire about the schedule that is synchronized to iCal in CalDav protocol from our system. Schedule that is synchronized could be edited from the iPad or iPhone terminal, but I can no longer edit from iOS5.1. Can you tell me some tips?

      I would like to inquire about the schedule that is synchronized to iCal in CalDav protocol from our system. Schedule that is synchronized could be edited from the iPad or iPhone terminal, but I can no longer edit from iOS5.1. We did not fix anything program itself, but the data format to be synchronized is the same. Can you tell me some tips?

      I would like to inquire about the schedule that is synchronized to iCal in CalDav protocol from our system. Schedule that is synchronized could be edited from the iPad or iPhone terminal, but I can no longer edit from iOS5.1. We did not fix anything program itself, but the data format to be synchronized is the same. Can you tell me some tips?

Maybe you are looking for