WO2005114399A1 - Method and apparatus for supporting multiple versions of web services standards - Google Patents

Method and apparatus for supporting multiple versions of web services standards Download PDF

Info

Publication number
WO2005114399A1
WO2005114399A1 PCT/US2005/017781 US2005017781W WO2005114399A1 WO 2005114399 A1 WO2005114399 A1 WO 2005114399A1 US 2005017781 W US2005017781 W US 2005017781W WO 2005114399 A1 WO2005114399 A1 WO 2005114399A1
Authority
WO
WIPO (PCT)
Prior art keywords
version
request
web services
data
repository
Prior art date
Application number
PCT/US2005/017781
Other languages
French (fr)
Inventor
Christopher Betts
Tony Rogers
Original Assignee
Computer Associates Think, Inc.
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 Computer Associates Think, Inc. filed Critical Computer Associates Think, Inc.
Priority to EP05751858A priority Critical patent/EP1754144B1/en
Priority to DE602005012088T priority patent/DE602005012088D1/en
Publication of WO2005114399A1 publication Critical patent/WO2005114399A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/328Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the presentation layer [OSI layer 6]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching

Definitions

  • the present disclosure relates to web services and, more specifically, to supporting multiple versions of web services standards.
  • Computer systems are commonly used by enterprises and other organizations to store and manage information (in many instances, confidential and/or sensitive information) . Constituents of the enterprises and organizations often have around-the-clock access to the stored information through the use of websites and related web-based services.
  • Computer systems as referred to herein can include individual computers, servers, computing resources, networks, etc.
  • Web services present a new way for computer to communicate with each other. Web services are software systems that can be identified by Universal Resource Identifiers ' (URI), analogous to identification of websites by Uniform Resource Locator (URL) . Web services generally contain public interfaces and bindings that enable other software systems (such as other web services) to use its functionality seamlessly. In this way, web services enhance the way computers communicate with each other, and therefore are transforming the way modern enterprises interact and share information.
  • Some cross-platform programming languages have been developed to facilitate communication between various different computer systems. A popular example of one such programming language is Extensible Markup Language
  • UDDI Universal Description, Discovery and Integration
  • UDDI repositories are generally provided as directories in which information pertaining to an enterprise, its services, technical information, and information about specifications for the enterprise's web services (for example, web service URIs) can be looked up.
  • the UDDI standards have been modified several times since its inception. However, not every user has immediately adapted to the latest standards as they are released. This results in users using multiple different versions of UDDI standards.
  • the various versions of UDDI standards differ in a number of ways. Some of these differences give rise to incompatibilities. Incompatibilities threaten the usefulness of web services since web services rely on the seamless compatibility across multiple platforms.
  • UDDI registry may assign unique identifier keys to the saved data which can then be used to access the specific data instances on demand.
  • the keys can be used as unique identifiers for the corresponding data objects in the UDDI repository.
  • UDDI data objects may refer to each other using the keys. In this way, the keys provide a location function for UDDI data objects.
  • the various versions of UDDI standards may have different methods for generating unique identifier keys. This distinction can create incompatibilities in the way UDDI repositories process and send data objects.
  • UDDI Version 2 keys are generally Universal Unique Identifiers (UUID) .
  • a UUID is generally a hexadecimal string that has been generated according to a very exacting algorithm that prevents the generation of duplicate UUIDs .
  • An example of a UUID is 5a389ad2-22dd- Ildl-aa77-002035b29092.
  • UDDI Version 3 uses keys which are generally URI keys may be chosen by a user and may be descriptive and meaningful in a similar way to URLs.
  • An example of a Version 3 key is uddi : acme . com:my_web_service . It may sometimes be possible to convert keys between UDDI versions. For example, algorithms exist that can convert a Version 3 key to a unique Version 2 key.
  • a method for supporting multiple versions of web services standards comprises receiving a data entry in a version of a web services standard older other than a most current version of the web services standard, converting the data entry in the older version to conform to the most current version of the web services standard, and storing the data entry, converted to conform to the most current version of the web services standard, as a data object in a repository.
  • a method for supporting multiple versions of web services standards includes receiving a request conforming to a version of a web services standard older than a most current version of the web services standard, converting the request to the most current version, searching a repository in accordance with the converted request, converting a result of the search to conform to the older version, and generating a response to the received request based on the converted result.
  • An apparatus for supporting multiple versions of web services standards includes a data handler and a converter. The data handler is configured to receive a data entry in a version of a web services standard older than a most current version of the web services standard.
  • an apparatus for supporting multiple versions of web services standards includes a repository, a request handler and a converter.
  • the request handler is configured to receive a request conforming to a version of a web services standard older than a most current version of the web services standard, and generate a response in the older version to the request.
  • converter is configured to convert the request to the most current version, communicate the converted request
  • the request handler uses
  • the methods and apparatuses of this disclosure may be embodied in one or more computer programs stored on a computer readable medium or program storage device and/or transmitted via a computer network or other transmission
  • FIG. 1 is an example of a computer system capable of implementing the methods and apparatuses of this disclosure ;
  • FIG. 2A is a block diagram corresponding to an apparatus for supporting multiple versions of a standard, according to an exemplary embodiment of this disclosure;
  • FIG. 2B is a flow chart corresponding to a method performed by the apparatus of FIG. 2A for supporting multiple versions of web services standards;
  • FIG. 3 is a flow chart corresponding to a method for supporting multiple versions of a web services standard, according to another exemplary embodiment;
  • FIG. 4 is a schematic diagram illustrating an apparatus for supporting multiple versions of a standard, according to another exemplary embodiment;
  • FIG. 5 is a flow chart illustrating the handling of a UDDI request according to an embodiment of the present disclosure .
  • a server for web services which is capable of handling more than one version of a web services standard can be used.
  • a server for web services can be adapted to be capable of handling UDDI Version 2 and UDDI Version 3.
  • discovery and integration of web services may be aided by the use of a UDDI repository.
  • UDDI repositories can contain one or more data objects.
  • a UDDI repository may contain one data object for each web service listed in the UDDI repository.
  • Data objects within UDDI repositories can be called upon by referencing unique identifier keys.
  • UDDI repositories can support multiple versions of a web services protocol or standard.
  • the multiple versions of a web services protocol or standard may be, for example, multiple incremental versions of UDDI standards, for example UDDI Version 1, UDDI Version 2, etc.
  • embodiments of the present disclosure are not limited to repositories that support multiple versions of UDDI standards.
  • the multiple versions of a web services protocol or standard may refer to a set of standards or protocols that are not UDDI standards and/or not incremental improvements of one another.
  • FIG. 1 shows an example of a computer system 100 which can implement the methods and apparatuses of the present disclosure.
  • the apparatus and method of the present disclosure can be implemented in the form of a software application running on a computer system, for example, a mainframe, personal computer (PC) , handheld computer, server, etc.
  • the software application may be stored on computer readable media or program storage device locally accessible by the computer system, for example, floppy disk, optical disc, hard disk, etc., or may be remote from the computer system and accessible via a hard wired or wireless connection to a computer network (for example, a local area network, the Internet, etc.) or another transmission medium.
  • the computer system 100 can include a central processing unit (CPU) 102, program and data storage devices 104, a printer interface 106, a display unit 108, a (LAN) local area network data transmission controller 110, a LAN interface 112, a network controller 114, an internal bus 116, and one or more input devices 118 (for example, a keyboard, mouse etc.) .
  • Apparatus 20 includes a handler 21, a converter 23 and a repository 25.
  • the handler 21 receives a data entry in a version of a web services standard older than a most current version of the web services standard (step S26) .
  • the converter 23 converts the received data entry (in the older version) to conform to the most current version of the web services standard (step S27) .
  • the converted data entry is stored as a data object in the repository 25 (step S28) .
  • the data entry can be included in a request (for example, a publication request) conforming to the older version.
  • the converter 23 converts data to be included in a response to the request from the most current version of the web services standard to the older version.
  • the data object stored in the repository 25 can include plural unique identifier keys for the data entry, and the unique identifier keys conform to respective versions of the web services standard.
  • the data object can include one or more keys for a subordinate entry associated with the data entry, and the subordinate entry keys conform to respective versions of the web services standard.
  • the data object can optionally include a plurality of keys for an internal reference in the data entry, and the internal reference keys conform to respective versions of the web services standard.
  • the data handler 21 can receive a data request (for example, a find request) in a version of the web services standard other than the most current version, and the converter converts the data request to the most current version.
  • the repository 25 is searched in response to the converted request, and the converter converts a result of the search to conform to the data request version.
  • Another exemplary embodiment of a method for supporting multiple versions of web services standards, is discussed below with reference to Figs. 3 and 2B.
  • a request conforming to a version of a web services standard older than a most current version of the web services standard is received through the handler 21 (step S31) .
  • the converter 23 converts the received request to the most current version (step S33) .
  • the repository 25 is searched in accordance with the converted request (step S35) .
  • FIG. 4 illustrates schematically an apparatus for supporting multiple versions of web services standards, according to an exemplary embodiment.
  • a repository 409 is used as an example of a server that utilizes UDDI standards. However, any server may be equally capable of utilizing the present disclosure.
  • the apparatus of this embodiment can handle more than one UDDI version.
  • a client software system can access the data repository regardless of the UDDI version in use by the client.
  • FIG. 4 shows four such clients each using a different UDDI version.
  • the four clients are 401, 402, 403, 404, and they are using UDDI versions V 1# V 2 , V 3 and a future version of UDDI (labeled V n ) , respectively.
  • the present disclosure can support any number of future UDDI versions.
  • Each client (401-404) can issue a request for information directed to the data repository 409 in the UDDI version supported by that client 401-404 sending the request .
  • each request can be sent to a respective request handler 405-408.
  • Multiple request handlers 405- 408 may be used, preferably, one request handler 405-408 for each UDDI version supported by the data repository 409. According to the exemplary embodiment shown in Fig.
  • the request handler 405 handles requests from clients 401 that utilize UDDI version 1
  • the request handler 406 handles requests from clients 402 that utilize UDDI version 2
  • the request handler 407 handles requests from clients 403 that utilize UDDI version 3
  • the request handler 408 handles requests from clients 404 that utilize UDDI version n. All of the requests to the UDDI server can be received on a single channel, and distributed to the appropriate handler for the version of the request. This is possible because each version of UDDI uses a different XML namespace. It is easy to identify the namespace on the incoming request and dispatch it to the handler appropriate to that version.
  • Data objects 410 of information can be stored in the data repository 409.
  • Objects 410 are generally written according to the current UDDI version (in the example of Fig. 4, it is UDDI Version 3).
  • Objects 410 can be associated with a unique identifier key for the version of the UDDI standard for which the object 410 has been written in, here a UDDI Version 3 key 413.
  • the objects 410 typically is also associated with a unique identifier key for other supported UDDI versions.
  • the object 410 is also associated with a unique identifier key for UDDI Version 1 (411) , Version 2 (412) and Version n (414) .
  • each data entry can include one or more subordinate entries that are related. Under such a circumstance, each key of a subordinate entry is likewise translated into multiple versions and saved, to enable the subordinate entry to be readily accessed. Similarly, each key in internal references within the data is translated and saved (thereby enabling ready access of the internal reference) .
  • Each request handler 405-408 can be capable of accepting a request from a client 401-404 using a corresponding UDDI version. A request handler 405-408 receiving such a request may pass the requests to the data repository 409.
  • the data repository 409 can process requests in any supported UDDI version by cross-referencing the unique identifier keys of the requests with the associated unique identifier keys 411-414 for the objects 410 stored in the data repository.
  • the data repository can generate a response for a request.
  • the response may contain a response object and/or one or more unique identifier keys.
  • the response may include a unique identifier key for each version of the UDDI standard that is supported by the repository 409.
  • the responses may conform to the current UDDI version that the object 410 have been written in (the native UDDI version) , here Version 3.
  • While responses to the native version requests may be sent directly to the Version 3 request handler 407, responses to other requests can be sent to converters 415-418 which convert the responses into the UDDI version corresponding to the UDDI version that the request conforms to.
  • One converter (415-418) can be used for each supported UDDI version. However, it may not be necessary to use the converters 415-418 to convert responses where the version of the request is the native UDDI version.
  • the converter 415-418 may be used to remove superfluous associated identifier keys from the response.
  • the converters 415-418 may receive a response that includes identifier keys 411-414 for all supported UDDI versions. The converter 415-418 can then select the key corresponding to the version of the request.
  • the converter 415-418 may then send the response object along with the selected key to the corresponding request handler 405-408.
  • a client 401 using UDDI Version 1 can send a request.
  • the UDDI Version 1 request handler 405 can receive this request and present it to the repository 409.
  • the repository can determine that a data object 410 stored within the repository 409 is suitable for use as a response to the request based on the UDDI Version 1 key 411 that is associated with the data object 410.
  • the repository can then send the data object 410 along with all of the keys associated with it as a response. This response can be sent to a UDDI Version 1 converter 415.
  • the UDDI Version 1 converter 415 may select the UDDI Version 1 411 key from the response and sends the UDDI Version 1 key 411 along with the data object 410 to the UDDI Version 1 request handler 405. The UDDI Version 1 request handler may then send the UDDI Version 1 key 411 along with the data object 410 to the client 401 who made the request .
  • the converters 415-418 can also have the functionality of converting data. Data entries in some instances may need to be translated to the most current, comprehensive form (for example, version 3) , and stored with any missing data (for example, some data fields specified in version 3 which do not exist in earlier versions 1 and 2 may be set to default values) .
  • a find request for version 3 has additional search options, and different defaults, as compared to a find request in version 2. Additionally, search results returned are different between the versions. All of the data may be stored in the repository in version 3 format, but are converted into version 2 format when responding to a version 2 find or get request. Similarly, a version 2 publication request supply version 2 data that are converted into version 3 before being stored in the repository. Any keys in the data are converted, and any differences in the data accommodated (for example, dropping excess data) . When a data entry is to be written, all of the possible versions of the keys within that entry are included.
  • the data content is converted to UDDI v3 format, if required, and then the entry and any children (or subordinates) are written to the repository.
  • keys of its subordinate entries In addition to the key which identifies the data entry, there are keys of its subordinate entries, tModel keys for keyed references, and keys in the keyValue fields of keyed references which take entity keys as values (for example, identified by their tModel keys) .
  • Each of the keyed references can be stored in the various possible formats (for example, in v3 format, with v3 tModel key, and possibly v3 data; in v2 format, with v2 tModel key and possibly v2 data; if any future version requires yet another format, then it is stored also) .
  • Storing each format as a search string facilitates the speed of indexed access for all versions.
  • Store all possible versions of the data makes searching straightforward.
  • the data provided, without conversion between versions, is searched for.
  • Data in the search results may need to be converted.
  • the data for return is in UDDI version 3 format, so that responding to version 3 inquiries is easy, the data is returned without conversion. For inquiries from version 2 clients, the data is converted from version 3 into version 2.
  • a method for handling a UDDI request is discussed below.
  • a client generates a request (Step S51) .
  • this request may be to identify a particular web service corresponding to an object stored in a UDDI repository.
  • the request may conform to a particular version of the UDDI standards .
  • the request may be handled by a request handler that is set up to handle requests conforming to the particular version of the UDDI standards (Step S52) .
  • Handling of the request may include passing the request to the UDDI repository.
  • the UDDI repository may generate a response based on the request (Step S53) .
  • the response may include information pertaining to the particular web service. If the version of the UDDI standards to which the response conforms (that is, the native version) is the same version as the particular version of the UDDI standards to which the request conforms (Step S54, Yes) , then the response may be handled by the request handler (Step S55) . If the native version is not the same as the particular version of the UDDI standards to which the request conforms (Step S54,
  • the response may be converted by a converter (Step S56) and the response is handled by the request handler (Step S55) . Handling of the response may include passing the response back to the client that sent the request.

Abstract

Methods and apparatuses for supporting multiple versions of web services standards are provided. A data handler receives a data entry in a version of a web services standard older than a most current version of the web services standard. A converter converts the data entry in the older version received by the data handler to conform to the most current version the web services standard. The data entry converted by the converter to conform to the most current version of the web services standard is stored as a data object in a repository.

Description

METHOD AND APPARATUS FOR SUPPORTING MULTIPLE VERSIONS OF WEB SERVICES STANDARDS
TECHNICAL FIELD The present disclosure relates to web services and, more specifically, to supporting multiple versions of web services standards.
DESCRIPTION OF THE RELATED ART Computer systems are commonly used by enterprises and other organizations to store and manage information (in many instances, confidential and/or sensitive information) . Constituents of the enterprises and organizations often have around-the-clock access to the stored information through the use of websites and related web-based services. Computer systems as referred to herein can include individual computers, servers, computing resources, networks, etc. Web services present a new way for computer to communicate with each other. Web services are software systems that can be identified by Universal Resource Identifiers' (URI), analogous to identification of websites by Uniform Resource Locator (URL) . Web services generally contain public interfaces and bindings that enable other software systems (such as other web services) to use its functionality seamlessly. In this way, web services enhance the way computers communicate with each other, and therefore are transforming the way modern enterprises interact and share information. Some cross-platform programming languages have been developed to facilitate communication between various different computer systems. A popular example of one such programming language is Extensible Markup Language
(XML) . Many web services interact with one another using
XML which is a human readable format. In addition, web services are also used in non-English environments through the use of Unicode which is a universal language code . Users (for example, individuals and software systems) seeking to access a web service must generally locate and connect to the web service. The process of locating and connecting to a web service is commonly known as discovery and integration. Universal Description, Discovery and Integration (UDDI) standards have been adopted to facilitate discovery and integration. Users can use repositories employing UDDI standards to find the location of web services, in a manner similar to looking for businesses in a yellow pages phone book. UDDI repositories may also describe the functionality of listed web services utilizing a standardized vocabulary. UDDI repositories are generally provided as directories in which information pertaining to an enterprise, its services, technical information, and information about specifications for the enterprise's web services (for example, web service URIs) can be looked up. The UDDI standards have been modified several times since its inception. However, not every user has immediately adapted to the latest standards as they are released. This results in users using multiple different versions of UDDI standards. The various versions of UDDI standards differ in a number of ways. Some of these differences give rise to incompatibilities. Incompatibilities threaten the usefulness of web services since web services rely on the seamless compatibility across multiple platforms. When information is saved in a UDDI repository, a UDDI registry may assign unique identifier keys to the saved data which can then be used to access the specific data instances on demand. The keys can be used as unique identifiers for the corresponding data objects in the UDDI repository. UDDI data objects may refer to each other using the keys. In this way, the keys provide a location function for UDDI data objects. The various versions of UDDI standards may have different methods for generating unique identifier keys. This distinction can create incompatibilities in the way UDDI repositories process and send data objects. For example, UDDI Version 2 keys are generally Universal Unique Identifiers (UUID) . A UUID is generally a hexadecimal string that has been generated according to a very exacting algorithm that prevents the generation of duplicate UUIDs . An example of a UUID is 5a389ad2-22dd- Ildl-aa77-002035b29092. UDDI Version 3 uses keys which are generally URI keys may be chosen by a user and may be descriptive and meaningful in a similar way to URLs. An example of a Version 3 key is uddi : acme . com:my_web_service . It may sometimes be possible to convert keys between UDDI versions. For example, algorithms exist that can convert a Version 3 key to a unique Version 2 key. One example of such an algorithm can be found in UDDI Version 3, published specification dated July 19, 2002, paragraph 10.1.1. However, algorithms used to convert Version 3 keys to Version 2 keys are often irreversible. It is not always possible to convert a Version 2 key back to the Version 3 key which was used to generate the Version 2 key . In some situations, it is possible to use a map to keep track of the predefined Version 2 keys corresponding to predefined Version 3 keys (and vice versa) . However, maps are not effective where keys are not predefined, or are otherwise unknown. There is a need for a server that can simultaneously support multiple versions of UDDI standards.
SUMMARY This application describes methods and apparatuses for supporting multiple versions of web services standards . A method for supporting multiple versions of web services standards, according to an exemplary embodiment of this disclosure, comprises receiving a data entry in a version of a web services standard older other than a most current version of the web services standard, converting the data entry in the older version to conform to the most current version of the web services standard, and storing the data entry, converted to conform to the most current version of the web services standard, as a data object in a repository. According to another exemplary embodiment, a method for supporting multiple versions of web services standards includes receiving a request conforming to a version of a web services standard older than a most current version of the web services standard, converting the request to the most current version, searching a repository in accordance with the converted request, converting a result of the search to conform to the older version, and generating a response to the received request based on the converted result. An apparatus for supporting multiple versions of web services standards, according to an exemplary embodiment of this disclosure, includes a data handler and a converter. The data handler is configured to receive a data entry in a version of a web services standard older than a most current version of the web services standard. The converter is configured to convert the data entry in the older version received by the data handler to conform to the most current version of the web services standard. The converted data entry is stored as a data object in a repository. According to another exemplary embodiment, an apparatus for supporting multiple versions of web services standards includes a repository, a request handler and a converter. The request handler is configured to receive a request conforming to a version of a web services standard older than a most current version of the web services standard, and generate a response in the older version to the request. The
converter is configured to convert the request to the most current version, communicate the converted request
to the repository, convert a search result from the repository in response to the converted request, to the older version, and communicate the converted search
result to the request handler. The request handler uses
the converted result to generate the response in the older version to the received request . The methods and apparatuses of this disclosure may be embodied in one or more computer programs stored on a computer readable medium or program storage device and/or transmitted via a computer network or other transmission
medium in one or more segments or packets.
BRIEF DESCRIPTION OF THE DRAWINGS The features of the present application can be
more readily understood from the following detailed
description with reference to the accompanying drawings wherein:
FIG. 1 is an example of a computer system capable of implementing the methods and apparatuses of this disclosure ; FIG. 2A is a block diagram corresponding to an apparatus for supporting multiple versions of a standard, according to an exemplary embodiment of this disclosure; FIG. 2B is a flow chart corresponding to a method performed by the apparatus of FIG. 2A for supporting multiple versions of web services standards; FIG. 3 is a flow chart corresponding to a method for supporting multiple versions of a web services standard, according to another exemplary embodiment; FIG. 4 is a schematic diagram illustrating an apparatus for supporting multiple versions of a standard, according to another exemplary embodiment; and FIG. 5 is a flow chart illustrating the handling of a UDDI request according to an embodiment of the present disclosure .
DETAILED DESCRIPTION The present disclosure provides tools (in the form of methodologies, apparatuses, and systems) for supporting multiple versions of web services standards. A server for web services which is capable of handling more than one version of a web services standard can be used. For example, according to one exemplary embodiment, a server for web services can be adapted to be capable of handling UDDI Version 2 and UDDI Version 3. As described above, discovery and integration of web services may be aided by the use of a UDDI repository. UDDI repositories can contain one or more data objects. For example, a UDDI repository may contain one data object for each web service listed in the UDDI repository. Data objects within UDDI repositories can be called upon by referencing unique identifier keys. These unique identifier keys can also be used by the UDDI repository to allow for the discovery and integration of web services. Repositories (for example UDDI repositories) , according to exemplary embodiments of the present disclosure, can support multiple versions of a web services protocol or standard. The multiple versions of a web services protocol or standard may be, for example, multiple incremental versions of UDDI standards, for example UDDI Version 1, UDDI Version 2, etc. However, embodiments of the present disclosure are not limited to repositories that support multiple versions of UDDI standards. The multiple versions of a web services protocol or standard may refer to a set of standards or protocols that are not UDDI standards and/or not incremental improvements of one another. The following exemplary embodiments are set forth to aid in an understanding of the subject matter of this disclosure, but are not intended, and should not be construed, to limit in any way the claims which follow thereafter. Therefore, while specific terminology is employed for the sake of clarity in describing some exemplary embodiments, the present disclosure is not intended to be limited to the specific terminology so selected, and it is to be understood that each specific element includes all technical equivalents which operate in a similar manner. FIG. 1 shows an example of a computer system 100 which can implement the methods and apparatuses of the present disclosure. The apparatus and method of the present disclosure can be implemented in the form of a software application running on a computer system, for example, a mainframe, personal computer (PC) , handheld computer, server, etc. The software application may be stored on computer readable media or program storage device locally accessible by the computer system, for example, floppy disk, optical disc, hard disk, etc., or may be remote from the computer system and accessible via a hard wired or wireless connection to a computer network (for example, a local area network, the Internet, etc.) or another transmission medium. The computer system 100 can include a central processing unit (CPU) 102, program and data storage devices 104, a printer interface 106, a display unit 108, a (LAN) local area network data transmission controller 110, a LAN interface 112, a network controller 114, an internal bus 116, and one or more input devices 118 (for example, a keyboard, mouse etc.) . As shown, the system 100 can be connected to a database 120, via a link 122. One exemplary embodiment of an apparatus and a method for supporting multiple versions of web services standards is discussed below with reference to Figs. 2A and 2B. Apparatus 20 includes a handler 21, a converter 23 and a repository 25. The handler 21 receives a data entry in a version of a web services standard older than a most current version of the web services standard (step S26) . The converter 23 converts the received data entry (in the older version) to conform to the most current version of the web services standard (step S27) . The converted data entry is stored as a data object in the repository 25 (step S28) . The data entry can be included in a request (for example, a publication request) conforming to the older version. The converter 23 converts data to be included in a response to the request from the most current version of the web services standard to the older version. The data object stored in the repository 25 can include plural unique identifier keys for the data entry, and the unique identifier keys conform to respective versions of the web services standard. According to another embodiment, the data object can include one or more keys for a subordinate entry associated with the data entry, and the subordinate entry keys conform to respective versions of the web services standard. Further, the data object can optionally include a plurality of keys for an internal reference in the data entry, and the internal reference keys conform to respective versions of the web services standard. The data handler 21 can receive a data request (for example, a find request) in a version of the web services standard other than the most current version, and the converter converts the data request to the most current version. The repository 25 is searched in response to the converted request, and the converter converts a result of the search to conform to the data request version. Another exemplary embodiment of a method for supporting multiple versions of web services standards, is discussed below with reference to Figs. 3 and 2B. A request conforming to a version of a web services standard older than a most current version of the web services standard is received through the handler 21 (step S31) . The converter 23 converts the received request to the most current version (step S33) . The repository 25 is searched in accordance with the converted request (step S35) . The search result is converted by the converter 23 to conform to the older version (step S37) . The handler 21 generates a response to the received request based on the converted result (step S39) . FIG. 4 illustrates schematically an apparatus for supporting multiple versions of web services standards, according to an exemplary embodiment. A repository 409 is used as an example of a server that utilizes UDDI standards. However, any server may be equally capable of utilizing the present disclosure. The apparatus of this embodiment can handle more than one UDDI version. A client software system can access the data repository regardless of the UDDI version in use by the client. FIG. 4 shows four such clients each using a different UDDI version. The four clients are 401, 402, 403, 404, and they are using UDDI versions V1# V2, V3 and a future version of UDDI (labeled Vn) , respectively. The present disclosure can support any number of future UDDI versions. Each client (401-404) can issue a request for information directed to the data repository 409 in the UDDI version supported by that client 401-404 sending the request . According to embodiments of the present disclosure, each request can be sent to a respective request handler 405-408. Multiple request handlers 405- 408 may be used, preferably, one request handler 405-408 for each UDDI version supported by the data repository 409. According to the exemplary embodiment shown in Fig. 4, four request handlers 405-408 may be used to support UDDI versions 1, 2, 3 and n respectively. The request handler 405 handles requests from clients 401 that utilize UDDI version 1, the request handler 406 handles requests from clients 402 that utilize UDDI version 2, the request handler 407 handles requests from clients 403 that utilize UDDI version 3, and the request handler 408 handles requests from clients 404 that utilize UDDI version n. All of the requests to the UDDI server can be received on a single channel, and distributed to the appropriate handler for the version of the request. This is possible because each version of UDDI uses a different XML namespace. It is easy to identify the namespace on the incoming request and dispatch it to the handler appropriate to that version. This allows the UDDI server to offer a single channel to requestors, while still handling multiple versions of requests. Data objects 410 of information can be stored in the data repository 409. Objects 410 are generally written according to the current UDDI version (in the example of Fig. 4, it is UDDI Version 3). Objects 410 can be associated with a unique identifier key for the version of the UDDI standard for which the object 410 has been written in, here a UDDI Version 3 key 413. The objects 410 typically is also associated with a unique identifier key for other supported UDDI versions. Here, the object 410 is also associated with a unique identifier key for UDDI Version 1 (411) , Version 2 (412) and Version n (414) . Although not shown in Fig. 4, each data entry can include one or more subordinate entries that are related. Under such a circumstance, each key of a subordinate entry is likewise translated into multiple versions and saved, to enable the subordinate entry to be readily accessed. Similarly, each key in internal references within the data is translated and saved (thereby enabling ready access of the internal reference) . Each request handler 405-408 can be capable of accepting a request from a client 401-404 using a corresponding UDDI version. A request handler 405-408 receiving such a request may pass the requests to the data repository 409. The data repository 409 can process requests in any supported UDDI version by cross-referencing the unique identifier keys of the requests with the associated unique identifier keys 411-414 for the objects 410 stored in the data repository. The data repository can generate a response for a request. The response may contain a response object and/or one or more unique identifier keys. According to one embodiment of the present disclosure, the response may include a unique identifier key for each version of the UDDI standard that is supported by the repository 409. The responses may conform to the current UDDI version that the object 410 have been written in (the native UDDI version) , here Version 3. While responses to the native version requests may be sent directly to the Version 3 request handler 407, responses to other requests can be sent to converters 415-418 which convert the responses into the UDDI version corresponding to the UDDI version that the request conforms to. One converter (415-418) can be used for each supported UDDI version. However, it may not be necessary to use the converters 415-418 to convert responses where the version of the request is the native UDDI version. In addition, the converter 415-418 may be used to remove superfluous associated identifier keys from the response. The converters 415-418 may receive a response that includes identifier keys 411-414 for all supported UDDI versions. The converter 415-418 can then select the key corresponding to the version of the request. The converter 415-418 may then send the response object along with the selected key to the corresponding request handler 405-408. For example, a client 401 using UDDI Version 1 can send a request. The UDDI Version 1 request handler 405 can receive this request and present it to the repository 409. The repository can determine that a data object 410 stored within the repository 409 is suitable for use as a response to the request based on the UDDI Version 1 key 411 that is associated with the data object 410. The repository can then send the data object 410 along with all of the keys associated with it as a response. This response can be sent to a UDDI Version 1 converter 415. The UDDI Version 1 converter 415 may select the UDDI Version 1 411 key from the response and sends the UDDI Version 1 key 411 along with the data object 410 to the UDDI Version 1 request handler 405. The UDDI Version 1 request handler may then send the UDDI Version 1 key 411 along with the data object 410 to the client 401 who made the request . The converters 415-418 can also have the functionality of converting data. Data entries in some instances may need to be translated to the most current, comprehensive form (for example, version 3) , and stored with any missing data (for example, some data fields specified in version 3 which do not exist in earlier versions 1 and 2 may be set to default values) . For requests for older versions of the data, the most current form of the data is back-translated, dropping any extra data and reformatting it into an older form of the standard. For example, a find request for version 3 has additional search options, and different defaults, as compared to a find request in version 2. Additionally, search results returned are different between the versions. All of the data may be stored in the repository in version 3 format, but are converted into version 2 format when responding to a version 2 find or get request. Similarly, a version 2 publication request supply version 2 data that are converted into version 3 before being stored in the repository. Any keys in the data are converted, and any differences in the data accommodated (for example, dropping excess data) . When a data entry is to be written, all of the possible versions of the keys within that entry are included. The data content is converted to UDDI v3 format, if required, and then the entry and any children (or subordinates) are written to the repository. There may be a number of keys in a data object. In addition to the key which identifies the data entry, there are keys of its subordinate entries, tModel keys for keyed references, and keys in the keyValue fields of keyed references which take entity keys as values (for example, identified by their tModel keys) . Each of the keyed references can be stored in the various possible formats (for example, in v3 format, with v3 tModel key, and possibly v3 data; in v2 format, with v2 tModel key and possibly v2 data; if any future version requires yet another format, then it is stored also) . Storing each format as a search string facilitates the speed of indexed access for all versions. Store all possible versions of the data makes searching straightforward. The data provided, without conversion between versions, is searched for. Data in the search results may need to be converted. The data for return is in UDDI version 3 format, so that responding to version 3 inquiries is easy, the data is returned without conversion. For inquiries from version 2 clients, the data is converted from version 3 into version 2. This is essentially the reverse of the process discussed above. If necessary, each V3 key can be looked up, and the corresponding V2 key is returned. In many instances, these keys are cached, or obtained directly from the stored objec . A method for handling a UDDI request, according to an exemplary embodiment (Fig. 5), is discussed below. A client generates a request (Step S51) . For example, this request may be to identify a particular web service corresponding to an object stored in a UDDI repository. The request may conform to a particular version of the UDDI standards . The request may be handled by a request handler that is set up to handle requests conforming to the particular version of the UDDI standards (Step S52) . Handling of the request may include passing the request to the UDDI repository. The UDDI repository may generate a response based on the request (Step S53) . For example, the response may include information pertaining to the particular web service. If the version of the UDDI standards to which the response conforms (that is, the native version) is the same version as the particular version of the UDDI standards to which the request conforms (Step S54, Yes) , then the response may be handled by the request handler (Step S55) . If the native version is not the same as the particular version of the UDDI standards to which the request conforms (Step S54,
No) , then the response may be converted by a converter (Step S56) and the response is handled by the request handler (Step S55) . Handling of the response may include passing the response back to the client that sent the request. The specific embodiments described herein are illustrative, and many additional modifications and variations can be introduced on these embodiments without departing from the spirit of the disclosure or from the scope of the appended claims. For example, elements (such as steps) and/or features of different illustrative embodiments may be combined with each other and/or substituted for each other within the scope of this disclosure and appended claims. Additional variations may be apparent to one of ordinary skill in the art from reading U.S. provisional application Serial No. 60/573,542, filed May 21, 2004, and U.S. provisional application Serial No. 60/573,597, filed May 21, 2004, the entire contents of each of which are incorporated herein by reference.

