CN102486780A - Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data - Google Patents

Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data Download PDF

Info

Publication number
CN102486780A
CN102486780A CN2010105717309A CN201010571730A CN102486780A CN 102486780 A CN102486780 A CN 102486780A CN 2010105717309 A CN2010105717309 A CN 2010105717309A CN 201010571730 A CN201010571730 A CN 201010571730A CN 102486780 A CN102486780 A CN 102486780A
Authority
CN
China
Prior art keywords
domain
data
cross
response
character string
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.)
Pending
Application number
CN2010105717309A
Other languages
Chinese (zh)
Inventor
黄浩明
胡涛
刘尧
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN2010105717309A priority Critical patent/CN102486780A/en
Publication of CN102486780A publication Critical patent/CN102486780A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method, a client and a server for asynchronous cross-domain transmission on extensible markup language (XML) data, which belong to the field of data transmission. For the client, the method comprises the following steps: converting XML request data into a request character string; sending an asynchronous cross-domain data request to a cross-domain server through external file reference interlinkage, wherein the request character string is carried by the asynchronous cross-domain data request. For the server, the method comprises the following steps: receiving the asynchronous cross-domain data request sent by a cross-domain client, and acquiring the request character string carried in the asynchronous cross-domain data request; according to the request character string, acquiring corresponding XML response data; converting the XML response data into a response character string; and returning an asynchronous cross-domain data response to the cross-domain client in a Java server page (jsp) format, wherein the response character string is carried by the asynchronous cross-domain data response. In the method, the client and the server for the asynchronous cross-domain transmission on the extensible markup language (XML) data, through converting the data of an XML format into the character string, and directly transmitting the character string between the client and the cross-domain server thereof in a specific mode without a transfer agent, the time delay of XML data transmission is reduced.

Description

