Publishing XI exposed webservices in the UDDI Server of SAP WAS JAVA 640

Hi Friends,
    I have a question regarding publishing a WSDL created via XI (Integration Directory) to a UDDI Server of SAP WAS JAVA 640. Can I publish the WSDL generated from XI in the UDDI Server provided as a part of SAP WAS 640 ?  I know that the WSDL will be specific  for a client( sender) but I feel that its better than emailing the WSDL to the client after generating it in the integration directory. Any relevant documents, links explaining how to do that will be appreciated.
    The above question was asked by Siva Maranani before. His question was as below .
"I know that whenever a webservice is developed using NDS it can be deployed in WebAs and the same can be registered in UDDI ( webAs acting as UDDI registry).
Now my requirement is to register a WSDL file (which describes) for an external webservice. Can WebAs be used as a UDDI registry..?
I like to know if this is possible or not..? if yes.. how..?"
Waiting for the reply...
Thanks & Regards,
Mathew

Hi Naveen,
           Thanks for the quick response. I tried the steps mentioned in the link.
1. Successfully created a new local UDDI registry in SAP WAS..
2. Assigned users etc.
  The place I am getting stuck is..
"Make sure that the Web Service Definition has already been created and configured".
I have a WSDL document created via Define webservice in the XI integration directory.(We are successfully able to call the webservice using this WSDL via .net & xmlspy)
Where should I upload this WSDL ? so that the users will able to download/reference it w/out myself emailing to them.We dont/won't have NDS installed in our landscape.
I understand that whenever a webservice is developed using NDS it can be deployed in WebAs and the same can be registered in UDDI ( webAs acting as UDDI registry).
The requirement is to register a WSDL file generated via XI w/out using NDS.
Did you able to  publish a WSDL file generated via XI in the local UDDI w/out using NDS ?
waiting for your reply
Thanks a lot,
Mathew

