EP1556807A1 - Method and system for ranking services in a web services architecture - Google Patents

Method and system for ranking services in a web services architecture

Info

Publication number
EP1556807A1
EP1556807A1 EP03725347A EP03725347A EP1556807A1 EP 1556807 A1 EP1556807 A1 EP 1556807A1 EP 03725347 A EP03725347 A EP 03725347A EP 03725347 A EP03725347 A EP 03725347A EP 1556807 A1 EP1556807 A1 EP 1556807A1
Authority
EP
European Patent Office
Prior art keywords
service
services
level
directory
requestor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
EP03725347A
Other languages
German (de)
French (fr)
Other versions
EP1556807B1 (en
Inventor
Robert Harris
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of EP1556807A1 publication Critical patent/EP1556807A1/en
Application granted granted Critical
Publication of EP1556807B1 publication Critical patent/EP1556807B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Definitions

  • This invention relates to a method and system for ranking services in a web services architecture.
  • the invention relates to a web services architecture with an hierarchy of service providers in which the ranking is specified by the top level invoker.
  • Web services are described in the document "Web Services Conceptual Architecture (WSCA 1.0)" by IBM Software Group, May 2001. Web services provides a program-to-program communications model built on existing and emerging standards such as HTTP (hypertext transfer protocol) , Extensible Markup Language (XML) , Simple Object Access Protocol (SOAP) , Web Services Description Language (WSDL) and Universal Description, Discovery and Integration (UDDI) .
  • HTTP hypertext transfer protocol
  • XML Extensible Markup Language
  • SOAP Simple Object Access Protocol
  • WSDL Web Services Description Language
  • UDDI Universal Description, Discovery and Integration
  • a web service is described through an interface that describes a collection of functions that are network-accessible through standardised XML messaging.
  • a web service is described using a standard, formal XML notation, called a service description.
  • the service description covers all the details necessary to interact with the service, including message formats, transport protocols and location.
  • the interface hides the implementation details of the service allowing it to be used independently of the hardware or software platform on which it is implemented and also independently of the programming language in which it is written. It is also independent of the hardware and software environment of the caller. This allows web services-based applications to be loosely coupled, component-oriented, cross-technology implementations that can be published, located, and invoked across a network.
  • Web services are implemented in a network.
  • the network could be a publicly-accessible network such as the Internet, an Intranet or any other form of network.
  • Internet-available web services use commonly deployed network protocols.
  • Such protocols may be HTTP or other Internet protocols such as SMTP or FTP.
  • Other networks e.g. Intranets
  • can use reliable messaging call infrastructures such as MQSeries, COBRA, etc.
  • the described method and system relate to an extension of the UDDI/WSDL protocol and XML/SOAP syntax to provide functions that are not currently available within the web services architecture.
  • UDDI in web services is to provide open access to functions based on a directory or registry lookup. These services are described by the WSDL part and invoked by the XML/SOAP function. The binding of the invoker to the service is dynamic and not fixed. It is open in that the directory is freely available and there are no constraints applied to how the lookup or selection occurs. UDDI admirably meets this objective. However, where it fails is in concepts like quality of service.
  • the described method and system provide means whereby quality of service issues and other selection influencing factors can be introduced into the UDDI/WSDL arena.
  • UDDI UltraText Transfer Protocol
  • a directory or registry is used to assemble software in a componentised fashion.
  • the idea of UDDI is that a WSDL-formatted request is sent to a directory or registry server to select a service.
  • This service selection can be specified on certain generally applicable criteria such as the company that is providing it and the function it does.
  • This selection information is very generic; it is the same for all users and there is nothing specific to the originator of the request for the service that is mentioned.
  • the described method and system provide means whereby specific-to-originator criteria can be bought to bear on the lookup.
  • the selection of the service is influenced by an originator or requestor of the service selection.
  • a user's software is going to buy a book.
  • the user looks up in a directory under the category of 'Book Sellers' and gets back a list of companies offering that service.
  • the user has negotiated preferential rates with, say two, suppliers, and so wants to send the purchase request to either of these two in the first instance, and someone else as a third choice.
  • the user can do this by filtering the returned list of companies from the search because the search returned information to the user directly and the user is in control of what happens next.
  • the user may be building a library of StarTrek books.
  • the user uses a 'Build a library' selection and gets back a list of suitable sellers.
  • the user places his Get-me-a-library-for-StarTrek request to this supplier who will do the job.
  • the user is now no longer in the position to use his favourite list of Book Sellers as the book-buying function is now being handled by someone else. In effect, they use their preferred suppliers instead of the users.
  • One result of the described invention provides a way of getting books (or other items) purchased with the user's preferred sellers and not the intermediaries.
  • the described method and system relates to how WSDL/UDDI requests are biased according to the preference of the originator. What conditions influence a user's preferences are not discussed and are up to the user. Examples of conditions which may influence a user's preference include the standards of cost, efficiency, speed and reliability.
  • a method for ranking services in a web services architecture having a hierarchy of services with a root originating service requestor, a service of a first level in the hierarchy calling a service of a lower level, the method comprising: the originating service requestor indicating a preference regarding one or more services and a ranking machine having a choice algorithm based on the preference; the originating service requestor invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory to find a set of possible lower-level services; and the ranking machine applying the choice algorithm to the set of possible lower-level services.
  • the lower-level services may be service requestors or service providers.
  • the set of possible lower-level services may be referred to the ranking machine from the directory and a preferred sequence may be returned by the ranking machine to the directory.
  • the step of referring to the ranking machine may not be visible to the service using the directory.
  • the set of possible lower-level services may be sent by the service using the directory to the ranking machine and a preferred sequence may be returned by the ranking machine to the service.
  • a single result or a sequence of results may be returned to the service using the directory.
  • lower-level invocations of services in the hierarchy are not visible to higher-level services.
  • the preference of the originating service requestor may rank services in an order in which the originating service requestor wishes to use the services, may exclude services from being used, and/or may provide other selection influencing criteria.
  • the preference of the originating service requestor may be based on quality of service criteria including, for example, cost, efficiency, speed and reliability.
  • the preference may override a selection by the service using the directory. If the preferred service is not available, a subsequent service may be obtained by reference to the originating service requestor's preference.
  • the service using the directory may make the selection.
  • a web services architecture comprising: a root originating service requestor; a hierarchy of services in which a service of a first level calls a service of a lower level; a directory for finding services in the hierarchy; a ranking machine with means for applying a choice algorithm for services based on the originating service requestor's preference regarding one or more services; wherein, at each level of the hierarchy, the directory provides a set of possible services and the ranking machine applies the choice algorithm to provide a sequence of preferred services.
  • the lower-level services may be service requestors or service providers .
  • the ranking machine is preferably connected to the directory by a port and the set of possible services is referred to the ranking machine by the directory and the sequence of preferred services is returned to the directory by the ranking machine.
  • a service of a first level may find a service of a lower level by means of a UDDI directory.
  • the ranker machine may have a port on the UDDI directory and may process flows turning TModel bags into a selected set of TModels.
  • Each UDDI operation may be referred to the ranking machine and may be returned as a sequence conforming with the service requestor's preference.
  • Underlying UDDI application code may carry out the referral and may append the location of the ranker machine to subsequent XML flow.
  • a computer program product stored on a computer readable storage medium for a web services architecture having a hierarchy of services with a root originating service requestor, a service of a first level calling a service of a lower level, comprising computer readable program code means for performing the steps of: the originating service requestor indicating a preference regarding one or more services and a ranking machine having a choice algorithm based on the preference; the originating service requestor invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory to find a set of possible lower-level services; and the ranking machine applying the choice algorithm to the set of possible lower-level services.
  • Figure 1 is a schematic diagram of a web services model
  • Figure 2 is a schematic diagram of a web services stack
  • Figure 3 is a block diagram of a UDDI data structure
  • Figure 4A is a schematic block diagram of a web services hierarchy in accordance with the present invention.
  • Figure 4B is a schematic block diagram of a web services architecture in accordance with the present invention.
  • Figure 5A is a flow line diagram of a selection of a service as known from the prior art
  • Figure 5B is a flow line diagram of a first embodiment of a selection of a service in accordance with the present invention.
  • Figure 5C is a flow line diagram of a second embodiment of a selection of a service in accordance with the present invention.
  • web services is used. This should not be construed as meaning that a web service must be invoked through the web (i.e. from a browser) .
  • a web service may be implemented in any form of network including the Internet, intranets, LANs, WANs, etc.
  • a web service provides a program-to-program communication model and is described through an interface that describes the functions of the web service.
  • Figure 1 shows a web services model 100 which shows the three roles of service provider 101, service registry 102 and service requestor 103.
  • the interactions involve publish 104, find 105 and couple 106 operations.
  • the couple operation 106 is an access flow between the entities in a loosely coupled environment. Together these roles and operations act upon the web services artefacts which are the web services software module 107 and its description 108.
  • a service provider 101 hosts a network-accessible software module 107 which is an implementation of a web service.
  • the service provider 101 defines a service description 108 for the web service 107 and publishes it to a service registry 102.
  • the service requestor 103 can also get the service description 108, or part of it, directly from the service provider 101 as a pull operation rather than a push operation.
  • the service requestor 103 uses a find operation 105 to retrieve the service description 108 from the service registry 102 and uses the service description 108 to couple 106 with the service provider 101 and invoke or interact with the web service implementation 107.
  • Service provider 101 and service requestor 103 are roles and a service can exhibit characteristics of both.
  • the service provider 101 is the platform that hosts access to at least the front end of the service.
  • a service requestor 103 is the application that is looking for and invoking or initiating an interaction with a service.
  • the service requestor role can be played by a browser driven by a person or a program without a user interface, for example another web service.
  • a service registry 102 is a searchable registry of service descriptions 108 where service providers 101 publish their service descriptions 108. Service requestors 103 find services and obtain coupling information from the service description 108 to establish communication and execution for services.
  • a service description 108 needs to be published 104 so that the service requestor 103 can find it.
  • the service requestor 103 retrieves a service description 108 directly or queries the service registry 102 for the type of service required using a service discovery process.
  • the service requestor 103 invokes or initiates an interaction with the service at runtime using the coupling details in the service description 108 to contact and invoke the service.
  • the service description 108 contains the details of the interface to implement the service. This includes its data types, operations, coupling information and network location. It could also include categorisation to facilitate discovery and utilisation by service requestors 103.
  • the foundation of the web services stack 200 is the network level
  • the next level is an XML-based messaging level 202 which represents the user of XML as the basis for the messaging protocol .
  • SOAP may be used as an enhancement to the XML messaging protocol .
  • the next level is the service description level 203 which is a collection of description documents.
  • the description is grouped into three types of things, namely location, activity and interface.
  • WSDL is the standard for XML-based service description.
  • WSDL defines the interface and mechanics of service interaction.
  • the WSDL document can be complemented by other service description documents to describe higher level aspects of the web service, for example, business context is described using UDDI data structures in addition to the WSDL documents.
  • the first three levels of the network level 201, the XML-based messaging level 202 and the service description level 203 are required to provide or use any web service.
  • the next two levels of the stack 200 shown in Figure 2 are the service publication and service discovery levels 204, 205 which can be implemented with a number of solutions. Any action that makes a WSDL document available to a service requestor is a service publication.
  • a public UDDI registry holds copies of the service publications.
  • a web service cannot be discovered if it has not been published and therefore the service discovery level 205 depends on the service publication level 204.
  • the variety of discovery mechanism parallels the publication mechanisms. Any mechanism that allows the service requestor to gain access to the service description and make it available to the application at runtime qualifies as a service discovery.
  • the top-most level 206 of Figure 2 is the service flow level 206 which describes how service-to-service communications, collaborations, and flows are performed.
  • a complete web services description builds on the basic WSDL description of the service.
  • a complete web services description addresses the following: the business that hosting the service; the kind of business it is; the products that are associated with the service; the categories the business or web service is associated with; the aspects that would influence a requestor to choose to invoke a service; the keywords that can be provided so that it is easier to find the service; etc.
  • UDDI provides a mechanism for holding descriptions of web services. Although UDDI is often thought of as a directory mechanism, it also defines a data structure standard for representing service description information in XML. Figure 3 shows a UDDI entry 300 with four fundamental data structures.
  • a UDDI entry starts with a business entity 301.
  • a business entity 301 models information about a business.
  • the business entity 301 contains a collection of business services 302, one for each web service the business wishes to publish.
  • Each business service 302 contains technical and descriptive information about a business entity's web service.
  • a business service 302 contains a collection of binding templates 303.
  • a binding template 303 describes the access information, for example the endpoint address, and describes how the business service 302 uses various technical specifications.
  • a technical specification is modelled as a tModel 304.
  • a tModel 304 can model many different concepts such as: a type of service, a platform technology such as HTTPs or a taxonomy.
  • a business entity 301, a business service 302 and a binding template 303 are implemented using a tModel of a defined type.
  • the collection of binding templates 303 associated with a business service 302 represents a fingerprint of the technologies used by the business service 302.
  • a tModel 304 defines the calling interface and the results. It is rendered in XML at a high level and via an API at the lower level which is not seen by the user.
  • a tModel 304 has a unique identifier referred to as the key.
  • UDDI supports the use of a given tModel 304 in more than one place via specification of the same key and then guarantees that the behaviour in the two places, as far as the externals are concerned, is exactly the same with no additional platform-specific return codes.
  • the described method and system include a reference on all UDDI operations to the originator of the request. Once a directory or registry has processed the request, the results are then referred to this reference for filtering.
  • a root node of the tree hierarchy 400 is a service requestor 401 which wishes to invoke a web service.
  • the tree hierarchy 400 has a number of service levels 402, 403 which represent intermediate services which may be invoked (directly or indirectly) by the service requestor 401 in order to find the end web service that the service requestor 401 wishes to invoke.
  • the end web services 404 are the leaf nodes on the tree hierarchy 400.
  • Level 402 may be a selection of a service by the service requestor 401 and levels 403 and 404 may be a selection of hidden sub-services which are not visible to the service requestor 401.
  • a directory 411 is provided which is used to find a group or bag of possible results in the form of services or service providers.
  • a ranker machine 405 which stores details of the service requestor's 401 preferences for service selection. This is provided in the form of a choice algorithm between options presented at any relevant time to the ranker machine 405.
  • the service requestor 401 informs the ranker machine 405 of its preferences for any service provider and a choice algorithm is saved that ranks preferences for service providers.
  • the ranker machine 405 listens on a port 412 on the directory 411.
  • the directory 411 carries out a look up and produces a bag of results
  • the ranker machine 405 is listening on the port 412 and the bag of results is sent 407 to the ranker machine 405.
  • the ranker machine 405 applies its choice algorithm to the bag of results and returns 409 a sequence of results in the preferred order of the service requestor 401 to the directory 411.
  • the directory 411 answers the look up with the sequence of results provided by the ranker machine 405.
  • All intermediate service providers 402, 403 that look up services in the directory have the look up referred to the ranker machine 405 which filters results of searches in accordance with preferences indicated for the service requestor 401. If there is a preference stored in the ranker machine 405, the ranker machine 405 makes the selection based on the preference and the intermediate service provider 402, 403 will follow the preference when invoking a service provider of a next level.
  • a service requestor 401 wishes to use the service of an intermediate service provider of the first level 402 which involves using a lower level service. However, the fact that any lower level service is used is not revealed to the service requestor 401.
  • the service requestor 401 carries out a search using the directory 411 for service providers of the first level 402 and obtains a sequenceof possible service providers 402.
  • the sequence of possible service providers 402 has been filtered by the ranker machine 405 to remove obvious non-contenders or to force a specific selection (i.e. if only one result is in the bag) . If there is more than one result in the bag, the service requestor 401 chooses one of the service providers 406 of the first level 402.
  • Each look up response provided by the directory 411 produces a bag of potential candidates which is filtered by the ranker machine 405.
  • Software in the directory 411 does the referring to the ranker machine 405.
  • the entity which requested a look up in the directory 411 is returned a list of results as if the ranker machine 405 was not there.
  • the entity which requested the look up has free choice of the results returned to it by the directory 411, but the results returned have already been restricted by the ranker machine 405.
  • the service requestor 401 only communicates with the service provider 406 of the first level 402. However, in order to do its work, the service provider 406 uses service provider 408 of the second level 403 which in turn uses the end service 410.
  • the service requestor 401 does not know about service providers 408 of the second level or the end service 410.
  • the service provider 406 of the first level does not know about the end service 410 used by the service provider 408 of the second level .
  • the service provider 406 of the first level 402 carries out a look up of the directory 411 to find a service provider 408 of the second level 403.
  • the service provider 408 of the second level 403 carries out a look up of the directory 411 to find an end service 410.
  • the bag of results found by the directory 411 is ranked by the ranker machine 405 in accordance with the originating service requestor's 401 preferences.
  • the preferences used by the ranker machine 405 in its choice algorithm are global and level independent in the hierarchy.
  • the directory returns the results of a look up request to the requestor which may be the originating service requestor or an intermediate service provider and the requestor sends the bag of results to the ranker machine for ranking.
  • the ranking machine returns a sequence of results to the requestor.
  • the service requestor's preferences may relate to quality of service issues such as cost, efficiency, speed and reliability or may relate to any other selection influencing preference.
  • the preference can rank services in an order the service requestor would like to use the services or may specifically exclude a service from use, or may provide any other preferential indication.
  • Control of the sub-service selection is taken away from the supplier or at least influenced by the original service requestor.
  • Figure 5A shows how a prior art UDDI Lookup request would work.
  • the UDDI directory returns a bag as its result, indicated here as a ⁇ set ⁇ .
  • the user 501 wants to build a library, so he asks the UDDI directory 502 to find him a service provider 503 which does this.
  • the user 501 sends a request 511 to the directory 502 for a UDDI Lookup to find Library Builders. In this case there is only one service provider 503 of this category and so the directory 502 returns 512 the result of the set of ⁇ LibraryBuilderl ⁇ .
  • the user 501 then sends a request 513 of "Build a Library” to the server LibraryBuilderl 504.
  • LibraryBuilderl 504 looks up 514, 515 in the UDDI directory 502 a list of book suppliers 505.
  • the directory 502 returns 516 the set of ⁇ Sellerl, UserPreferredSeller2 ⁇ .
  • the LibraryBuilderl 504 picks 517 the first supplier which is Sellerl 506 or what he thinks is the most suitable supplier to use to buy the book from. This results in the book being purchased 518 from a place advantageous to the LibraryBuilderl but not the preferred seller of the user which in this case is UserPreferredSeller2 507.
  • FIG. 5B shows the same UDDI Lookup as Figure 5A but in accordance with a first embodiment of the present invention.
  • the described method and system requires that each UDDI request should be referred to a place which can rank the returned bag in an order according to the preferences of the user. It is not relevant as to what criteria are used in this ranking, only that it happens.
  • the ⁇ bag ⁇ is returned as a ⁇ sequence>, with the preferred items at the front of the list.
  • the sequence may contain all the members of the bag, a subset or even something completely different. It is the underlying UDDI lookup code (in other words the underlying UDDI APIs) which do this referral. Extra code steps are not required by the caller.
  • Figure 5B has the additional component of the ranker 508 which holds a choice algorithm reflecting the preferences indicated by the user 501 for the book suppliers 509.
  • the user requests 521 the UDDI directory 502 to find a Library Builder.
  • the directory 502 finds the set ⁇ LibraryBuilderl ⁇ . However, this is not exposed to the user 501, as the underlying layers of service providers know that a local request without a referral still has to be ranked and this is done via configuration options and so not visible to the user. Thus, the return flow from the UDDI directory 502 is then referred 522 to the local ranker 508 for analysis. As there is only one choice, which is acceptable ⁇ LibraryBuilderl>, the results are unchanged and so sent 523 initially back to the UDDI directory 502 which sends 524 the results back to the user 501.
  • the user 501 picks the first (and only in this example) supplier 504 and invokes the Build Library operation on it 525.
  • the underlying layers know that this is a XML/SOAP request for a service and so append the location of the required ranker 508 to the XML flow.
  • This directory Lookup 527 returns the held set of Book Sellers ⁇ Sellerl, UserPreferredSeller2 ⁇ .
  • the underlying layers then refer 528 this set to the ranker 508 as before.
  • the ranker 508 wants to force use of the user's preferential Book Supplier 509, and so alters the UDDI result to the sequence ⁇ UserPreferredSeller2> before sending 529 the result back to the UDDI directory 502 which sends 530 the result back to the Library Builder 504 as the result of its lookup 527. Consequently, the book is now ordered 321, 322 from UserPreferredSeller2 507 rather than Sellerl 506.
  • FIG. 5C shows the same UDDI Lookup as Figures 5A and 5B but in accordance with a second embodiment of the present invention.
  • the described method and system requires that each UDDI request should be referred to a place which can rank the returned bag in an order according to the preferences of the user. It is not relevant as to what criteria are used in this ranking, only that it happens.
  • the ⁇ bag ⁇ is returned as a ⁇ sequence>, with the preferred items at the front of the list.
  • the requestor of a look up to the UDDI directory 502 receives the ⁇ bag ⁇ of results and refers the bag to the ranker 508 for ranking and the requestor then receives the ⁇ sequence> from the ranker 508 in accordance with the user's 501 preferences.
  • a ranker machine is listening on a UDDI/Ranker port and processes the aforementioned flows turning a tModel bag into a selected bag of tModels.
  • the flow is inserted or processed by the WSDL supplier or at any rate the function lurks in either the UDDI server (as the A address :port gets passed on the lookup request) or in the caller's DLL used for UDDI processing. In either case, the UDDI lookup process does the filtering without the intervention of the caller.
  • Binding Template a specific tModel must be used (or else lots of different XML invocations are coded) called the Binding Template.
  • the problem arises if the supplier which uses the specific tModel is undesirable (too slow, too expensive, not working etc.) and the code cannot be altered to use another supplier with a different interface.
  • another supplier must be selected with exactly the same interface: in other words one which uses the same Binding tModel. This is easily done via UDDI lookup.
  • UDDI supports Public (i.e. generally available) Directories and Private (i.e. specific to the caller) Directories. This is fine if the whole of the requested service lies within the scope of the Private Directory (within the same organisation and so using the same - or replicated - UDDI server) so preference issues can be addressed by what actually goes in this Private Directory. However, this approach fails if a request is executed outside the scope of the Private Directory. The described method and system overcome this problem.
  • UDDI supports a tModel for PublisherAssertion. This aims to link suppliers into some sort of larger entity. This is not an overlap with the described method and system as PublisherAssertion is Public, Static and there is no guarantee that it will be taken notice of.

Abstract

A method for ranking services in a web services architecture and a web services architecture are provided. The web services architecture has a hierarchy of services (401, 406, 408, 410) with a root originating service requestor (401) and a service of a first level in the hierarchy calling a service of a lower level. The originating service requestor (401) indicates a preference regarding one or more services and a ranking machine (405) provides a choice algorithm based on the preference. The originating service requestor (401) invokes services of one or more levels of hierarchy. At each level of the hierarchy (401, 406, 408, 410), a service uses a directory (411) to find a set of possible lower-level services and the ranking machine (405) applies the choice algorithm to the set of possible lower-level services. In one embodiment, the set of possible lower-level services is referred to the ranking machine (405) from the directory (411) and a preferred sequence is returned by the ranking machine (405) to the directory (411).

Description

ETHOD AND SYSTEM FOR RANKING SERVICES IN
A WEB SERVICES ARCHITECTURE
This invention relates to a method and system for ranking services in a web services architecture. In particular, the invention relates to a web services architecture with an hierarchy of service providers in which the ranking is specified by the top level invoker.
Web services are described in the document "Web Services Conceptual Architecture (WSCA 1.0)" by IBM Software Group, May 2001. Web services provides a program-to-program communications model built on existing and emerging standards such as HTTP (hypertext transfer protocol) , Extensible Markup Language (XML) , Simple Object Access Protocol (SOAP) , Web Services Description Language (WSDL) and Universal Description, Discovery and Integration (UDDI) .
A web service is described through an interface that describes a collection of functions that are network-accessible through standardised XML messaging. A web service is described using a standard, formal XML notation, called a service description. The service description covers all the details necessary to interact with the service, including message formats, transport protocols and location. The interface hides the implementation details of the service allowing it to be used independently of the hardware or software platform on which it is implemented and also independently of the programming language in which it is written. It is also independent of the hardware and software environment of the caller. This allows web services-based applications to be loosely coupled, component-oriented, cross-technology implementations that can be published, located, and invoked across a network.
Web services are implemented in a network. The network could be a publicly-accessible network such as the Internet, an Intranet or any other form of network. Internet-available web services use commonly deployed network protocols. Such protocols may be HTTP or other Internet protocols such as SMTP or FTP. Other networks (e.g. Intranets) can use reliable messaging call infrastructures such as MQSeries, COBRA, etc.
The described method and system relate to an extension of the UDDI/WSDL protocol and XML/SOAP syntax to provide functions that are not currently available within the web services architecture. Reference is made to the following documents available via www.uddi .org:
UDDI 2.0 Data Structure Reference;
UDDI 2.0 API Specification;
UDDI 2.0 Operators Specification; and
Web Services Description Language (WSDL) 1.1.
The aim of UDDI in web services is to provide open access to functions based on a directory or registry lookup. These services are described by the WSDL part and invoked by the XML/SOAP function. The binding of the invoker to the service is dynamic and not fixed. It is open in that the directory is freely available and there are no constraints applied to how the lookup or selection occurs. UDDI admirably meets this objective. However, where it fails is in concepts like quality of service.
The described method and system provide means whereby quality of service issues and other selection influencing factors can be introduced into the UDDI/WSDL arena.
In web services, a directory or registry is used to assemble software in a componentised fashion. The idea of UDDI is that a WSDL-formatted request is sent to a directory or registry server to select a service. This service selection can be specified on certain generally applicable criteria such as the company that is providing it and the function it does. This selection information is very generic; it is the same for all users and there is nothing specific to the originator of the request for the service that is mentioned.
The described method and system provide means whereby specific-to-originator criteria can be bought to bear on the lookup. Unlike in known prior art web services, the selection of the service is influenced by an originator or requestor of the service selection.
The following is a practical example. A user's software is going to buy a book. The user looks up in a directory under the category of 'Book Sellers' and gets back a list of companies offering that service. However, the user has negotiated preferential rates with, say two, suppliers, and so wants to send the purchase request to either of these two in the first instance, and someone else as a third choice. The user can do this by filtering the returned list of companies from the search because the search returned information to the user directly and the user is in control of what happens next.
A difference arises if the book purchase request is being done as part of the function of a service that is being provided by someone else. For example, the user may be building a library of StarTrek books. The user uses a 'Build a library' selection and gets back a list of suitable sellers. The user places his Get-me-a-library-for-StarTrek request to this supplier who will do the job. However, the user is now no longer in the position to use his favourite list of Book Sellers as the book-buying function is now being handled by someone else. In effect, they use their preferred suppliers instead of the users.
One result of the described invention provides a way of getting books (or other items) purchased with the user's preferred sellers and not the intermediaries.
User: Library Sellerl: UserPreferred
Builder: Seller2 :
Prior Art: Build a library >Buy bookl >Buy
Invention: Build a library >Buy bookl >Buy
The described method and system relates to how WSDL/UDDI requests are biased according to the preference of the originator. What conditions influence a user's preferences are not discussed and are up to the user. Examples of conditions which may influence a user's preference include the standards of cost, efficiency, speed and reliability.
According to a first aspect of the present invention there is provided a method for ranking services in a web services architecture having a hierarchy of services with a root originating service requestor, a service of a first level in the hierarchy calling a service of a lower level, the method comprising: the originating service requestor indicating a preference regarding one or more services and a ranking machine having a choice algorithm based on the preference; the originating service requestor invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory to find a set of possible lower-level services; and the ranking machine applying the choice algorithm to the set of possible lower-level services. The lower-level services may be service requestors or service providers.
In one embodiment, the set of possible lower-level services may be referred to the ranking machine from the directory and a preferred sequence may be returned by the ranking machine to the directory. The step of referring to the ranking machine may not be visible to the service using the directory.
In another embodiment, the set of possible lower-level services may be sent by the service using the directory to the ranking machine and a preferred sequence may be returned by the ranking machine to the service.
A single result or a sequence of results may be returned to the service using the directory.
Preferably, lower-level invocations of services in the hierarchy are not visible to higher-level services.
The preference of the originating service requestor may rank services in an order in which the originating service requestor wishes to use the services, may exclude services from being used, and/or may provide other selection influencing criteria.
The preference of the originating service requestor may be based on quality of service criteria including, for example, cost, efficiency, speed and reliability.
In a situation in which there is an originating service requestor's preference, the preference may override a selection by the service using the directory. If the preferred service is not available, a subsequent service may be obtained by reference to the originating service requestor's preference.
In a situation in which there is no stored originating service requestor's preference, the service using the directory may make the selection.
According to a second aspect of the present invention there is provided a web services architecture comprising: a root originating service requestor; a hierarchy of services in which a service of a first level calls a service of a lower level; a directory for finding services in the hierarchy; a ranking machine with means for applying a choice algorithm for services based on the originating service requestor's preference regarding one or more services; wherein, at each level of the hierarchy, the directory provides a set of possible services and the ranking machine applies the choice algorithm to provide a sequence of preferred services.
The lower-level services may be service requestors or service providers .
The ranking machine is preferably connected to the directory by a port and the set of possible services is referred to the ranking machine by the directory and the sequence of preferred services is returned to the directory by the ranking machine.
A service of a first level may find a service of a lower level by means of a UDDI directory. The ranker machine may have a port on the UDDI directory and may process flows turning TModel bags into a selected set of TModels.
Each UDDI operation may be referred to the ranking machine and may be returned as a sequence conforming with the service requestor's preference.
Underlying UDDI application code may carry out the referral and may append the location of the ranker machine to subsequent XML flow.
According to a third aspect of the present invention there is provided a computer program product stored on a computer readable storage medium for a web services architecture having a hierarchy of services with a root originating service requestor, a service of a first level calling a service of a lower level, comprising computer readable program code means for performing the steps of: the originating service requestor indicating a preference regarding one or more services and a ranking machine having a choice algorithm based on the preference; the originating service requestor invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory to find a set of possible lower-level services; and the ranking machine applying the choice algorithm to the set of possible lower-level services.
Embodiments of the present invention will now be described, by way of examples only, with reference to the accompanying drawings, in which: Figure 1 is a schematic diagram of a web services model;
Figure 2 is a schematic diagram of a web services stack;
Figure 3 is a block diagram of a UDDI data structure;
Figure 4A is a schematic block diagram of a web services hierarchy in accordance with the present invention;
Figure 4B is a schematic block diagram of a web services architecture in accordance with the present invention;
Figure 5A is a flow line diagram of a selection of a service as known from the prior art;
Figure 5B is a flow line diagram of a first embodiment of a selection of a service in accordance with the present invention; and
Figure 5C is a flow line diagram of a second embodiment of a selection of a service in accordance with the present invention.
In this description, the term web services is used. This should not be construed as meaning that a web service must be invoked through the web (i.e. from a browser) . A web service may be implemented in any form of network including the Internet, intranets, LANs, WANs, etc. As previously defined, a web service provides a program-to-program communication model and is described through an interface that describes the functions of the web service.
Figure 1 shows a web services model 100 which shows the three roles of service provider 101, service registry 102 and service requestor 103. The interactions involve publish 104, find 105 and couple 106 operations. The couple operation 106 is an access flow between the entities in a loosely coupled environment. Together these roles and operations act upon the web services artefacts which are the web services software module 107 and its description 108.
In a typical scenario, a service provider 101 hosts a network-accessible software module 107 which is an implementation of a web service. The service provider 101 defines a service description 108 for the web service 107 and publishes it to a service registry 102. The service requestor 103 can also get the service description 108, or part of it, directly from the service provider 101 as a pull operation rather than a push operation. The service requestor 103 uses a find operation 105 to retrieve the service description 108 from the service registry 102 and uses the service description 108 to couple 106 with the service provider 101 and invoke or interact with the web service implementation 107. Service provider 101 and service requestor 103 are roles and a service can exhibit characteristics of both.
The service provider 101 is the platform that hosts access to at least the front end of the service. A service requestor 103 is the application that is looking for and invoking or initiating an interaction with a service. The service requestor role can be played by a browser driven by a person or a program without a user interface, for example another web service. A service registry 102 is a searchable registry of service descriptions 108 where service providers 101 publish their service descriptions 108. Service requestors 103 find services and obtain coupling information from the service description 108 to establish communication and execution for services.
To be accessible, a service description 108 needs to be published 104 so that the service requestor 103 can find it. In the find operationl05, the service requestor 103 retrieves a service description 108 directly or queries the service registry 102 for the type of service required using a service discovery process. In the couple operation 106, the service requestor 103 invokes or initiates an interaction with the service at runtime using the coupling details in the service description 108 to contact and invoke the service.
The service description 108 contains the details of the interface to implement the service. This includes its data types, operations, coupling information and network location. It could also include categorisation to facilitate discovery and utilisation by service requestors 103.
Referring to Figure 2, in order for the three operations of publish, find and couple to perform in an interoperable manner, there must be a web services stack 200 that embraces standards at each level.
The foundation of the web services stack 200 is the network level
201 as web services must be network-accessible to be invoked by a service requestor. Standard technologies that apply to the network level 201 of the stack 200 include HTTP, FTP, email, MQSeries, HOP, etc. The next level is an XML-based messaging level 202 which represents the user of XML as the basis for the messaging protocol . SOAP may be used as an enhancement to the XML messaging protocol .
The next level is the service description level 203 which is a collection of description documents. The description is grouped into three types of things, namely location, activity and interface. WSDL is the standard for XML-based service description. WSDL defines the interface and mechanics of service interaction. The WSDL document can be complemented by other service description documents to describe higher level aspects of the web service, for example, business context is described using UDDI data structures in addition to the WSDL documents.
The first three levels of the network level 201, the XML-based messaging level 202 and the service description level 203 are required to provide or use any web service.
The next two levels of the stack 200 shown in Figure 2 are the service publication and service discovery levels 204, 205 which can be implemented with a number of solutions. Any action that makes a WSDL document available to a service requestor is a service publication. A public UDDI registry holds copies of the service publications.
A web service cannot be discovered if it has not been published and therefore the service discovery level 205 depends on the service publication level 204. The variety of discovery mechanism parallels the publication mechanisms. Any mechanism that allows the service requestor to gain access to the service description and make it available to the application at runtime qualifies as a service discovery.
The top-most level 206 of Figure 2 is the service flow level 206 which describes how service-to-service communications, collaborations, and flows are performed.
A complete web services description builds on the basic WSDL description of the service. A complete web services description addresses the following: the business that hosting the service; the kind of business it is; the products that are associated with the service; the categories the business or web service is associated with; the aspects that would influence a requestor to choose to invoke a service; the keywords that can be provided so that it is easier to find the service; etc. UDDI provides a mechanism for holding descriptions of web services. Although UDDI is often thought of as a directory mechanism, it also defines a data structure standard for representing service description information in XML. Figure 3 shows a UDDI entry 300 with four fundamental data structures.
A UDDI entry starts with a business entity 301. A business entity 301 models information about a business. The business entity 301 contains a collection of business services 302, one for each web service the business wishes to publish. Each business service 302 contains technical and descriptive information about a business entity's web service. A business service 302 contains a collection of binding templates 303.
A binding template 303 describes the access information, for example the endpoint address, and describes how the business service 302 uses various technical specifications. A technical specification is modelled as a tModel 304. A tModel 304 can model many different concepts such as: a type of service, a platform technology such as HTTPs or a taxonomy. A business entity 301, a business service 302 and a binding template 303 are implemented using a tModel of a defined type. The collection of binding templates 303 associated with a business service 302 represents a fingerprint of the technologies used by the business service 302.
A tModel 304 defines the calling interface and the results. It is rendered in XML at a high level and via an API at the lower level which is not seen by the user. A tModel 304 has a unique identifier referred to as the key. UDDI supports the use of a given tModel 304 in more than one place via specification of the same key and then guarantees that the behaviour in the two places, as far as the externals are concerned, is exactly the same with no additional platform-specific return codes.
The described method and system include a reference on all UDDI operations to the originator of the request. Once a directory or registry has processed the request, the results are then referred to this reference for filtering.
Referring now to Figure 4A, a web services hierarchy 400 is shown. A root node of the tree hierarchy 400 is a service requestor 401 which wishes to invoke a web service.
The tree hierarchy 400 has a number of service levels 402, 403 which represent intermediate services which may be invoked (directly or indirectly) by the service requestor 401 in order to find the end web service that the service requestor 401 wishes to invoke. The end web services 404 are the leaf nodes on the tree hierarchy 400. Level 402 may be a selection of a service by the service requestor 401 and levels 403 and 404 may be a selection of hidden sub-services which are not visible to the service requestor 401.
Referring now to Figure 4B, only selected services 406, 408, 410 on each of the levels 402, 403, 404 are shown. A directory 411 is provided which is used to find a group or bag of possible results in the form of services or service providers.
A ranker machine 405 is provided which stores details of the service requestor's 401 preferences for service selection. This is provided in the form of a choice algorithm between options presented at any relevant time to the ranker machine 405. The service requestor 401 informs the ranker machine 405 of its preferences for any service provider and a choice algorithm is saved that ranks preferences for service providers.
In a first embodiment, the ranker machine 405 listens on a port 412 on the directory 411. When the directory 411 carries out a look up and produces a bag of results, the ranker machine 405 is listening on the port 412 and the bag of results is sent 407 to the ranker machine 405. The ranker machine 405 applies its choice algorithm to the bag of results and returns 409 a sequence of results in the preferred order of the service requestor 401 to the directory 411. The directory 411 answers the look up with the sequence of results provided by the ranker machine 405.
All intermediate service providers 402, 403 that look up services in the directory have the look up referred to the ranker machine 405 which filters results of searches in accordance with preferences indicated for the service requestor 401. If there is a preference stored in the ranker machine 405, the ranker machine 405 makes the selection based on the preference and the intermediate service provider 402, 403 will follow the preference when invoking a service provider of a next level.
In the illustrated example of Figures 4A and 4B, a service requestor 401 wishes to use the service of an intermediate service provider of the first level 402 which involves using a lower level service. However, the fact that any lower level service is used is not revealed to the service requestor 401. The service requestor 401 carries out a search using the directory 411 for service providers of the first level 402 and obtains a sequenceof possible service providers 402. The sequence of possible service providers 402 has been filtered by the ranker machine 405 to remove obvious non-contenders or to force a specific selection (i.e. if only one result is in the bag) . If there is more than one result in the bag, the service requestor 401 chooses one of the service providers 406 of the first level 402.
Each look up response provided by the directory 411 produces a bag of potential candidates which is filtered by the ranker machine 405. Software in the directory 411 does the referring to the ranker machine 405. The entity which requested a look up in the directory 411, is returned a list of results as if the ranker machine 405 was not there. The entity which requested the look up has free choice of the results returned to it by the directory 411, but the results returned have already been restricted by the ranker machine 405.
The service requestor 401 only communicates with the service provider 406 of the first level 402. However, in order to do its work, the service provider 406 uses service provider 408 of the second level 403 which in turn uses the end service 410. The service requestor 401 does not know about service providers 408 of the second level or the end service 410. Similarly, the service provider 406 of the first level does not know about the end service 410 used by the service provider 408 of the second level .
The service provider 406 of the first level 402 carries out a look up of the directory 411 to find a service provider 408 of the second level 403. Similarly, the service provider 408 of the second level 403 carries out a look up of the directory 411 to find an end service 410. At each look up, the bag of results found by the directory 411 is ranked by the ranker machine 405 in accordance with the originating service requestor's 401 preferences. The preferences used by the ranker machine 405 in its choice algorithm are global and level independent in the hierarchy.
In a second embodiment, the directory returns the results of a look up request to the requestor which may be the originating service requestor or an intermediate service provider and the requestor sends the bag of results to the ranker machine for ranking. The ranking machine returns a sequence of results to the requestor.
In both the embodiments, the service requestor's preferences may relate to quality of service issues such as cost, efficiency, speed and reliability or may relate to any other selection influencing preference. The preference can rank services in an order the service requestor would like to use the services or may specifically exclude a service from use, or may provide any other preferential indication.
No reasoning is required by the service requestor as to why a preference is recorded and the preferences do not need to be visible or understood by the intermediate service providers. Control of the sub-service selection is taken away from the supplier or at least influenced by the original service requestor.
Example 1
The following is an example of the invocation of a web service by a service requestor referred to as the user. Figure 5A shows how a prior art UDDI Lookup request would work. The UDDI directory returns a bag as its result, indicated here as a {set}.
The user 501 wants to build a library, so he asks the UDDI directory 502 to find him a service provider 503 which does this. The user 501 sends a request 511 to the directory 502 for a UDDI Lookup to find Library Builders. In this case there is only one service provider 503 of this category and so the directory 502 returns 512 the result of the set of {LibraryBuilderl} .
The user 501 then sends a request 513 of "Build a Library" to the server LibraryBuilderl 504. LibraryBuilderl 504 then looks up 514, 515 in the UDDI directory 502 a list of book suppliers 505. The directory 502 returns 516 the set of {Sellerl, UserPreferredSeller2} . The LibraryBuilderl 504 then picks 517 the first supplier which is Sellerl 506 or what he thinks is the most suitable supplier to use to buy the book from. This results in the book being purchased 518 from a place advantageous to the LibraryBuilderl but not the preferred seller of the user which in this case is UserPreferredSeller2 507.
Figure 5B shows the same UDDI Lookup as Figure 5A but in accordance with a first embodiment of the present invention. The described method and system requires that each UDDI request should be referred to a place which can rank the returned bag in an order according to the preferences of the user. It is not relevant as to what criteria are used in this ranking, only that it happens. Thus, the {bag} is returned as a <sequence>, with the preferred items at the front of the list. The sequence may contain all the members of the bag, a subset or even something completely different. It is the underlying UDDI lookup code (in other words the underlying UDDI APIs) which do this referral. Extra code steps are not required by the caller.
Figure 5B has the additional component of the ranker 508 which holds a choice algorithm reflecting the preferences indicated by the user 501 for the book suppliers 509.
The user requests 521 the UDDI directory 502 to find a Library Builder. The directory 502 finds the set {LibraryBuilderl}. However, this is not exposed to the user 501, as the underlying layers of service providers know that a local request without a referral still has to be ranked and this is done via configuration options and so not visible to the user. Thus, the return flow from the UDDI directory 502 is then referred 522 to the local ranker 508 for analysis. As there is only one choice, which is acceptable <LibraryBuilderl>, the results are unchanged and so sent 523 initially back to the UDDI directory 502 which sends 524 the results back to the user 501.
The user 501 then picks the first (and only in this example) supplier 504 and invokes the Build Library operation on it 525. The underlying layers know that this is a XML/SOAP request for a service and so append the location of the required ranker 508 to the XML flow.
The supplier, LibraryBuilderl 504, then requests 526 that the UDDI directory 502 finds a list of Book Sellers 504 and appends on the flow the location of the relevant ranker 508. This directory Lookup 527 returns the held set of Book Sellers {Sellerl, UserPreferredSeller2} . The underlying layers then refer 528 this set to the ranker 508 as before. In this case, the ranker 508 wants to force use of the user's preferential Book Supplier 509, and so alters the UDDI result to the sequence <UserPreferredSeller2> before sending 529 the result back to the UDDI directory 502 which sends 530 the result back to the Library Builder 504 as the result of its lookup 527. Consequently, the book is now ordered 321, 322 from UserPreferredSeller2 507 rather than Sellerl 506.
Figure 5C shows the same UDDI Lookup as Figures 5A and 5B but in accordance with a second embodiment of the present invention. As in Figure 5B, the described method and system requires that each UDDI request should be referred to a place which can rank the returned bag in an order according to the preferences of the user. It is not relevant as to what criteria are used in this ranking, only that it happens.
Again, the {bag} is returned as a <sequence>, with the preferred items at the front of the list. In the second embodiment, the requestor of a look up to the UDDI directory 502 receives the {bag} of results and refers the bag to the ranker 508 for ranking and the requestor then receives the <sequence> from the ranker 508 in accordance with the user's 501 preferences.
Implementation
In the first embodiment, a ranker machine is listening on a UDDI/Ranker port and processes the aforementioned flows turning a tModel bag into a selected bag of tModels.
In terms of the UDDI API the 10 find_xx verbs are extended by adding the URL:port of the ranking machine.
For example,
<find_tModel [maxRows="n" ] generic="2.0" xmlns="urn:uddi-org:api_v2 "> [<findQualifiers/>] [<name/.] [<identifierBag/>] [<categoryBag/>] </find_tModel>]
would turn into:
<find_tModel [maxRows="n" ] generic="3.0" xmlns="urn:uddi-org:api_v3 "> [<Ranker>ranker_ur1</Ranker>]
[<findQualifiers/>] [<name/>] [<identifierBag/>] [<categoryBag/>] </find tModel>]
In terms of the SOAP/XML execution of the service, this will be extended to include the ranker URL. It is a requirement of the UDDI paradigm that this must be passed on to subsequent UDDI-related invocations.
<wsdl : declarations>
<wsdl : ranker> ? <wsdl :rankerurl [port="nn" ] >url</wsdl :rankerurl> </wsdl : ranker>
</wsdl :declarations>
The flow is inserted or processed by the WSDL supplier or at any rate the function lurks in either the UDDI server (as the A address :port gets passed on the lookup request) or in the caller's DLL used for UDDI processing. In either case, the UDDI lookup process does the filtering without the intervention of the caller.
If the service that receives this ranker address does not bother to pass it on for subsequent UDDI/XML/SOAP operations, this would be a protocol violation and so the service would not behave according to the rules. Like all other standards in this arena, this would be self policing.
However, a new entry is added to the binding template and business service tModels to show whether or not the service obeyed these rules. This element can be considered to be <RankingSupported/> . The find_xx APIs would then not select a tModel if a <RANKER> element is supplied on the call and <RankingSupported/> is not present.
In terms of API execution, this is, essentially, done on the box that hosts the UDDI directory. The code that does the selection is modified to support the new API and tModel tags.
Therefore, this description has shown how the use of a ranker machine to process URL requests together with associated extensions to UDDI/WSDL protocols can introduce the new originators preference selection function into the UDDI paradigm.
In a situation where one service provider is unavailable and another needs to be selected, the following applies. The actual services themselves are specified at the interface (parameter calling) level by a specific Binding tModel. If a specific service is wanted, then a specific tModel must be used (or else lots of different XML invocations are coded) called the Binding Template. The problem arises if the supplier which uses the specific tModel is undesirable (too slow, too expensive, not working etc.) and the code cannot be altered to use another supplier with a different interface. To avoid the recoding problem another supplier must be selected with exactly the same interface: in other words one which uses the same Binding tModel. This is easily done via UDDI lookup.
It should be noted that UDDI supports Public (i.e. generally available) Directories and Private (i.e. specific to the caller) Directories. This is fine if the whole of the requested service lies within the scope of the Private Directory (within the same organisation and so using the same - or replicated - UDDI server) so preference issues can be addressed by what actually goes in this Private Directory. However, this approach fails if a request is executed outside the scope of the Private Directory. The described method and system overcome this problem.
It should also be noted that UDDI supports a tModel for PublisherAssertion. This aims to link suppliers into some sort of larger entity. This is not an overlap with the described method and system as PublisherAssertion is Public, Static and there is no guarantee that it will be taken notice of.
Improvements and modifications can be made to the foregoing without departing from the scope of the present invention.