Method, client and the service end of asynchronous cross-domain transmission XML data
Technical field
The present invention relates to field of data transmission, particularly a kind of method, client and service end of asynchronous cross-domain transmission XML data.
Background technology
Network platform desired data often disperses to be stored under the different domain names, for example, pats information center's desired data when initial stage of development and disperses to be stored under the different domain names.Through the current field under one's name service end pull the data of the storage of service end under other domain names synchronously, service end interface capability, request timed out are all had considerable influence.
For addressing the above problem, can adopt client directly to send the scheme of data under the acquisition request third party security domain.But client can only be carried out the asynchronous cross-domain data transmission and the request of json (JavaScript Object Notation) or jsp (Java Server Pages) data.Yet the data-interface major part under third party's security domain is to transmit with access by XML (Extensible Markup Language, extend markup language) data layout.When the XML data are carried out asynchronous cross-domain data transmission, must the XML data be sent to the service end under the current safety territory, act on behalf of, transmit the XML data and give the service end under third party's security domain by the service end under the current safety territory.
Comprehensively above-mentioned, there is following problem at least in prior art:
When the XML data are carried out asynchronous cross-domain data transmission, need the service end under the current safety territory to be the transfer agency, cause the XML data transmission delay bigger.
Summary of the invention
In order to solve the XML data when the asynchronous cross-domain data transmission, need service end under the current safety territory to do transfer agency's problem, the embodiment of the invention provides a kind of method, client and service end of asynchronous cross-domain transmission XML data.Said technical scheme is following:
A kind of method of asynchronous cross-domain transmission XML data, said method comprises:
Convert the expandable mark language XML request msg to the request character string;
Send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried the described request character string.
Further, the said expandable mark language XML request msg is converted to asks to comprise after the character string:
The described request character string is kept in the uniform resource position mark URL parameter;
Saidly send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried the described request character string and is comprised:
Send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried said URL parameter.
Further, saidly send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data comprises after carrying the described request character string:
Receive the asynchronous cross-domain data response that said cross-domain services end returns, said asynchronous cross-domain data response is carried said response character string;
Convert said response character string to the XML response data.
A kind of method of asynchronous cross-domain transmission XML data, said method comprises:
Receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtain the request character string of carrying in the said asynchronous cross-domain request of data;
According to the described request character string, obtain the expandable mark language XML response data;
Convert said XML response data to the response character string;
Return asynchronous cross-domain data response with the jsp form to said cross-domain client, said asynchronous cross-domain data response is carried said response character string.
Further, said said XML response data is converted to comprises after the response character string:
Said response character string is kept in the javascript variable;
Saidly return asynchronous cross-domain data response with the jsp form to cross-domain client, said asynchronous cross-domain data response is carried said response character string and is comprised:
Return asynchronous cross-domain data response with the jsp form to cross-domain client, said asynchronous cross-domain data response is carried said javascript variable.
A kind of client of asynchronous cross-domain transmission XML data, said client comprises:
First modular converter is used for converting the expandable mark language XML request msg to the request character string;
Sending module is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and said asynchronous cross-domain request of data is carried the described request character string.
Further, said client also comprises:
First preserves module, is used to carry out after said first modular converter, and the described request character string is kept in the uniform resource position mark URL parameter;
Said sending module also is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and said asynchronous cross-domain request of data is carried said URL parameter.
Further, said client also comprises:
First receiver module is used to carry out after the said sending module, receives the asynchronous cross-domain data response that said cross-domain services end returns, and said asynchronous cross-domain data response is carried said response character string;
Said first modular converter also is used for converting said response character string to the XML response data.
A kind of service end of asynchronous cross-domain transmission XML data, said service end comprises:
Second receiver module is used to receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtains the request character string of carrying in the said asynchronous cross-domain request of data;
Acquisition module is used for obtaining the expandable mark language XML response data according to the described request character string;
Second modular converter is used for converting said XML response data to the response character string;
Respond module is used for returning asynchronous cross-domain data response with the jsp form to said cross-domain client, and said asynchronous cross-domain data response is carried said response character string.
Further, said service end also comprises:
Second preserves module, is used to carry out after said second modular converter, and said response character string is kept in the javascript variable;
Said respond module also is used for returning asynchronous cross-domain data response with the jsp form to cross-domain client, and said asynchronous cross-domain data response is carried said javascript variable.
The beneficial effect that the technical scheme that the embodiment of the invention provides is brought is:
Data-switching through with the XML form becomes character string, and character string with particular form directly transmission between client and cross-domain services end thereof, need not be acted on behalf of in transfer, has reduced the XML data transmission delay.
Description of drawings
Fig. 1 is the method flow diagram of the asynchronous cross-domain transmission XML data that provide of the embodiment of the invention 1;
Fig. 2 is another method flow diagram of the asynchronous cross-domain transmission XML data that provide of the embodiment of the invention 1;
Fig. 3 is another method flow diagram of the asynchronous cross-domain transmission XML data that provide of the embodiment of the invention 1;
Fig. 4 is the client terminal structure synoptic diagram of the asynchronous cross-domain transmission XML data that provide of the embodiment of the invention 2;
Fig. 5 is the service end structural representation of the asynchronous cross-domain transmission XML data that provide of the embodiment of the invention 2.
Embodiment
For making the object of the invention, technical scheme and advantage clearer, will combine accompanying drawing that embodiment of the present invention is done to describe in detail further below.
Embodiment 1
Referring to Fig. 1, present embodiment provides a kind of method of asynchronous cross-domain transmission XML data, comprising:
101: convert the expandable mark language XML request msg to the request character string;
102: send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, this asynchronous cross-domain request of data is carried the request character string.
Wherein, the external file Reference-links can be < script>label.
Referring to Fig. 2, present embodiment provides a kind of method of asynchronous cross-domain transmission XML data, comprising:
201: receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtain the request character string of carrying in the asynchronous cross-domain request of data;
202:, obtain the expandable mark language XML response data according to the request character string;
203: convert the XML response data to the response character string;
204: return asynchronous cross-domain data response with the jsp form to cross-domain client, this asynchronous cross-domain data response is carried the response character string.
Present embodiment becomes character string through the data-switching with the XML form, and character string with particular form directly transmission between client and cross-domain services end thereof, need not be acted on behalf of in transfer, has reduced the XML data transmission delay.
Referring to Fig. 3, introduce the method for above-mentioned asynchronous cross-domain transmission XML data below in conjunction with instantiation.
301: client converts the XML request msg to the request character string;
302: optional, client should ask character string to be kept in URL (Uniform Resource Locator, the URL) parameter;
303: client is sent asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and this asynchronous cross-domain request of data is carried the request character string;
Wherein, the external file Reference-links can be < script>label.
Further, if execution in step 302, then the asynchronous cross-domain request of data in this step can be carried the URL parameter, comprises the request character string information in the URL parameter.
Need to prove that " cross-domain " related in the present embodiment refers to " striding security domain ".If client and service end are in the different security territory respectively, then this client is called the cross-domain client of this service end, and this server is called the cross-domain services device of this client.
Through step 301-303, client is transferred to its corresponding cross-domain services device with the XML request msg.Below, the cross-domain services device needs the processing XML requesting data information, and returns corresponding XML response data information, sees step 304-308 for details.
304: the cross-domain services device receives the asynchronous cross-domain request of data that cross-domain client is sent, and obtains the request character string of carrying in the asynchronous cross-domain request of data;
305: the cross-domain services device obtains corresponding XML response data according to the request character string;
Concrete, the cross-domain services device can convert the request character string to corresponding XML request msg earlier, obtains corresponding XML response data according to the XML request msg again.Present embodiment does not limit the method for obtaining the XML response data.
306: the cross-domain services device converts the XML response data to the response character string;
307: optional, the cross-domain services device is kept at the response character string in the javascript variable;
Wherein, the javascript variable is called for short the js variable.
308: return asynchronous cross-domain data response with the jsp form to cross-domain client, asynchronous cross-domain data response is carried the response character string.
Further, if execution in step 307, then the asynchronous cross-domain data response in this step can be carried the javascript variable, comprises response character string information in the javascript variable.
309: client receives the asynchronous cross-domain data response that the cross-domain services end returns, and this asynchronous cross-domain data response is carried the response character string;
310: client converts the response character string to the XML response data.
Further, client can be created the XML object according to the XML response data, and carries out front-end business according to the XML object and represent.
Present embodiment becomes character string through the data-switching with the XML form, and character string with particular form directly transmission between client and cross-domain services end thereof, need not be acted on behalf of in transfer, has reduced the XML data transmission delay.In addition, because client can directly be asked, the data of transmission, access third party secure domain name, make things convenient for Web front end Developmental Engineer to realize traffic performances such as page displaying, user experience, client interaction logic.
Embodiment 2
Referring to Fig. 4, present embodiment provides a kind of client of asynchronous cross-domain transmission XML data, comprising:
First modular converter 401 is used for converting the expandable mark language XML request msg to the request character string;
Sending module 402 is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and asynchronous cross-domain request of data is carried the request character string.
Further, client also comprises:
First preserves module, is used to carry out after first modular converter 401, will ask character string to be kept in the uniform resource position mark URL parameter;
Sending module 402 also is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and asynchronous cross-domain request of data is carried the URL parameter.
Further, client also comprises:
First receiver module is used to carry out after the sending module 402, receives the asynchronous cross-domain data response that the cross-domain services end returns, and asynchronous cross-domain data response is carried the response character string;
First modular converter 401 also is used for converting the response character string to the XML response data.
The client that present embodiment provides belongs to same design with client among the method embodiment, and its concrete implementation procedure sees method embodiment for details, repeats no more here.
Present embodiment becomes character string through the data-switching with the XML form, and character string with particular form directly transmission between client and cross-domain services end thereof, need not be acted on behalf of in transfer, has reduced the XML data transmission delay.In addition, because client can directly be asked, the data of transmission, access third party secure domain name, make things convenient for Web front end Developmental Engineer to realize traffic performances such as page displaying, user experience, client interaction logic.
Embodiment 3
Referring to Fig. 5, present embodiment provides a kind of service end of asynchronous cross-domain transmission XML data, comprising:
Second receiver module 501 is used to receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtains the request character string of carrying in the asynchronous cross-domain request of data;
Acquisition module 502 is used for obtaining the expandable mark language XML response data according to the request character string;
Second modular converter 503 is used for converting the XML response data to the response character string;
Respond module 504 is used for returning asynchronous cross-domain data response with the jsp form to cross-domain client, and asynchronous cross-domain data response is carried the response character string.
Further, service end also comprises:
Second preserves module, is used to carry out after second modular converter 503, and the response character string is kept in the javascript variable;
Respond module 504 also is used for returning asynchronous cross-domain data response with the jsp form to cross-domain client, and asynchronous cross-domain data response is carried the javascript variable.
The service end that present embodiment provides, with among the method embodiment the cross-domain services end belong to same design, its concrete implementation procedure sees method embodiment for details, repeats no more here.
Present embodiment becomes character string through the data-switching with the XML form, and character string with particular form directly transmission between service end and cross-domain client thereof, need not be acted on behalf of in transfer, has reduced the XML data transmission delay.In addition, the service end that present embodiment provides makes that client can directly be asked, the data of transmission, access third party secure domain name, makes things convenient for Web front end Developmental Engineer to realize traffic performances such as page displaying, user experience, client interaction logic.
All or part of content in the technical scheme that above embodiment provides can realize that through software programming its software program is stored in the storage medium that can read, storage medium for example: the hard disk in the computing machine, CD or floppy disk.
The above is merely preferred embodiment of the present invention, and is in order to restriction the present invention, not all within spirit of the present invention and principle, any modification of being done, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. the method for asynchronous cross-domain transmission XML data is characterized in that said method comprises:
Convert the expandable mark language XML request msg to the request character string;
Send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried the described request character string.
2. method according to claim 1 is characterized in that, the said expandable mark language XML request msg is converted to asks to comprise after the character string:
The described request character string is kept in the uniform resource position mark URL parameter;
Saidly send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried the described request character string and is comprised:
Send asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, said asynchronous cross-domain request of data is carried said URL parameter.
3. method according to claim 1 and 2 is characterized in that, saidly sends asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and said asynchronous cross-domain request of data comprises after carrying the described request character string:
Receive the asynchronous cross-domain data response that said cross-domain services end returns, said asynchronous cross-domain data response is carried said response character string;
Convert said response character string to the XML response data.
4. the method for asynchronous cross-domain transmission XML data is characterized in that said method comprises:
Receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtain the request character string of carrying in the said asynchronous cross-domain request of data;
According to the described request character string, obtain corresponding expandable mark language XML response data;
Convert said XML response data to the response character string;
Return asynchronous cross-domain data response with the jsp form to said cross-domain client, said asynchronous cross-domain data response is carried said response character string.
5. method according to claim 4 is characterized in that, said said XML response data is converted to comprises after the response character string:
Said response character string is kept in the javascript variable;
Saidly return asynchronous cross-domain data response with the jsp form to cross-domain client, said asynchronous cross-domain data response is carried said response character string and is comprised:
Return asynchronous cross-domain data response with the jsp form to cross-domain client, said asynchronous cross-domain data response is carried said javascript variable.
6. the client of asynchronous cross-domain transmission XML data is characterized in that said client comprises:
First modular converter is used for converting the expandable mark language XML request msg to the request character string;
Sending module is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and said asynchronous cross-domain request of data is carried the described request character string.
7. client according to claim 6 is characterized in that, said client also comprises:
First preserves module, is used to carry out after said first modular converter, and the described request character string is kept in the uniform resource position mark URL parameter;
Said sending module also is used for sending asynchronous cross-domain request of data through the external file Reference-links to the cross-domain services end, and said asynchronous cross-domain request of data is carried said URL parameter.
8. according to claim 6 or 7 described clients, it is characterized in that said client also comprises:
First receiver module is used to carry out after the said sending module, receives the asynchronous cross-domain data response that said cross-domain services end returns, and said asynchronous cross-domain data response is carried said response character string;
Said first modular converter also is used for converting said response character string to the XML response data.
9. the service end of asynchronous cross-domain transmission XML data is characterized in that said service end comprises:
Second receiver module is used to receive the asynchronous cross-domain request of data that cross-domain client is sent, and obtains the request character string of carrying in the said asynchronous cross-domain request of data;
Acquisition module is used for obtaining the expandable mark language XML response data according to the described request character string;
Second modular converter is used for converting said XML response data to the response character string;
Respond module is used for returning asynchronous cross-domain data response with the jsp form to said cross-domain client, and said asynchronous cross-domain data response is carried said response character string.
10. service end according to claim 9 is characterized in that, said service end also comprises:
Second preserves module, is used to carry out after said second modular converter, and said response character string is kept in the javascript variable;
Said respond module also is used for returning asynchronous cross-domain data response with the jsp form to cross-domain client, and said asynchronous cross-domain data response is carried said javascript variable.
CN2010105717309A 2010-12-01 2010-12-01 Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data Pending CN102486780A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010105717309A CN102486780A (en) 2010-12-01 2010-12-01 Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010105717309A CN102486780A (en) 2010-12-01 2010-12-01 Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data

