WO2006065022A1 - Method and apparatus for providing web services using preference information - Google Patents
Method and apparatus for providing web services using preference information Download PDFInfo
- Publication number
- WO2006065022A1 WO2006065022A1 PCT/KR2005/003434 KR2005003434W WO2006065022A1 WO 2006065022 A1 WO2006065022 A1 WO 2006065022A1 KR 2005003434 W KR2005003434 W KR 2005003434W WO 2006065022 A1 WO2006065022 A1 WO 2006065022A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- web services
- requestor
- information
- preference information
- provider
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/50—Business processes related to the communications industry
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/04—Protocols specially adapted for terminals or networks with limited capabilities; specially adapted for terminal portability
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/542—Intercept
Definitions
- the present invention relates to a method and apparatus for providing web services by which the performance of web services is improved and exchanges of a large quantity of messages are effectively supported.
- Web services are provided by three main entities i.e., a web services requestor, a web services provider, and a web services registry, and use an extensible markup language (XML)-based simple object access protocol (SOAP) and a web service description language (WSDL).
- Web services use XML-based protocols based on various transfer protocols such as a hypertext transfer protocol (HTTP), a f ile transfer protocol (FTP), a simple mail transfer protocol (SMTP), etc.
- HTTP hypertext transfer protocol
- FTP f ile transfer protocol
- SMTP simple mail transfer protocol
- the size of XML-based message is several to tens of times larger than that of conventional binary type protocols.
- an XML message is analyzed to check validity thereof, and information desiring in an application is generated as an accessible type of data in an XML parser. Such XML processing time greatly deteriorates web services.
- the present invention provides a method and apparatus for providing preference- based web services by which the performance of web services is improved and exchanges of a large quantity of messages are effectively supported in a mobile environment.
- a method of providing web services using preference information comprising: preparing the preference information, which pre-describes information required by a web services provider, to provide web services requested by a web services requestor; the web services requestor requesting the web services for the web services provider; and the web services provider interacting with the preference information when messages are exchanged between the web services requestor and the web services provider to provide the requested web services, to minimize the number of messages exchanged between the web services requestor and the web services provider.
- an apparatus for providing web services using preference information comprising: a preference generator receiving from a web services requestor information necessary for providing web services to generate preference information; a preference storage unit storing the generated preference information; a message processor receiving a message from the web services requestor and converting the received message into data in a format suitable for a web services protocol; and a preference processor making the web services provider interact with the preference information when messages are exchanged between the web services requestor and the web services provider to provide web services requested from the web services requestor, to minimize the number of messages exchanged between the web services requestor and a web services provider.
- the present invention minimizes interactions between a web services requestor and an intermediary using preference information estimated from WS-CDL files, thereby efficiently improving the performance of web services.
- FIG. 1 illustrates a conceptual constitution of web services
- FIG. 2 illustrates types of message exchanges between a web services requestor and a web services provider
- FIG. 3 illustrates types of preference-based message exchanges between a web services requestor and a web services provider according to an embodiment of the present invention
- FIG. 4 illustrates a conceptual procedure of generating preference information
- FIG. 5 is a flowchart of a method of generating the preference information
- FIG. 6 A illustrates an example of mobile web services using preference information
- FIG. 6B illustrates an another example of mobile web services using intermediary-based preference information
- FIG. 7 illustrates an exemplary use of preference-based web services in a home networking environment
- FIG. 8 illustrates a system for providing web services according to an embodiment of the present invention.
- FIG. 1 illustrates a conceptual constitution of web services and includes a web services registry 10, a web services requestor 11, and a web services provider 12.
- Interface information including a web service description language (WSDL) regarding web services provided by the web services provider 12 is published to the web services registry 10.
- the web services requestor 11 finds the desired web services in the web services registry 10, and receives interface information required to use the web services.
- the web services requestor 11 receives desired web services from the web services provider 12 using the interface information.
- the web services registry 10, the web services requestor 11, and the web services provider 12 use a simple object access protocol (SOAP)-based message. A lot of interactions 13 occur between the web services requestor 11 and the web services provider 12. In such a case, SOAP- based messages are exchanged.
- SOAP simple object access protocol
- FIG. 2 illustrates types of message exchanges between a web services requestor 21 and a web services provider 22.
- message exchanges between the web services requestor 21 and the web services provider 22 may be directly performed or performed via an intermediary 23 that performs a protocol function on the web services therebetween.
- the ordinary web services use extensible markup language (XML)-based SOAP messages, which take a lot of time to transmit and process messages.
- XML extensible markup language
- SOAP messages 25 between the web services requestor 21 and the web services provider 22 results in deterioration of the web services.
- web services provided in a home networking environment based on information-using appliances or a ubiquitous environment using a variety of small devices have similar problems to the mobile web services. Research for applying the web services to the home networking environment and the ubiquitous environment has been recently conducted, such that the web services can be likely applied to the entire IT environment.
- FIG. 3 illustrates types of preference-based message exchanges between a web services requestor and a web services provider according to an embodiment of the present invention, when the web services requestor 31 finds desired web services and enjoys the desired web services of the web services provider 32.
- An intermediary 33 includes preference information 36 that pre-describes information required by the web services provider 32 when the web services provider 32 provides the web services requested by the web services requestor 31. If the web services requestor 31 requests the web services to the web services provider 32, the web services provider 32 performs interactions 37 with the preference information 36 when messages are exchanged between the web services requestor 31 and the web services provider 32 in order to provide the desired web services, so that the number of exchanges of messages 35 between the web services requestor 31 and the web services provider 32 is minimized.
- the types of preference-based message exchanges illustrated in FIG. 3 reduces the number of messages exchanged between the web services requestor 31 and the web services provider 32 as compared with the type of message exchanges illustrated in F IG. 2. Also, information requested by the web services provider 32 is provided by the preference information 36 instead of the web services requestor 31. The preference information 36 pre-describes information likely required by the web services provider 32 and provides the information to the web services provider 32 at an appropriate time when the web services are used.
- FIG. 4 illustrates a conceptual procedure of generating preference information.
- a preference information generator 43 generates preference information 46 based on a w eb services choreography description language (WS-CDL) file 41 and a web services description language (WSDL) file 42.
- WS-CDL w eb services choreography description language
- WSDL web services description language
- the WS-CDL is an XML-based language that describes detailed information on interactions between web services-based entities.
- the preference information 46 is generated based on the WSDL, which describes information on messages exchanged between the entities described in WS-CDL files and web services interface information on the entities.
- FIG. 5 is a flowchart of a method of generating the preference information.
- a WS-CDL file and a WSDL file are received (Operation 51).
- the received WS-CDL and WSDL files are XML-based formats, which requires a validation check of the WS-CDL and WSDL files (Operation 52). If it is determined that the WS-CDL and WSDL files have a problem (Operation 53), since the preference information cannot be generated, an error procedure is performed (Operation 54) and no further operations are performed. If it is determined that the WS-CDL and WSDL files have no problem (Operation 53), the WS-CDL and WSDL files are analyzed (Operation 55).
- GUI graphic user interface
- FIG. 6A illustrates an example of mobile web services using preference information.
- a mobile device 61 directly exchanges messages with a web services provider 62. S ince the data transmission speed and computing power of the mobile device are quite lower than those of general PCs, frequent exchanges of SOAP messages between the web services requestor and the web services provider results in deteriorating the mobile web services. Therefore, the preference information 66-based mobile web services can greatly improve the performance of the mobile web services.
- the mobile device 61 generates and stores the preference information 66 of desired web services and provides the preference information 66 along with web services provided by the web services provider 62, if necessary, thereby minimizing the number of messages exchanged between the mobile device 61 and the web services provider 62.
- FIG. 6B illustrates an example of mobile web services using intermediary-based preference information.
- an intermediary 63 includes a WS-CDL library 64, which is a collection of WS-CDL files 641.
- the intermediary 63 includes a tool for generating preference information by interacting with a mobile device 61.
- preference information on the new web services can be generated.
- the intermediary 64 serves as a web services requestor to support mobile web services and improve the speed of executing the mobile web services.
- FIG. 7 illustrates an exemplary use of preference-based web services provided by a web services provider 72 in a home networking environment 70.
- an intermediary 73 for a home network includes a WS-CDL library used in an interaction service scheme between information appliances and Internet services.
- the intermediary 73 includes a tool for generating preferences based on WS-CDL files, thereby providing an environment for an efficient exchange of messages.
- Information appliances and the intermediary 73 perform a SOAP 73-based communication.
- the actual SOAP 73 may be a transmission control procedure (TCP), a user datagram protocol (UDP), a hypertext transfer protocol (HTTP), etc.
- TCP transmission control procedure
- UDP user datagram protocol
- HTTP hypertext transfer protocol
- FIG. 8 illustrates a system for providing web services according to an embodiment of the present invention.
- an intermediary 83 includes a preference generator 831 that receives information necessary for providing the web services from a web services requestor 81 and generates preference information, a preference storage unit 832 that stores the generated preference information, a message processor 833 that receives a message from the web services requestor 81 and converts the received message into data in a format suitable for a web services protocol, and a preference processor 837 that interacts with a web services provider 82 using the preference information to minimize the number of messages exchanged between the web services requestor 81 and the web services provider 82 while providing the web services.
- a preference generator 831 that receives information necessary for providing the web services from a web services requestor 81 and generates preference information
- a preference storage unit 832 that stores the generated preference information
- a message processor 833 that receives a message from the web services requestor 81 and converts the received message into data in a format suitable for a web services protocol
- the intermediary 83 includes a variety of WS-CDL application modules to be shared with the web services requestor 81, requests the preference information used to interact with the web services provider 82 to the web services requestor 81 and generates the preference information.
- the intermediary 83 executes the web services using the preference information, and provides a result obtained by executing the web services to the web services requestor 81, thereby minimizing interactions between the web services requestor 81 and the intermediary 83/ web services provider 82.
- the message processor 833 receives a message from a mobile device using the web services and converts the received message into a format suitable for the target.
- the intermediary 83 further includes a profile storage unit 835 that stores profile information of mobile devices such as the size and the resolution of a display panel, a software platform version, a browser type and version, etc., and a profile processor 834 provides the mobile devices with the message suitably converted for a device of the web services requestor 81 based on the profile information of a device of the web services requestor 81.
- a profile storage unit 835 that stores profile information of mobile devices such as the size and the resolution of a display panel, a software platform version, a browser type and version, etc.
- the mobile network costs a great deal and has a slow data speed, its requires a compression/binary conversion mechanism, and since the mobile device has a low network connection as compared with a wired environment, it requires a caching mechanism.
- the present invention can also be embodied as computer readable code on a computer readable recording medium.
- the computer readable recording medium is any data storage device that can store data which can be thereafter read by a computer system. Examples of the computer readable recording medium include read-only memory (ROM), random-access memory (RAM), CD-ROMs, magnetic tapes, floppy disks, optical data storage devices, and carrier waves.
- the computer readable recording medium can also be distributed network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
- the present invention minimizes interactions between a web services requestor and an intermediary using preference information estimated from WS-CDL files, thereby efficiently improving the performance of web services.
- the present invention minimizes the number of preference -based messages exchanged between the web services requestor and a web services provider, thereby overcoming deterioration caused by frequent exchanges of XML messages.
- the present invention can be applied to web services in almost all fields, including a mobile web services environment and a ubiquitous web services environment.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Economics (AREA)
- General Health & Medical Sciences (AREA)
- Human Resources & Organizations (AREA)
- Marketing (AREA)
- Primary Health Care (AREA)
- Strategic Management (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/792,979 US20070260707A1 (en) | 2004-12-13 | 2005-10-14 | Method and Apparatus for Providing Web Services Using Preference Information |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR10-2004-0104919 | 2004-12-13 | ||
| KR1020040104919A KR100744532B1 (en) | 2004-12-13 | 2004-12-13 | Method and device for providing web service using preference information |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2006065022A1 true WO2006065022A1 (en) | 2006-06-22 |
Family
ID=36588046
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/KR2005/003434 Ceased WO2006065022A1 (en) | 2004-12-13 | 2005-10-14 | Method and apparatus for providing web services using preference information |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20070260707A1 (en) |
| KR (1) | KR100744532B1 (en) |
| WO (1) | WO2006065022A1 (en) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20000071293A (en) * | 1999-01-28 | 2000-11-25 | 포만 제프리 엘 | Method and apparatus for setting automotive performance tuned preferences set differently by a driver |
| KR20010058750A (en) * | 1999-12-30 | 2001-07-06 | 서평원 | Mechanism for location data transmission using CC/PP server on the Wireless Application Protocal |
| WO2002050710A1 (en) * | 2000-12-20 | 2002-06-27 | International Business Machines Corporation | Facilitating access to a resource of an on-line service |
| KR20030069308A (en) * | 2002-02-19 | 2003-08-27 | 주식회사 코베콤 | System and Method for providing service in wireless network environment using customer relation management |
Family Cites Families (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6606663B1 (en) * | 1998-09-29 | 2003-08-12 | Openwave Systems Inc. | Method and apparatus for caching credentials in proxy servers for wireless user agents |
| US6563517B1 (en) * | 1998-10-02 | 2003-05-13 | International Business Machines Corp. | Automatic data quality adjustment to reduce response time in browsing |
| US6499052B1 (en) * | 1999-08-11 | 2002-12-24 | Yahoo! Inc. | Electronic commerce system for referencing remote commerce sites at a local commerce site |
| US20020099829A1 (en) * | 2000-11-27 | 2002-07-25 | Richards Kenneth W. | Filter proxy system and method |
| US7254614B2 (en) * | 2001-11-20 | 2007-08-07 | Nokia Corporation | Web services push gateway |
| US20030217044A1 (en) * | 2002-05-15 | 2003-11-20 | International Business Machines Corporation | Method and apparatus of automatic method signature adaptation for dynamic web service invocation |
| US8775649B2 (en) * | 2002-11-26 | 2014-07-08 | Oracle America, Inc. | Optimizing client code through automated server specialization |
| US7555538B2 (en) * | 2002-12-26 | 2009-06-30 | Research In Motion Limited | System and method for building and execution of platform-neutral generic services' client applications |
| US7219154B2 (en) * | 2002-12-31 | 2007-05-15 | International Business Machines Corporation | Method and system for consolidated sign-off in a heterogeneous federated environment |
| KR20040073102A (en) * | 2003-02-13 | 2004-08-19 | 노용만 | A systematic approach for modality conversion based on user preference in content adaptation |
| US20050120003A1 (en) * | 2003-10-08 | 2005-06-02 | Drury William J. | Method for maintaining a record of searches and results |
| US7673066B2 (en) * | 2003-11-07 | 2010-03-02 | Sony Corporation | File transfer protocol for mobile computer |
| JP2008513897A (en) * | 2004-09-21 | 2008-05-01 | ネトマット, インコーポレイテッド | Mobile messaging system and method |
| US20080270561A1 (en) * | 2005-06-30 | 2008-10-30 | Cascada Mobile Corp. | System and Method of Recommendation and Provisioning of Mobile Device Related Content and Applications |
-
2004
- 2004-12-13 KR KR1020040104919A patent/KR100744532B1/en not_active Expired - Fee Related
-
2005
- 2005-10-14 US US11/792,979 patent/US20070260707A1/en not_active Abandoned
- 2005-10-14 WO PCT/KR2005/003434 patent/WO2006065022A1/en not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20000071293A (en) * | 1999-01-28 | 2000-11-25 | 포만 제프리 엘 | Method and apparatus for setting automotive performance tuned preferences set differently by a driver |
| KR20010058750A (en) * | 1999-12-30 | 2001-07-06 | 서평원 | Mechanism for location data transmission using CC/PP server on the Wireless Application Protocal |
| WO2002050710A1 (en) * | 2000-12-20 | 2002-06-27 | International Business Machines Corporation | Facilitating access to a resource of an on-line service |
| KR20030069308A (en) * | 2002-02-19 | 2003-08-27 | 주식회사 코베콤 | System and Method for providing service in wireless network environment using customer relation management |
Also Published As
| Publication number | Publication date |
|---|---|
| US20070260707A1 (en) | 2007-11-08 |
| KR20060066343A (en) | 2006-06-16 |
| KR100744532B1 (en) | 2007-08-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP1735947B1 (en) | System and method for communicating asynchronously with synchronous web services using a mediator service | |
| US7904111B2 (en) | Mobile exchange infrastructure | |
| JP4285655B2 (en) | Method, apparatus, and program for providing Web service | |
| US7571208B2 (en) | Creating proxies from service description metadata at runtime | |
| US7685304B2 (en) | Web services multi-protocol support | |
| US7689430B2 (en) | Access to web services | |
| US8140697B2 (en) | Using transport-independent resource status | |
| WO2004036334A2 (en) | Web services via instant messaging | |
| JP4681968B2 (en) | Service request apparatus, service request method, service request program, and recording medium | |
| US8230448B2 (en) | Methods, systems and computer program products for web service interaction with a resource management system | |
| EP2011029A1 (en) | Managing network response buffering behavior | |
| US8676902B2 (en) | System and method for service oriented email client application | |
| US20070260707A1 (en) | Method and Apparatus for Providing Web Services Using Preference Information | |
| CN118885237A (en) | A method and device for calling application service | |
| Pullela et al. | A component based architecture for mobile information access | |
| US20080071916A1 (en) | System and method for requesting a web service from a network server | |
| Lee et al. | Intermediary based architecture for mobile web services | |
| CN120856776A (en) | A cross-platform data interaction method, device, equipment and medium | |
| Oh et al. | Mobile Web Service Architecture Using Context-store | |
| US8132179B1 (en) | Web service interface for mobile agents | |
| US20060234681A1 (en) | System and method for data and message optimization in wireless communications | |
| Park et al. | An Automatic Conversion HTML/XML to WSDL for Ubiquitous Mobile Services | |
| JP2006260220A (en) | Information processing apparatus, program, and recording medium | |
| Shamsi et al. | Foundations of a generic framework for Distributed Applications | |
| Aloisio et al. | The desktop grid environment enabler |
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 KZ LC LK LR LS LT LU LV LY 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): BW GH 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 LV 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 | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 11792979 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 11792979 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 05809085 Country of ref document: EP Kind code of ref document: A1 |