Claims

1. A method for ranking services in a web services architecture having a hierarchy of services (401, 406, 408, 410) with a root originating service requestor (401) , a service of a first level in the hierarchy calling a service of a lower level, the method comprising: the originating service requestor (401) indicating a preference regarding one or more services and a ranking machine (405) having a choice algorithm based on the preference; the originating service requestor (401) invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory (411) to find a set of possible lower-level services; and the ranking machine (405) applying the choice algorithm to the set of possible lower-level services.
2. A method as claimed in claim 1, wherein the lower-level services are service requestors or service providers.
3. A method as claimed in claim 1 or claim 2, wherein the set of possible lower-level services is referred to the ranking machine (405) from the directory (411) and a preferred sequence is returned by the ranking machine (405) to the directory.
4. A method as claimed in claim 3, wherein the step of referring to the ranking machine (405) is not visible to the service using the directory (411) .
5. A method as claimed in claim 1 or claim 2, wherein the set of possible lower-level services is sent by the service using the directory (411) to the ranking machine (405) and a preferred sequence is returned by the ranking machine (405) to the service.
6. A method as claimed in any one of the preceding claims, wherein a single result or a sequence of results is returned to the service using the directory (411) .
7. A method as claimed in any one of the preceding claims, wherein lower-level invocations of services in the hierarchy are not visible to higher-level services.
8. A method as claimed any one of the preceding claims, wherein the preference of the originating service requestor (401) ranks services in an order in which the originating service requestor (401) wishes to use the services, excludes services from being used, and/or provides other selection influencing criteria.
9. A method as claimed in any one of the preceding claims, wherein the preference of the originating service requestor (401) is based on quality of service criteria including cost, efficiency, speed and reliability.
10. A method as claimed in any one of the preceding claims, wherein where there is an originating service requestor's preference, the preference overrides a selection by the service using the directory (411) .
11. A method as claimed in any one of the preceding claims, wherein if the preferred service is not available, a subsequent service is obtained by reference to the originating service requestor's preference.
12. A method as claimed in any one of claims 1 to 9, wherein if there is no stored originating service requestor's preference, the service using the directory (411) makes the selection.
13. A web services architecture comprising: a root originating service requestor (401) ; a hierarchy of services (401, 406, 408, 410) in which a service of a first level calls a service of a lower level; a directory (411) for finding services in the hierarchy; a ranking machine (405) with means for applying a choice algorithm for services based on the originating service requestor's preference regarding one or more services; wherein, at each level of the hierarchy, the directory (411) provides a set of possible services and the ranking machine (405) applies the choice algorithm to provide a sequence of preferred services.
14. A web services architecture as claimed in claim 13, wherein the lower-level services are service requestors or service providers.
15. A web services architecture as claimed in claim 13 or claim 14, wherein the ranking machine (405) is connected to the directory (411) by a port (412) and the set of possible services is referred to the ranking machine (405) by the directory (411) and the sequence of preferred services is returned to the directory (411) by the ranking machine (405) .
16. A web services architecture as claimed in any one of claims 13 to 15, wherein a service of a first level finds a service of a lower level by means of a UDDI directory (411) .
17. A web services architecture as claimed in claim 16, wherein the ranker machine (405) has a port (412) on the UDDI directory (411) and processes flows turning TModel bags into a selected set of TModels.
18. A web services architecture as claimed in claim 16 or claim 17, wherein each UDDI operation is referred to the ranking machine (405) and returned as a sequence conforming with the service requestor's preference.
19. A web services architecture as claimed in any one of claims 16 to 18, wherein underlying UDDI application code carries out the referral and appends the location of the ranker machine (405) to subsequent XML flow.
20. A computer program product for a web services architecture having a hierarchy of services (401, 406, 408, 410) with a root originating service requestor (401), a service of a first level calling a service of a lower level, comprising computer readable program code means for performing the steps of : the originating service requestor (401) indicating a preference regarding one or more services and a ranking machine (405) having a choice algorithm based on the preference; the originating service requestor (401) invoking services of one or more levels of hierarchy; at each level of the hierarchy, a service using a directory (411) to find a set of possible lower-level services; and the ranking machine (405) applying the choice algorithm to the set of possible lower-level services.
EP03725347A 2002-10-24 2003-04-28 Method and system for ranking services in a web services architecture Expired - Lifetime EP1556807B1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
GBGB0224805.2A GB0224805D0 (en) 2002-10-24 2002-10-24 Method and system for ranking services in a web services architecture
GB0224805 2002-10-24
PCT/GB2003/001790 WO2004038621A1 (en) 2002-10-24 2003-04-28 Method and system for ranking services in a web services architecture