Publications (1)

Publication Number Publication Date
CN102486780A true CN102486780A (en) 2012-06-06

Family

ID=46152273

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010105717309A Pending CN102486780A (en) 2010-12-01 2010-12-01 Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data

Country Status (1)

Country Link
CN (1) CN102486780A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105871850A (en) * 2016-04-05 2016-08-17 携程计算机技术(上海)有限公司 Crawler detection method and crawler detection system
CN105871976A (en) * 2015-11-24 2016-08-17 乐视体育文化产业发展(北京)有限公司 Data cross-domain request method and system, and devices
CN108173830A (en) * 2017-12-22 2018-06-15 北京明朝万达科技股份有限公司 A kind of data safety between net is shared and management method and system
CN109086421A (en) * 2018-08-08 2018-12-25 广东亿迅科技有限公司 The method and device of cache interface returned data
CN109450973A (en) * 2018-09-29 2019-03-08 福建威盾科技有限公司 A kind of method that cross-domain browser data is shared

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664814A (en) * 2004-04-30 2005-09-07 中国农业银行 Concentrated distribution type operating data management system
CN101075240A (en) * 2006-08-25 2007-11-21 腾讯科技(深圳)有限公司 Method and system for spanned acquiring data
CN101615179A (en) * 2008-06-25 2009-12-30 国际商业机器公司 The method and system that is used for the cross-domain alternation of Web application
CN101662460A (en) * 2008-08-25 2010-03-03 阿里巴巴集团控股有限公司 Method, system and device for cross-domain communication
CN101662462A (en) * 2008-08-25 2010-03-03 国际商业机器公司 Method and system for supplying fragility protection aiming at cross-domain interaction in operation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664814A (en) * 2004-04-30 2005-09-07 中国农业银行 Concentrated distribution type operating data management system
CN101075240A (en) * 2006-08-25 2007-11-21 腾讯科技(深圳)有限公司 Method and system for spanned acquiring data
CN101615179A (en) * 2008-06-25 2009-12-30 国际商业机器公司 The method and system that is used for the cross-domain alternation of Web application
CN101662460A (en) * 2008-08-25 2010-03-03 阿里巴巴集团控股有限公司 Method, system and device for cross-domain communication
CN101662462A (en) * 2008-08-25 2010-03-03 国际商业机器公司 Method and system for supplying fragility protection aiming at cross-domain interaction in operation

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105871976A (en) * 2015-11-24 2016-08-17 乐视体育文化产业发展(北京)有限公司 Data cross-domain request method and system, and devices
CN105871850A (en) * 2016-04-05 2016-08-17 携程计算机技术(上海)有限公司 Crawler detection method and crawler detection system
CN105871850B (en) * 2016-04-05 2019-02-01 携程计算机技术(上海)有限公司 Crawler detection method and system
CN108173830A (en) * 2017-12-22 2018-06-15 北京明朝万达科技股份有限公司 A kind of data safety between net is shared and management method and system
CN109086421A (en) * 2018-08-08 2018-12-25 广东亿迅科技有限公司 The method and device of cache interface returned data
CN109450973A (en) * 2018-09-29 2019-03-08 福建威盾科技有限公司 A kind of method that cross-domain browser data is shared