Similar Messages

  • I have microsoft outlook installed on my Mac book pro, I can only use the outlook with the office server where it was setup, I can't use outlook else where, is there any way I can reset the settings in order to be able to use outlook every where?

    I have microsoft outlook installed on my Mac book pro, I can only use the outlook with the office server where it was setup, outlook won't work out of office, is there any way I can reset the settings in order to be able to use outlook every where?

    I can see my folders by clicking the X next to my name on the Inbox Folder.  So I have my folders now, just cannot see them in the left colum or see multiple windows on Outlook.  At this point, I can use the folders, just with limited functionality.  Thanks -Gina

  • By misstake the trans on /usr/sap was deleted. How to regenerate that?

    By misstake the trans on /usr/sap was deleted.
    Does anyone knows how to regenerate the content of that directory(and subdirectories)
    We do not have a backup as this is an old test system

    Hi,
    deleted trans folder will not create a problem and i feel it will work, if folder structures are recreated,because i coulnot see any content inside these folders.
    1.create <b>trans</b> folder inside /usr/sap/
    2.Inside trans folder create folder <b>bin,buffer,cofiles,data,EPS,etc,log,sapnames,tmp.</b>.
    3.Inside EPS folder create <b>in,log,out</b>.
    It should work normal.
    reward points if helpful............

  • By misstake the trans on /usr/sap was deleted. How to regenrate that?

    By misstake the trans on /usr/sap was deleted.
    Does anyone knows how to regenerate the content of that directory(and subdirectories)
    We do not hawe a backup as this is an old test system

    Hi Tina,
    In unix system we can recover files using grep command.
    If it is a unix system then follow the link,
    http://recover.sourceforge.net/unix/
    Regards,
    SDS

  • Why to regester webservice in the UDDI

    hi all,
    can any one explain me in detail with example,
    what is the exact use of webservice, why to regester the webservice in UDDI.
    thanks & regards,
    Madhav Poosarla.

    HI,
    Web services are the next step in the evolution of the World Wide Web (WWW) and allow
    programmable elements to be placed on Web sites where others can access distributed behaviors.
    UDDI registries are used to promote and discover these distributed Web services.
    Web services are becoming the programmatic backbone for electronic commerce. For example, one
    company calls another’s service to send a purchase order directly via an Internet connection. Another
    example is a service that calculates the cost of shipping a package of a certain size or weight, so many
    miles via a specific carrier.
    At first glance, it would seem simple to manage the process of Web service discovery as
    known business partner has a known electronic commerce gateway.
    When you want to find out which business partners have which services, the ability to discover the answers can quickly become difficult.
    One option is to call each partner on the phone, and then try to find the right person to talk with. For a
    business that is exposing Web services, having to staff enough highly technical people to satisfy
    random discovery demand is difficult to justify.
    Another way to solve this problem is through an approach that uses a Web services description file on
    each company’s Web site. After all, Web crawlers work by accessing a registered URL and are able to
    discover and index text found on nests of Web pages. The “robots.txt” approach, however, is
    dependent on the ability for a crawler to locate each Web site and the location of the service description
    file on that Web site. This distributed approach is potentially scalable but lacks a mechanism to insure
    consistency in service description formats and for the easy tracking of changes as they occur.
    UDDI takes an approach that relies upon a distributed registry of businesses and their service
    descriptions implemented in a common XML format.
    The Universal Description, Discovery and Integration (UDDI) specifications define a way to publish and
    discover information about Web services. The term “Web service” describes specific business
    functionality exposed by a company, usually through an Internet connection, for the purpose of
    providing a way for another company or software program to use the service.
    The SAP Universal Description, Discovery and Integration Business Registry is a database that facilitates the creation of open yet fully integrated collaborative web service business scenarios.
    The Registry contains descriptions of Businesses, Web Services and other Entities and can be used by anyone who wants to make information available about one or more Businesses and their Service Offerings.
    Universal Description, Discovery and Integration (UDDI) is a specification for distributed Web-based
    information registries of Web services. UDDI is also a publicly accessible set of implementations of the
    specification that allow businesses to register information about the Web services they offer so that
    other businesses can find them.
    Refer,
    http://uddi.sap.com/webdynpro/dispatcher/sap.com/tcuddiwebui~wdp/UDDIWebUI
    http://www.uddi.org/pubs/Iru_UDDI_Technical_White_Paper.pdf
    (the above indepth informtion is from the White Paper of UDDI)
    /people/sap.user72/blog/2005/11/16/webas-a-step-by-step-guide-for-configuring-uddi-registry-on-local-server
    /people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi
    UDDI@SAP Developer Information
    https://websmp103.sap-ag.de/~sapidp/002006825000000668542001/
    UDDI can be thought of as a search engines for webservices. Once a fitting webservice has been found, the wsdl file for it is returned to the client so that it can call it directly. If you know which webservice you want to call and know the location of the wsdl file, you can skip UDDI completely (which is usually the case for intranet applications)
    There is loads of information on UDDI available on the net
    http://www.w3schools.com/wsdl/wsdl_uddi.asp
    http://www.uddi.org/specification.html
    Thanks
    Swarup

  • When you publish a webpart what should the debugging server be set to?

    Hi,
    I am trying to deploy a webpart in Visual Studio.
    First of all, it says which local site do you want to use for debugging? Should this be a SharePoint server on your local machine that you are using VS on which will be different from the remote server you deploy to? On my local pc there are 3 web sites
    - SharePoint - 80, SharePoint Central Administration v4 and SharePoint Web Services. Which one should it be?
    And if this is what you need to do then, when it comes to deploying the webpart, how does VS know where to deploy it to? Because the server will be elsewhere. Also should it be deployed to the app or web server?
    Thanks a lot.

    Hi,
    It is required to do the web part development in the machine with SharePoint Server installed cause we will need to use the SharePoint Object Model in our development,
    so please choose a site(you can use the “SharePoint - 80”) in the local server for “What local site do you want to use for debugging” option and the web part solution can be deployed to this site during our development.
    Here is a link about
    Create Visual Web Parts in SharePoint 2010:
    http://msdn.microsoft.com/en-us/library/ff597539(v=office.14).aspx
    If you want to publish it to other servers, there will be a solution package(.wsp) generated after we publish our solution, we can upload install this solution package
    to a specific server as you want.
    Deploy solution packages (SharePoint Server 2010)
    http://technet.microsoft.com/en-us/library/cc262995(v=office.14).aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • Community Publishing-"Unable to connect to the CPS server" Error

    I am trying to connect to Community publishing.
    I download the Community Publishing Air app, but when I put in my username/password,
    I get this error "Unable to connect to the CPS server. Please make sure your firewall settings allow access to this url:
    http://cps.corp.adobe.com/nioamfpoll".
    I have updated Air, but got the same behavior.
    I am running osx (10.6.6)  on a 8 core Xeon.
    Any suggestions?
    Thanks
    Clay

    Hi Clay,
    Do you have a firewall, or are you behind a corporate firewall that blocks certain ports on your machine?
    What do you see when you visit this URL?
    http://cps.corp.adobe.com
    How about the following URL?
    https://cps.adobe.com/nioamfpoll
    Thanks,
    Puny Sen

  • SSO issue in the production server,com.sap.mw.jco.JCO$Exception: (103)

    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets
    in the production server.....
    while testing the jco maintained for Ess applications.
    if i go for uidpw method for modeldata destination i am getting the error. in the Ess pages that administrtor not in this peroid(administrator with which id i maintained jco destination)
    if i assign one employee to the admin in pa30......for every employee getting the same details of admin)
    I guess this problem with modeldata ......i should maintain the usermanagement method for modeldata jco destination is logon ticket.
    while maintainig that ping is successfull but getting the above error.
    it is the problem with production server.......of E.P
    in dev and quality everything is working fine.
    plz help me out.
    thankyou
    swapna

    Hi Swapna,
    Please check the logon group properties for SAP system in t-code SMLG. If there is any issue with logon group then it might cause for this issue.
    Refer to [Click here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/portal%20integration/how%20to%20configure%20the%20jco%20destination%20settings.pdf] and [System Landscape Directory Process and JCo Configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5?QuickLink=index&overridelayout=true]
    Hope it will helps
    Regards, Arun Jaiswal

  • Linking Images stored in the FileNet Server to SAP system

    Hi experts,
    Can anybody tell me how we can link the images stored in FileNet server to SAP system?
    Regards,
    Ratheesh BS

    I know that a DMS number is created in Filenet for each image you upload and that is how you link it. But I am here to ask you how you connected from SAP to filenet? Can you please update me if you have done any rfc calls, any Function module or BAPI?
    Thanks.

  • How to get the Weblogic Server Id from within java code

    I would like to log which server (among a cluster) a certain job is running on. Is there a way to get the server id from within Java code (this code is in a session bean if that is relevant.)
    By server id I mean the "Name" column in the summary of servers on the weblogic console.
    Thanks,
    ken

    Use the two entries close to the bottom of the page: "list WebLogic
    MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean.jsp"
    Nils
    Anatoly wrote:
    >
    Cameron,
    That page has these items on it:
    which one do you think helps with my issue?
    Misc WebLogic examples
    LongRunningTask
    Execute tasks in parallel using WebLogic Execute Threads
    Weblogic stats (5.1)
    Reload Servlet(s) programmatically (5.1)
    Network classload from WebLogic:using reflection,or the launcher
    Weblogic 5.1 debugging properties
    Seppuku pattern readme
    Using dynamic proxies to intercept EJB invocations (6.1)
    list WebLogic MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean
    Thanks to Marcelo Caldas for filter by type option and nice UI!
    Using com.sun.jdmk.comm.HtmlAdaptorServer with WebLogic 6.1
    Cool
    EJBGen
    Dimitri
    back
    "Cameron Purdy" <[email protected]> wrote in message news:<3c7a745d$[email protected]>...
    JMX ... see http://dima.dhs.org/misc/ for some info on JMX in Weblogic.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Anatoly" <[email protected]> wrote in message
    news:[email protected]..
    Does anyone know who to get the managing server URL's port
    from within the EJB code running on Weblogic 6.1?
    The URL port is not default (not 7001), but when creating
    initial context, I am not specifying the URL in properties.
    Due to that, trying to the the PROVIDER_URL property from
    environment does not return anything.
    Appreciate any responses.
    -Anatoly
    ============================
    [email protected]

  • Start JCoIDoc.Server within SAP WAS

    Hello,
    is it possible to start an JCoIDoc.Server in the SAP WAS Server? I´ try to start this server within a WebDynpro application to receive Idocs, only if the server is started. Or have you any best practice to do something like that?
    Regards
    Verena

    Thanks for your help !!!!!!

  • What are the requirements for Learning SAP WAS 2004s?

    Hello all,
    I came thru from different streams like started my career as a DB2 Developer and next worked as ETL developer on DataStage EX next I jumped to IBM SOA and there I learned the SOA stack and again shifted to SAP's ESA and worked for middle ware tool XI 3.0 for 10 months.
    Up to now I didn't have stability. Till now with my analysis and got to know that in future the entire scope is for Infrastructure and Business Intelligence side.
    So I opted for Infrastructure side SAP WAS.
    Can any body explain how the path should be implemented to stabilize in this WAS area.
    As I want to be geek in OS and DB abstraction?
    As I want to be  good programmer in Java?
    As I want to be an exposure on ABAP?
    As I have to be familiar with normal Administration knowledge?
    Any more things...!!
    also explain about how the difference between old legacy SAP BASIS and WAS 2004s.
    Can some techiee, pl take it into hand and explain in-detail.

    Hi,
    Check things like
    SAP Netweaver  vs SAP ABAP
    netweaver vs mysap
    It comes to the fact that you first need to choose what you want to do within NW.
    Check also http://searchSAP.com/r/0,,41186,00.htm
    Eddy
    PS. Which type of S(D)N Ubergeek are <a href="/people/eddy.declercq/blog/2007/05/14/which-type-of-sdn-ubergeekbpx-suit-are-you">you</a>?

  • How do I detect whether a publishing object is connected to the datasocket server or not?

    I have 2 vis which communicate via datasocket. The behaviour of the second vi depends on whether the first vi is running or not, and both vis can be started and stopped independently of each other. I need vi 2 to be able to detect whether vi 1 is running or not. Simple, I thought, I'll have a boolean in vi 1 called Running which is set to True when the vi is running and False when it shuts down. I'll publish that vi to datasocket and have a matching boolean in vi 2 which subscribes to it.
    It doesn't work, because as soon as vi 1 stops, Running disconnects and the matching boolean in vi 2 misses the fact that it got set to False before it disconnected, and just gets stuck in the True state.
    So it seems to me there should be a "Is object connected?" vi or function somewhere, but I can't find it.
    Is there another way to detect whether a vi is running or not? Preferably without using shared globals as I find that quite ugly, in fact I've switched to using datasocket from using shared globals because the latter just seemed like really ugly programming.
    Note: I will have several variants of vi 1 with different names, so I can't just try to open a reference to the vi. That's why I wanted to use a datasocket object; all the versions of vi 1 can have a boolean called Running.

    I found a solution. The subscribing boolean in vi 2 is now in its own little loop that executes every 50ms in parallel to the main program loop.
    In vi 1 there is a delay of 500ms between the publishing boolean being set to false and the vi stopping.
    That way the subscriber boolean has plenty of opportunity to read the False state of the publisher.

  • I thought by syncing all Firefox settings with the mozilla server, that I was backing them up. How do I access all that with my new computer?

    My assumption with the sync account was that I could upload all of my Firefox information to your server, and upon reinstalling the new operating system Reese think that data back down to my freshly installed browser. It now seems to be asking me for a separate device to pair the sink with, which wasn't indicated as a prerequisite initially. Please help.

    I have the first two, but don't recall being given the 3rd at any point.
    It's unfortunate that two passwords are required for such a thing, and that the design process implemented during the process doesn't make that particularly clear.
    I can't believe all of my bookmarks are now gone.
    I'm sure the US government could still look at them.

  • Could not receive classifications from UDDI server. Please change the UDDI.

    Hello:
       Im trying to connect from CE in Visual Composer to the
        UDDI url: http://xi.esworkplace.sap.com:50200/uddi/wsdl/uddi_v3_service.wsdl
       but when I try to explore advance search in VC it shows me the following error:
       Could not receive classifications from UDDI server. Please change the UDDI server.
       Any idea?
    Thanks
    Regards
    Mario G

    Hi,
    The one that Mario is saying is not in NWDS its in CE I guess.  I too face the same difficulty.  I give the following details that I did in my local CE.  After saving the setting I tried to clickd service registry I get some list of errors.  Kindly help me and Mario in resolving this.  Thanks in advance.
    Between Mario the URL of the UDDI and classification is changed now... please note the details that I have set.
    ==================================
    Destination Type: WSDL
    Destination Name: UDDI_DESTINATION
    URL: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl
    System: Java
    Authentication : HTTP Authentication
    User ID/Password (Basic)
    User ID: sruser
    Password: eswork123
    ====================================================
    Destination Type: WSDL
    Destination Name: CLASSIFICATION_DESTINATION
    URL: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl
    System: Java
    Authentication: HTTP Authentication
    User ID/Password (Basic)
    User ID: sruser
    Password: eswork123
    ====================================================
    Create new destination Create new backend destination HU2
    Destination Type: Services Registry
    Destination Name: HU2
    System: ABAP
    System Name: HU2
    Hostname: iwdf1030
    Installation Number: 0120003411
    Client: 800
    Authentication: HTTP Authentication
    User ID/Password (Basic)
    User ID: <your user in HU2>
    Password: <your password>nation CLASSIFCATION_DESTINATION
    ==============================================
    Best Regards,
    Suresh

Maybe you are looking for