Publications (2)

Publication Number Publication Date
EP1556807A1 true EP1556807A1 (en) 2005-07-27
EP1556807B1 EP1556807B1 (en) 2006-06-14

Family

ID=9946538

Family Applications (1)

Application Number Title Priority Date Filing Date
EP03725347A Expired - Lifetime EP1556807B1 (en) 2002-10-24 2003-04-28 Method and system for ranking services in a web services architecture

Country Status (10)

Country Link
US (2) US8560332B2 (en)
EP (1) EP1556807B1 (en)
JP (1) JP4223004B2 (en)
KR (1) KR100745480B1 (en)
CN (1) CN100568227C (en)
AT (1) ATE330296T1 (en)
AU (1) AU2003227887A1 (en)
DE (1) DE60306186T2 (en)
GB (1) GB0224805D0 (en)
WO (1) WO2004038621A1 (en)

Families Citing this family (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7308475B1 (en) 2003-05-06 2007-12-11 F5 Networks, Inc. Method and system for accessing network services
US20050027886A1 (en) * 2003-07-03 2005-02-03 Intermec Ip Corp. Method and system for transforming non-web service enabled providers of functional services
US7698398B1 (en) 2003-08-18 2010-04-13 Sun Microsystems, Inc. System and method for generating Web Service architectures using a Web Services structured methodology
US8346929B1 (en) 2003-08-18 2013-01-01 Oracle America, Inc. System and method for generating secure Web service architectures using a Web Services security assessment methodology
US8069435B1 (en) 2003-08-18 2011-11-29 Oracle America, Inc. System and method for integration of web services
US7831693B2 (en) * 2003-08-18 2010-11-09 Oracle America, Inc. Structured methodology and design patterns for web services
US20060069717A1 (en) * 2003-08-27 2006-03-30 Ascential Software Corporation Security service for a services oriented architecture in a data integration platform
US8060553B2 (en) 2003-08-27 2011-11-15 International Business Machines Corporation Service oriented architecture for a transformation function in a data integration platform
US7814142B2 (en) * 2003-08-27 2010-10-12 International Business Machines Corporation User interface service for a services oriented architecture in a data integration platform
US8041760B2 (en) * 2003-08-27 2011-10-18 International Business Machines Corporation Service oriented architecture for a loading function in a data integration platform
US20050234969A1 (en) * 2003-08-27 2005-10-20 Ascential Software Corporation Services oriented architecture for handling metadata in a data integration platform
US7814470B2 (en) * 2003-08-27 2010-10-12 International Business Machines Corporation Multiple service bindings for a real time data integration service
US20050228808A1 (en) * 2003-08-27 2005-10-13 Ascential Software Corporation Real time data integration services for health care information data integration
US20050235274A1 (en) * 2003-08-27 2005-10-20 Ascential Software Corporation Real time data integration for inventory management
US20050262193A1 (en) * 2003-08-27 2005-11-24 Ascential Software Corporation Logging service for a services oriented architecture in a data integration platform
US20050232046A1 (en) * 2003-08-27 2005-10-20 Ascential Software Corporation Location-based real time data integration services
US20050240354A1 (en) * 2003-08-27 2005-10-27 Ascential Software Corporation Service oriented architecture for an extract function in a data integration platform
US8307109B2 (en) * 2003-08-27 2012-11-06 International Business Machines Corporation Methods and systems for real time integration services
US20090300161A1 (en) * 2003-11-20 2009-12-03 F5 Networks, Inc. Method and system for using feedback in accessing network services
US20050160153A1 (en) * 2004-01-21 2005-07-21 International Business Machines Corp. Publishing multipart WSDL files to URL
US7761406B2 (en) * 2004-03-16 2010-07-20 International Business Machines Corporation Regenerating data integration functions for transfer from a data integration platform
US20050243604A1 (en) * 2004-03-16 2005-11-03 Ascential Software Corporation Migrating integration processes among data integration platforms
JP2006072785A (en) * 2004-09-03 2006-03-16 Hitachi Electronics Service Co Ltd Request message control method for using of service, and service provision system
US8375122B2 (en) * 2005-12-15 2013-02-12 International Business Machines Corporation Web service information management in service-oriented architecture applications
US8949457B1 (en) * 2007-03-08 2015-02-03 Aurea Software, Inc. Local transparent extensibility and routing slip extensibility for business process execution language
US8121117B1 (en) 2007-10-01 2012-02-21 F5 Networks, Inc. Application layer network traffic prioritization
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US8806056B1 (en) 2009-11-20 2014-08-12 F5 Networks, Inc. Method for optimizing remote file saves in a failsafe way
US9503375B1 (en) 2010-06-30 2016-11-22 F5 Networks, Inc. Methods for managing traffic in a multi-service environment and devices thereof
US9420049B1 (en) 2010-06-30 2016-08-16 F5 Networks, Inc. Client side human user indicator
US8347100B1 (en) 2010-07-14 2013-01-01 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US8990369B2 (en) * 2010-10-22 2015-03-24 At&T Intellectual Property I, L.P. Collaborative QoS for service oriented architectures
WO2012158854A1 (en) 2011-05-16 2012-11-22 F5 Networks, Inc. A method for load balancing of requests' processing of diameter servers
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
US10230566B1 (en) 2012-02-17 2019-03-12 F5 Networks, Inc. Methods for dynamically constructing a service principal name and devices thereof
US9020912B1 (en) 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system and devices thereof
US9244843B1 (en) 2012-02-20 2016-01-26 F5 Networks, Inc. Methods for improving flow cache bandwidth utilization and devices thereof
US10097616B2 (en) 2012-04-27 2018-10-09 F5 Networks, Inc. Methods for optimizing service of content requests and devices thereof
US10033837B1 (en) 2012-09-29 2018-07-24 F5 Networks, Inc. System and method for utilizing a data reducing module for dictionary compression of encoded data
US9578090B1 (en) 2012-11-07 2017-02-21 F5 Networks, Inc. Methods for provisioning application delivery service and devices thereof
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US9497614B1 (en) 2013-02-28 2016-11-15 F5 Networks, Inc. National traffic steering device for a better control of a specific wireless/LTE network
US11610166B2 (en) 2013-10-29 2023-03-21 Micro Focus Llc Hierarchical service trees
US10187317B1 (en) 2013-11-15 2019-01-22 F5 Networks, Inc. Methods for traffic rate control and devices thereof
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US11350254B1 (en) 2015-05-05 2022-05-31 F5, Inc. Methods for enforcing compliance policies and devices thereof
US10505818B1 (en) 2015-05-05 2019-12-10 F5 Networks. Inc. Methods for analyzing and load balancing based on server health and devices thereof
US11757946B1 (en) 2015-12-22 2023-09-12 F5, Inc. Methods for analyzing network traffic and enforcing network policies and devices thereof
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US11178150B1 (en) 2016-01-20 2021-11-16 F5 Networks, Inc. Methods for enforcing access control list based on managed application and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US10412198B1 (en) 2016-10-27 2019-09-10 F5 Networks, Inc. Methods for improved transmission control protocol (TCP) performance visibility and devices thereof
US11063758B1 (en) 2016-11-01 2021-07-13 F5 Networks, Inc. Methods for facilitating cipher selection and devices thereof
US10505792B1 (en) 2016-11-02 2019-12-10 F5 Networks, Inc. Methods for facilitating network traffic analytics and devices thereof
US10812266B1 (en) 2017-03-17 2020-10-20 F5 Networks, Inc. Methods for managing security tokens based on security violations and devices thereof
US11343237B1 (en) 2017-05-12 2022-05-24 F5, Inc. Methods for managing a federated identity environment using security and access control data and devices thereof
US11122042B1 (en) 2017-05-12 2021-09-14 F5 Networks, Inc. Methods for dynamically managing user access control and devices thereof
US11223689B1 (en) 2018-01-05 2022-01-11 F5 Networks, Inc. Methods for multipath transmission control protocol (MPTCP) based session migration and devices thereof

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2304302A1 (en) * 1997-10-01 1999-04-08 British Telecommunications Public Limited Company Resource management system
JP2000250992A (en) 1999-03-02 2000-09-14 Ntt Data Corp Service proposition system, filtering device and settlement processor
GB2349715B (en) * 1999-05-05 2003-10-01 Mitel Corp Quotation mechanism for service environments
JP2001034493A (en) 1999-07-21 2001-02-09 Fuji Xerox Co Ltd Work process managing device
JP2001188835A (en) 1999-12-28 2001-07-10 Hitachi Ltd Service providing system
US7249100B2 (en) * 2001-05-15 2007-07-24 Nokia Corporation Service discovery access to user location
US20030130993A1 (en) * 2001-08-08 2003-07-10 Quiver, Inc. Document categorization engine
US6976027B2 (en) * 2002-08-21 2005-12-13 International Business Machines Corporation Implementing geographical taxonomy within network-accessible service registries using spatial extensions
US8495211B2 (en) * 2002-09-26 2013-07-23 Hewlett-Packard Development Company, L.P. Network service system and mechanism for searching service registries

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2004038621A1 *

Also Published As

Publication number Publication date
GB0224805D0 (en) 2002-12-04
WO2004038621A1 (en) 2004-05-06
JP2006504172A (en) 2006-02-02
CN100568227C (en) 2009-12-09
KR20050048679A (en) 2005-05-24
US20060112367A1 (en) 2006-05-25
JP4223004B2 (en) 2009-02-12
ATE330296T1 (en) 2006-07-15
US20130346581A1 (en) 2013-12-26
CN1689019A (en) 2005-10-26
US8560332B2 (en) 2013-10-15
DE60306186D1 (en) 2006-07-27
AU2003227887A1 (en) 2004-05-13
DE60306186T2 (en) 2007-04-19
KR100745480B1 (en) 2007-08-02
EP1556807B1 (en) 2006-06-14

Similar Documents

Publication Publication Date Title
EP1556807B1 (en) Method and system for ranking services in a web services architecture
KR101066659B1 (en) Exposing process flows and choreography controlers as web services
US7903656B2 (en) Method and system for message routing based on privacy policies
JP4594621B2 (en) Supplying aggregate services in a distributed computing environment
US6915519B2 (en) Pluggable JMS providers in a J2EE server
US7475145B2 (en) Dynamic invocation of web services
US7509398B2 (en) System and method for protocol independent access and invocation of web services
US20070011126A1 (en) Service-oriented architecture
US20110119378A1 (en) Managing Virtual Business Instances Within a Computer Network
KR20080108485A (en) Managing rich presence collections
KR20080106557A (en) Managing rich presence collections
US7702687B2 (en) Method and system of typing resources in a distributed system
JP4667748B2 (en) Method and apparatus for controlling a multi-node process
US20080147835A1 (en) Partially decentralized composition of web services
US20060168175A1 (en) Client registration for purposes of maintaining detailed client information at a web services registry
Mukhija et al. Dino: Dynamic and adaptive composition of autonomous services
US20100250293A1 (en) Soa policy versioning
AU2012216248B2 (en) Exposing Process Flows and Choreography Controllers as Web Services
KR20050037990A (en) Web services broker
Schema Metadata and Discovery
Quah et al. Linking Businesses for Competitive Advantage: A Mobile Agent-Based

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20050524

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

DAX Request for extension of the european patent (deleted)
GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

RIC1 Information provided on ipc code assigned before grant

Ipc: G06Q 30/00 20060101AFI20060112BHEP

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: LI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.

Effective date: 20060614

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: CH

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: BE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: CH

Ref legal event code: NV

Representative=s name: INTERNATIONAL BUSINESS MACHINES CORPORATION

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REF Corresponds to:

Ref document number: 60306186

Country of ref document: DE

Date of ref document: 20060727

Kind code of ref document: P

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060914

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060914

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060925

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061114

NLV1 Nl: lapsed or annulled due to failure to fulfill the requirements of art. 29p and 29m of the patents act
ET Fr: translation filed
REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed

Effective date: 20070315

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060915

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060914

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070430

REG Reference to a national code

Ref country code: GB

Ref legal event code: 746

Effective date: 20090317

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070428

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060614

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061215

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20120503

Year of fee payment: 10

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

Effective date: 20131231

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20130430

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 60306186

Country of ref document: DE

Representative=s name: KUISMA, SIRPA, FI

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20220426

Year of fee payment: 20

Ref country code: DE

Payment date: 20220404

Year of fee payment: 20

REG Reference to a national code

Ref country code: DE

Ref legal event code: R071

Ref document number: 60306186

Country of ref document: DE

REG Reference to a national code

Ref country code: GB

Ref legal event code: PE20

Expiry date: 20230427

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF EXPIRATION OF PROTECTION

Effective date: 20230427