Similar Documents

Publication Publication Date Title
Sayar et al. Integrating AJAX approach into GIS visualization web services
US8248992B2 (en) Method and apparatus for providing home network device service to an external device through web service
US20140047322A1 (en) Method and system for browsing things of internet of things on ip using web platform
US7904111B2 (en) Mobile exchange infrastructure
JP5188284B2 (en) Service connection system and service connection method
JP2002215486A (en) Communication system for controller based on wsdl
US7689430B2 (en) Access to web services
WO2004084093A3 (en) A system and a method relating to access of information
JP2010009520A (en) Flow processor and message conversion method
CN102486780A (en) Method, client and server for asynchronous cross-domain transmission on extensible markup language (XML) data
WO2010133097A1 (en) Data sharing method, server and data sharing system for widget system
CN101771928A (en) Method and system and proxy server for Webpage transmitting
CN101505307A (en) Message processing method, network node and system oriented to service architecture
CN102594886A (en) Method and device for direct communication between browsers, and communication system
CN103002047A (en) RPC (Remote Procedure Call) type WEB SOA (Service-Oriented Architecture) method
JP2003141002A (en) Url length conversion system and program
CN103595695A (en) Method and system for providing services by service bus
CN100555946C (en) A kind of method and distribution type network management system of realizing notification service
JP2009265718A (en) Network device transmitting only difference data of network management information, server, program and method
US8037124B2 (en) System and method for describing and locating web services
EP2101474A1 (en) Service bindings for web services
CN113918245A (en) Data calling method, device, equipment and computer readable storage medium
WO2006112557A1 (en) System of providing contents information on idle-mode screen of mobile terminal using personal computer of functioning as server, method thereof and computer readable record medium on which program for executing method is recorded
US20060271514A1 (en) Structure of customized web services
JP2002278865A (en) Device/method for providing advertising information, and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20120606

RJ01 Rejection of invention patent application after publication