Claims

What is claimed is: 1. A method for supporting multiple versions of web services standards, said method comprising: receiving a data entry in a version of a web services standard older other than a most current version of the web services standard; converting the data entry in the older version to conform to the most current version of the web services standard; and storing the data entry, converted to conform to the most current version of the web services standard, as a data object in a repository.
2. The method of claim 1, wherein the data object for the data entry stored in the repository includes a
'plurality of unique identifier keys for the data entry, said plurality of unique identifier keys conforming to respective versions of the web services standard.
3. The method of claim 2, wherein the data object stored in the repository includes a plurality of keys for a subordinate entry associated with the data entry, said plurality of subordinate entry keys conforming to respective versions of the web services standard.
4. The method of claim 2, wherein the data object stored in the repository includes a plurality of keys for an internal reference in the data entry, said plurality of internal reference keys conforming to respective versions of the web services standard.
5. The method of claim 1, wherein the data entry is included in a request conforming to the older version, and data to be included in a response to the request is converted from the most current version of the web services standard to the older version.
6. The method of claim 1, wherein the received data entry is included in a publication request.
7. The method of claim 1, further comprising: receiving a data request in a version of the web services standard other than the most current version; and converting the request to the most current version.
8. The method of claim 7, further comprising: searching the repository in response to the data request ; and converting a result of the search to conform to the data request version.
9. A computer system comprising: a processor; and a program storage device readable by the computer system, tangibly embodying a program of instructions executable by the processor to perform the method claimed in claim 1.
10. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform the method claimed in claim 1.
11. A computer data signal transmitted in one or more segments in a transmission medium which embodies instructions executable by a computer to perform the method claimed in claim 1.
12. An apparatus for supporting multiple versions of web services standards, comprising: a data handler configured to receive a data entry in a version of a web services standard older than a most current version of the web services standard; a converter configured to convert the data entry in the older version received by the data handler to conform to the most current version of the web services standard, wherein the converted- data entry is stored as a data object in a repository.
13. The apparatus of claim 12, wherein the data object stored in the repository includes a plurality of unique identifier keys for the data entry, and the unique identifier keys conform to respective versions of the web services standard.
14. The apparatus of claim 13, wherein the data object stored in the repository includes a plurality of keys for a subordinate entry associated with the data entry, and the subordinate entry keys conform to respective versions of the web services standard.
15. The apparatus of claim 13, wherein the data object stored in the repository includes a plurality of keys for an internal reference in the data entry, and the internal reference keys conform to respective versions of the web services standard.
16. The apparatus of claim 12, wherein the data entry is included in a request conforming to the older version, and data to be included in a response to the request is converted from the most current version of the web services standard to the older version.
17. The apparatus of claim 12, wherein the data handler receives a data request in a version of the web services standard other than the most current version, and the converter converts the data request to the most current version.
18. The apparatus of claim 17, wherein the repository is searched in response to the converted request, and the converter converts a result of the search to conform to the data request version.
19. A method for supporting multiple versions of a web services standard, comprising: receiving a request conforming to a version of a web services standard older than a most current version of the web services standard; converting the request to the most current version; searching a repository in accordance with the converted request; converting a result of the search to conform to the older version; generating a response to the received request based on the converted result.
20. An apparatus for supporting multiple versions of web services standards, comprising: a repository of one or more data objects,- a request handler configured to receive a request conforming to a version of a web services standard older than a most current version of the web services standard, and generate a response in the older version to the request; a converter configured to convert the request to the most current version, communicate the converted request to the repository, convert a search result from the repository in response to the converted request, to the older version, and communicate the converted search result to the request handler, wherein the request handler uses the converted result to generate the response in the older version to the received request .
PCT/US2005/017781 2004-05-21 2005-05-19 Method and apparatus for supporting multiple versions of web services standards WO2005114399A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP05751858A EP1754144B1 (en) 2004-05-21 2005-05-19 Method and apparatus for supporting multiple versions of web services standards
DE602005012088T DE602005012088D1 (en) 2004-05-21 2005-05-19 METHOD AND DEVICE FOR SUPPORTING SEVERAL

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US57354204P 2004-05-21 2004-05-21
US57359704P 2004-05-21 2004-05-21
US60/573,597 2004-05-21
US60/573,542 2004-05-21

