WebService access over UDDI

Hello,
we have developed a szenario over SOAP-Adapter in XI (Send) for calling. Now we want use the uddi in the was to call the webservice. What we have to do? Creating a wsdl in configuration of course. But must we deploy something in uddi? What steps are to do to call the webservice direct over uddi?
Thanks in advance,
Frank

There is no dynamic dns in the TC or AEBS.
It depends on your setup, if the TC is the main router in your network, you maybe able to use some dyndns software on a computer in the network, although this seldom works as well as having the software on the router. If you have a different router and the TC is bridged then check that router for dyndns service. And you will need to port forward to the TC.
There are lots of posts about getting external access. You would need to use one of those methods.

Similar Messages

  • Disable Webservices access through web

    Hi All,
    In OFMW and AIA 11g ps3, how can we disable webservices access through web i.e. restrict webservice call from outside
    world using OWSM security policies?
    We dont want to use username based authentication or any other policies that is based on authentication and authorization.
    Please let me know how can we achieve this?
    Thanks in advance.

    Hi,
    I think the best way would be to block the access to services at firewall so that these services have restricted access within the network. This can be achieved only if none of the services need to be exposed over to the internet.
    Regards,
    Neeraj Sehgal

  • Ftp and http access over XDB repository is not allowed...

    When I try to execute the following command on a reasonably fresh Oracle 11 installation:
    insert into "XMLTEST" ( "name", "xmlfof" ) values ( 'small', DBMS_XDB.GETCONTENTXMLTYPE('/public/small.xml') );
    -- The schema is correctly registered, the file "small.xml" is in the /public repository folder, the user has every conceivable role and priviledge
    -- http access works fine from a remote location, tried to execute the command on the server and from remote system...
    I get the following error message:
    ORA-31020: Der Vorgang ist nicht zulässig, Ursache: For security reasons, ftp and http access over XDB repository is not allowed on server side ORA-06512: in "XDB.DBMS_XDB", Zeile 1915
    Searching for an answer on the forum didn't produce any concreate explanation... Does anyone have any idea how to solve this problem?

    As it turns out, the XML file contained a reference to a DTD at an external web-site, which caused the problem - it was identical to that described here:
    Re: ORA-31020 when using XML with external DTD or entities
    After removing the reference, everything works perfectly...

  • App not working properly when access over vpn

    hi,
    Strange behavior of application when access through vpn. The application keeps on reloading endlessly. And other application renders completely but when the tab is clicked it will reload the whole page displaying the same tab. Is ADF has an issue when access over proxy?
    Both application is build using ADF 11g and is implemented through regions.
    Thanks in advance.

    I think there something to do with PPR or calling the region or am I missing something? The page that keeps reloading has taskflow with activation is immediate but the refresh is set to IfNeeded. Then the page with tabs, the content of the tab are taskflows as well.
    Thanks in advance.

  • WebService Access Forbidden

    Gents,
    Can anyone help me on this below thread please
    WebService Access Forbidden
    Regards,
    Suresh

    The Permissions to the folder within the portal were service is deployed are all in order? Give everyone at least a "read" access and click end user check box.

  • Consume webservice using  option  UDDI or url

    hi
    can any one help me how to consume webservice
    through   option  UDDI or url 
    is there is any configuration need to be made
    to register UDDI as iam consuming webservice  from RFC
    can any one help me out ?

    Hi Kishore,
    Following links would guide you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2188ae5-0601-0010-dd93-c23e381ef41e
    Re: WebService Tutorials
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/733b956d596fcee10000000a1553f6/frameset.htm
    Regards,
    Anagha

  • Slow internet access over 3G

    Since 5/31/12, my internet access over 3G has been super duper slow.
    I can see that a request is going out from the phone, but the phone just sits there saying 'requesting'  this is happening with any site I visit.  Anyone else seeing this behavior?  I live in the San Francisco Bay Area.  I've been seeing this problem in the South Bay and North Bay.

    I have experienced very to to connect for about a week. Contacted support by email yesterday and got this response this morning. Surprisingly, it was better today.
    "There are different factors that affect the speed of your service which
    include both the phone itself and the network signal you are receiving. We
    certainly are not intentional causing any slowness of service to get customers
    to change from the Unlimited Data plan. The plan does not have any bearing on
    the speed of service. To be able to properly determine and resolve your issue we
    need to complete troubleshooting with you. Please contact our Technical Support
    at 800-922-0204 for further assistance. "

  • I do not own neither a Mac nor an iOS devices. May I still be able to use all features of Time Capsule, including remote access over the internet?

    As described above.
    I do not own neither a Mac nor an iOS devices. May I still be able to use all features of Time Capsule, including remote access over the internet?

    You will have setup issues.. as the latest AC model requires a Mac or iOS device.. eventually apple will release a windows version of the utility.. and the current one does partly work but Apple seem in no hurry.
    You can find a Mac or iPad equipped friend to do the setup.. once setup the Windows computer can use it.
    BUTT you cannot access it from remote..
    Not with windows. You need BTMM and iCloud account. AFAIK even with those you cannot reach the TC.
    You can do it manually.. using a vpn. Buy a proper vpn router and use a vpn client on the windows computer.. the TC would be in bridge to the network..
    Apple really did not make this for windows.. and SMB access is only provided on LAN access not WAN.

  • Accessing Java webservice (XML over http) via WCF or HTTP adapter with content-type and authorization HTTP headers with POST method

    Hi Team,
    I need to access Java web service which is simple service and accepts and returns XML over HTTP. No credentials are needed to access the service. We need to pass following two HTTP headers (Content-Type and Authorization) along with XML request message:
    <GetStatus> message is being constructed in the orchestration and URI is constant to access.
    Which adapter shall I use to get the response back? I tried using WCF-WSHttp with Security Mode = Transport, and different options of client credential types but every time, error returned stating:
    System.Net.WebException:
    The HTTP request is unauthorized with client authentication scheme 'Basic'. The
    authentication header received from the server was 'Basic realm='.
    Authentication failed for principal Basic. Message payload is of type:
    String 
    In Fiddler, request looks line following
    POST <https://URL/GetServiceReopnse HTTP/1.1
    Content-Type: application/xml
    Authorization: Basic cmVmU3RhdHN2Y19kgeRfsdfs=
    Host: <Server name>
    <GetStatus XMLNS="http://server.com/.....">
    <OrgId>232323</OrgId>
    <HubId>3232342323</HubId>
    </GetStatus>
    MMK-007

    First, you should not use the HTTP Adapter because it's been deprecated and replaced by WCF.
    Start with the WCF-Custom Adapter and select the customBinding.
    You should start with the textMessageEncoder and httpTransport and go from there.

  • 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

  • Consuming a WebService using OSR (uddi) endpoint

    Hey folks,
    I'm trying to consume a WebService declaratively in my ADF taskflow, using a WebService Proxy connection in my model project, as the guides/tutorials told me to. However, I don't have the final endpoint of the service as it is registered in the OSR (Oracle Service Registry) and all I have is its UDDI key.
    So, in fact, my application must connect to OSR to get the service endpoint based on the uddi key and then resolve the port binding based on that.
    Any ideas on how I can perform this?
    Thanks in advance!

    This article helped me out! So if you came here with the same problem, here's some light!
    http://biemond.blogspot.co.uk/2009_12_01_archive.html

  • Could not find the main class - Problem with Webservice-Access

    Hello Everybody,
    I'm having serious Problems with accessing a WebService (Tomcat-Axis) per executable jar-File.
    I constructed a simple GUI with 3 Textboxes 1 Button and 1 Resultbox.
    I use eclipse so it was no Problem to simple generate the Backgroundclient by Processing the .wsdl-File of the WS.
    Now I do this:
    Head_tServiceLocator serviceLocator = new Head_tServiceLocator();
    Head_t service = serviceLocator.getRPCCall();
    RPCCallSoapBindingStub Head_t = (RPCCallSoapBindingStub) service;and use the Webservice like an Object.
    All this works very well.
    Now the Problem:
    Head_t service = serviceLocator.getRPCCall();this Line has to throw a ServiceException.
    If i add a try-catch Block to Process the Message JAVA tells me after i exported to JAR (with Manifest-stuff and so on) and double Click on the JAR the following :
    Could not find the main Class - Program will exit.
    And if i add a throws Declaration to the Methodheader it tells me:
    Fatal Exception Occured - Program will exit
    But if i Comment out that Line at least the GUI is being displayed (so it DOES find the main-Class). But then of course the Webservice won't be accessed.
    All the JARs needed (axis.jar, commons-discovery.jar and so on) are in the same Directory as the Webservice-Client.jar
    Please Help me.
    Greets,
    Zap

    I am not done any typing mistake while creating the jar file i already followed the suggestion that you have mentioned but still the same error .
    This is my MANIFEST.MF file created under META-INF folder
    Manifest-Version: 1.0
    Class-Path: qtjambi-4.4.3_01.jar qtjambi-win32-msvc2005-4.4.3_01.jar
    Created-By: 1.5.0 (Sun Microsystems Inc.)
    Main-Class: Ui_MainWindow
    When i extracted the app.jar following this i got
    1. META-INF folder inside that MAINFEST.MF file the contents i have already placed above
    2. qtjambi-4.4.3_01.jar
    3. qtjambi-win32-msvc2005-4.4.3_01.jar
    4. Ui_MainWindow.class
    Please tell me whats wrong in that i can also give you the app.jar file please let me know the email id ..

  • Weblogic - Webservice access

    Hi,
    We have an application deployed in weblogic which needs to access a webservice. The webservice is accessible through soap-ui using the right credentials. We use basic authentication to access the webservice.
    I am able to access the webservice with the correct credentials from a normal java client but when the application is deployed in weblogic, I am unable to access the ws!
    Is there a setting in weblogic to enable basic authentication?
    (using weblogic 11g)
    Thank you

    There is a difference between application server and program access to a webservice. especially is SSL used server needs the key to access the web service. What error do you get?

  • Custom Access over msmdpump

    Hi,
    Lets say we have two SSAS Databases. In each we have Dynamic Dimension Security implemented. The Database are only accessable to Users by the msmdpump.dll. We have some Standard Reports in Xlcubed which can be accessd by Sharepoint.So far so good.
    Now our customer wants a custom security for the cubes in that way, that some Users whcih have access to cube and can use the Standard Reports are NOT allowed to use the Client Excel or other Analysis Tool for Adhoc Analysing. So they are only allowed to
    use the Standrd Reports.
    My first idea was to use a Proxy (as described here:
    SSASProxy) doesnt meet our needs.
    My second idea was to implement a Custom Module for IIS, but "unfortunatly" the messages between client and server are encrypted. for details:
    XMLA over TCP/IP.
    Could you imagine a possible way of implementing that?
    Thanx in Advance for your Creativity

    Hi. Thanx.
    My actual solution looks like this: 1 Role on the cube for all users which are allowed to analyze. So these users can access the cube by the normal way over the datapump.
    A second role which includes only 1 Sys User. Then I use the Proxy by which everybody can connect. In this proxy I check out the user and from where it comes(Web, Excel,..) and where ihe wants to connect and open a new Webrequest to the Datapump by the Sys
    User. In the CustomData Property I add the Username. So all our Standardreport will use the Proxy.
    Cons:   
    ensure to determine from where the user is coming
    performance? when all user connecting to the cube with one sys-user
    if a new Standardreport is published, we must ensure that this report is using the proxy (while in design, some connectionmapping,..)

  • 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

Maybe you are looking for

  • Need to reduce valuated stock

    Hello all Gurus, I have a strange problem. For material 0590488025, the stock in plant 1100 is showing as 1638 PCs in MMBE transaction. But actually, physically in storage location 1101 of plant 1100, the stock available for material 0590488025 is 70

  • My iphone5 does not send as imessage to other iphone

    My iphone does not sends imessage to other iphone.

  • TV shows deleted after updating

    I play an episode of a TV show on my iPod, and then when I update it, the episode I previously played is off my iPod, and yet still in my iTunes library. This glitch is only applicable to TV shows.

  • Solaris 10 install

    I have an Ultra Sparc 5 and when I try to install Solaris 9 or 10 my keyboard quits working when the GUI comes up and I can't even select a language to carry on. Does works before that point . Thanks

  • Loading an image works when testing, fails in browser

    java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM)      at java.security.AccessControlContext.checkPermission(Unknown Source)      at java.security.AccessController.checkPermission(Unknown Source)      at java.la