Publications (1)

Publication Number Publication Date
WO2005114399A1 true WO2005114399A1 (en) 2005-12-01

Family

ID=34970870

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/017781 WO2005114399A1 (en) 2004-05-21 2005-05-19 Method and apparatus for supporting multiple versions of web services standards

Country Status (5)

Country Link
US (1) US7860924B2 (en)
EP (1) EP1754144B1 (en)
AT (1) ATE419579T1 (en)
DE (1) DE602005012088D1 (en)
WO (1) WO2005114399A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7689552B2 (en) * 2004-08-25 2010-03-30 International Business Machines Corporation UDDI metadata query development
US7962470B2 (en) * 2006-06-01 2011-06-14 Sap Ag System and method for searching web services
US8214451B2 (en) * 2007-01-19 2012-07-03 Alcatel Lucent Network service version management
US8024746B2 (en) * 2007-11-06 2011-09-20 Oracle International Corporation Common handler framework
EP3064941B1 (en) * 2015-03-06 2017-12-06 ARKRAY, Inc. Blood test method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003077156A1 (en) * 2002-03-14 2003-09-18 Koninklijke Philips Electronics N.V. Automatic discovering of web services
WO2003077558A2 (en) * 2002-03-14 2003-09-18 Koninklijke Philips Electronics N.V. Improved finding of tv anytime web services
US20040025117A1 (en) * 2002-07-19 2004-02-05 Commerce One Operations, Inc. Registry driven interoperability and exchange of documents
WO2004019231A2 (en) * 2002-08-26 2004-03-04 Computer Associates Think, Inc. Web services apparatus and methods
US20040068586A1 (en) * 2002-10-04 2004-04-08 Oracle International Corporation Techniques for managing interaction of web services and applications

Family Cites Families (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US25117A (en) * 1859-08-16 Hose-coupling
US68586A (en) * 1867-09-03 Chester e
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US5721919A (en) * 1993-06-30 1998-02-24 Microsoft Corporation Method and system for the link tracking of objects
US5675802A (en) * 1995-03-31 1997-10-07 Pure Atria Corporation Version control system for geographically distributed software development
US6112024A (en) * 1996-10-02 2000-08-29 Sybase, Inc. Development system providing methods for managing different versions of objects with a meta model
US5930794A (en) * 1996-10-18 1999-07-27 Sagent Technologies, Inc. Database repository with deferred transactions
JPH11143754A (en) * 1997-11-05 1999-05-28 Hitachi Ltd Version information and constitution information display method and device therefor, and computer readable recording medium for recording version information and constitution information display program
US6847384B1 (en) 1998-05-14 2005-01-25 Autodesk, Inc. Translating objects between software applications which employ different data formats
US6658626B1 (en) * 1998-07-31 2003-12-02 The Regents Of The University Of California User interface for displaying document comparison information
US6480865B1 (en) * 1998-10-05 2002-11-12 International Business Machines Corporation Facility for adding dynamism to an extensible markup language
CA2255047A1 (en) * 1998-11-30 2000-05-30 Ibm Canada Limited-Ibm Canada Limitee Comparison of hierarchical structures and merging of differences
US6279003B1 (en) * 1998-12-22 2001-08-21 International Business Machines Corporation Self-describing multiple key format database index
US6560616B1 (en) * 1999-03-26 2003-05-06 Microsoft Corporation Robust modification of persistent objects while preserving formatting and other attributes
US6938029B1 (en) * 1999-03-31 2005-08-30 Allan Y. Tien System and method for indexing recordings of observed and assessed phenomena using pre-defined measurement items
US6763499B1 (en) 1999-07-26 2004-07-13 Microsoft Corporation Methods and apparatus for parsing extensible markup language (XML) data streams
US6675353B1 (en) * 1999-07-26 2004-01-06 Microsoft Corporation Methods and systems for generating XML documents
US6560620B1 (en) * 1999-08-03 2003-05-06 Aplix Research, Inc. Hierarchical document comparison system and method
US6502112B1 (en) * 1999-08-27 2002-12-31 Unisys Corporation Method in a computing system for comparing XMI-based XML documents for identical contents
US6831668B2 (en) * 2000-04-03 2004-12-14 Business Objects, S.A. Analytical reporting on top of multidimensional data model
EP1323077A4 (en) * 2000-08-30 2007-01-10 Environmental Information Syst Materials analytical review and reporting system
US6904562B1 (en) * 2000-08-31 2005-06-07 International Business Machines Corporation Machine-oriented extensible document representation and interchange notation
US8019807B2 (en) * 2001-05-23 2011-09-13 Wireless Enterprise Solutions Technology Limited Method and system for communication between computer systems
US7702641B2 (en) * 2001-06-04 2010-04-20 Oracle America, Inc. Method and system for comparing and updating file trees
US6904588B2 (en) 2001-07-26 2005-06-07 Tat Consultancy Services Limited Pattern-based comparison and merging of model versions
US6961760B2 (en) * 2001-07-17 2005-11-01 International Business Machines Corporation Transforming data automatically between communications parties in a computing network
EP1442387A4 (en) * 2001-09-28 2008-01-23 Commvault Systems Inc System and method for archiving objects in an information store
US6988093B2 (en) 2001-10-12 2006-01-17 Commissariat A L'energie Atomique Process for indexing, storage and comparison of multimedia documents
US6859810B2 (en) * 2001-12-10 2005-02-22 Bea Systems, Inc. Declarative specification and engine for non-isomorphic data mapping
US6961732B2 (en) * 2001-12-18 2005-11-01 General Electric Company Web based process capability data collection and reporting system
US7096421B2 (en) * 2002-03-18 2006-08-22 Sun Microsystems, Inc. System and method for comparing hashed XML files
US20040205509A1 (en) 2002-03-18 2004-10-14 Sun Microsystems, Inc. System and method for comparing parsed XML files
US7120652B2 (en) * 2002-04-25 2006-10-10 Sun Microsystems, Inc. Method, system and program for determining version of storage devices and programs indicated in the resource information installed in the computer system
US7437664B2 (en) * 2002-06-18 2008-10-14 Microsoft Corporation Comparing hierarchically-structured documents
US7162501B2 (en) * 2002-11-26 2007-01-09 Microsoft Corporation Hierarchical differential document representative of changes between versions of hierarchical document
US7099902B2 (en) 2002-12-13 2006-08-29 Sun Microsystems, Inc. Checkout and replace script
US7302444B1 (en) * 2003-08-15 2007-11-27 Microsoft Corporation System for designating grid-based database reports
US7877399B2 (en) 2003-08-15 2011-01-25 International Business Machines Corporation Method, system, and computer program product for comparing two computer files
US20050053091A1 (en) * 2003-09-04 2005-03-10 Hewlett-Packard Development Company, Lp Method and infrastructure for minimizing compatibility issues among interacting components of different dialect versions
US7596748B2 (en) 2003-09-12 2009-09-29 International Business Machines Corporation Method for validating a document conforming to a first schema with respect to a second schema
US20050060140A1 (en) 2003-09-15 2005-03-17 Maddox Paul Christopher Using semantic feature structures for document comparisons
US7370118B2 (en) * 2004-02-04 2008-05-06 International Business Machines Corporation Methods, systems, and computer program products for dynamic inter-operability of nodes in service grids
US7603654B2 (en) 2004-03-01 2009-10-13 Microsoft Corporation Determining XML schema type equivalence
US7571196B2 (en) * 2004-03-31 2009-08-04 Microsoft Corporation Type evolution
US7284190B2 (en) * 2004-07-15 2007-10-16 Microsoft Corporation Automatically generated compatibility reports
US7392471B1 (en) * 2004-07-28 2008-06-24 Jp Morgan Chase Bank System and method for comparing extensible markup language (XML) documents
US7546526B2 (en) 2004-12-20 2009-06-09 Microsoft Corporation Efficient extensible markup language namespace parsing for editing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003077156A1 (en) * 2002-03-14 2003-09-18 Koninklijke Philips Electronics N.V. Automatic discovering of web services
WO2003077558A2 (en) * 2002-03-14 2003-09-18 Koninklijke Philips Electronics N.V. Improved finding of tv anytime web services
US20040025117A1 (en) * 2002-07-19 2004-02-05 Commerce One Operations, Inc. Registry driven interoperability and exchange of documents
WO2004019231A2 (en) * 2002-08-26 2004-03-04 Computer Associates Think, Inc. Web services apparatus and methods
US20040068586A1 (en) * 2002-10-04 2004-04-08 Oracle International Corporation Techniques for managing interaction of web services and applications

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
UDDI.ORG: "UDDI Technical White Paper", UDDI.ORG, vol. 1, 6 September 2000 (2000-09-06), XP002230398 *

Also Published As

Publication number Publication date
EP1754144A1 (en) 2007-02-21
ATE419579T1 (en) 2009-01-15
US20060004722A1 (en) 2006-01-05
EP1754144B1 (en) 2008-12-31
DE602005012088D1 (en) 2009-02-12
US7860924B2 (en) 2010-12-28

Similar Documents

Publication Publication Date Title
US9219705B2 (en) Scaling network services using DNS
EP1753195B1 (en) Server computer, client device and web service implemented data processing method
US8286157B2 (en) Method, system and program product for managing applications in a shared computer infrastructure
JP4671332B2 (en) File server that converts user identification information
US8548976B2 (en) Balancing load requests and failovers using a UDDI proxy
US6301617B1 (en) Selection of resources utilizing virtual uniform resource locators
US20050198206A1 (en) Method and apparatus for dynamically selecting functionally equivalent Web services through a single autonomic proxy
US7650609B2 (en) Multi-environment document management system access
EP1815664A1 (en) Method and system for enhancing uniform resource identifiers , uris , with additional information
US7657609B2 (en) Data transfer in a multi-environment document management system access
US20050160153A1 (en) Publishing multipart WSDL files to URL
US7783718B2 (en) Locating services using compiled scopes
US20140222906A1 (en) Method and system for domain name system based discovery of devices and objects
JP2004310371A (en) System, method, server for sharing file and client terminal for file sharing service, file sharing program and recording medium with program recorded
EP1754144B1 (en) Method and apparatus for supporting multiple versions of web services standards
US6026445A (en) System and method for saving and reusing recently acquired name to address mappings
US8112472B2 (en) Method and apparatus for supporting multiple versions of a web services protocol
US20080154861A1 (en) System and method for retrieving data from different types of data sources
US8560701B2 (en) Method and apparatus for web service communication
US8250236B2 (en) Method and apparatus for translating a web services address
JP2000285052A (en) Url conversion method and device
KR101018787B1 (en) System for searching information using internet
Celebi et al. Improving interoperability by incorporating UnitsML into markup languages
WO2002082325A2 (en) Method and apparatus for aggregating and dispatching information in distributed systems
JP2003203032A (en) Web server mediation device, method and conversation type web server mediation portal server

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 2005751858

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2005751858

Country of ref document: EP