WO2004090751A2 - Access to web services - Google Patents
Access to web services Download PDFInfo
- Publication number
- WO2004090751A2 WO2004090751A2 PCT/GB2004/001304 GB2004001304W WO2004090751A2 WO 2004090751 A2 WO2004090751 A2 WO 2004090751A2 GB 2004001304 W GB2004001304 W GB 2004001304W WO 2004090751 A2 WO2004090751 A2 WO 2004090751A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- request
- web service
- web
- gateway
- profile
- 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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
-
- 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9538—Presentation of query results
-
- 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/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web 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
-
- 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
Definitions
- the present invention relates to web services and more particularly to providing access to web services via a web service gateway.
- a web service may, for example, be based on shared, open, and emerging technology standards and protocols, such as SOAP (Simple Object Access Protocol) , UDDI (Universal Description, Discovery and Integration) , and WSDL (Web Service Definition Language) .
- SOAP Simple Object Access Protocol
- UDDI Universal Description, Discovery and Integration
- WSDL Web Service Definition Language
- a web service which provides an e-business application publishes its URL in a well known UDDI directory.
- a client can then obtain the URL from the UDDI directory and contact the e-business using the URL in order to obtain a WSDL document .
- the WSDL describes the interface provided for clients by the service e-business application, one or more transport mechanisms each supporting a communication protocol, for example SOAP over HTTP (HyperText Transport Protocol) and an end point address for each transport mechanism.
- SOAP over HTTP HyperText Transport Protocol
- a web service gateway is used to transform client requests from one communication protocol to another.
- the present invention provides a method for a web services gateway to enable a web client to access a web service, the method comprising the steps of: receiving a profile from the web service, the profile containing a details of how to communicate with the web service and being in a format not recognisable to the web client; creating a document based on the profile, the document being in a format recognisable to the web client and containing details of how to communicate with the web service via the gateway; and providing, to a third party, information relating to the web service and a location from which the document can be obtained by the web client; thereby enabling the web client to use the document to access the web service via the web service gateway.
- the present invention provides a web services gateway which enables a web client to access to a web service, the gateway comprising: means for receiving a profile from the web service, the profile containing a details of how to communicate with the web service and being in a format not recognisable to the web client; means for creating a document based on the profile, the document being in a format recognisable to the web client and containing details of how to communicate with the web service via the gateway; and means for providing, to a third party, information relating to the web service and a location from which the document can be obtained by the web client; thereby enabling the web client to use the document to access the web service via the web service gateway.
- the present invention provides a computer program product comprising instructions which, when executed on a data processing host, cause the data processing host to carry out the method according to the first aspect.
- the third party could, for example, be a UDDI directory although in practice it could be any entity which provides information about web services to web clients.
- the document is created, based on the profile, on receipt of the profile from the web service.
- the document is created only after it is requested by a web client.
- the location at which the document can be obtained which is provided to the third party is in a different web service gateway to the one which generated the document, but which also has access to the document.
- the location, which is provided to the third party, at which the document can be obtained is in the same web service gateway which created it.
- the gateway subsequently receives a request from a web client for the web service.
- the request includes details of the document and the gateway uses these details to match the request with the profile of the web service.
- the document created from the profile includes a location in the web service gateway which the client can use to access the web service and which is associated with the profile. As a result the location at which the client request is received can be used to match the request with the profile of the web service. Either way, once the profile is known details from it are used to convert the request to one suitable for sending to the web service and to send the converted request to the web service.
- the gateway may then return to the web client. Alternatively it may wait for a response to the converted request from the web service and then use the response to the converted request to trigger a response to the web client request .
- the document is a Web Services Definition Language (WSDL) document and further could be in any WSDL based format, for example WSDL4J (WSDL for Java) or XLANG (WSDL with extensions) .
- WSDL4J WSDL for Java
- XLANG WSDL with extensions
- the document could be in another definition language, for example CORBA IDL.
- the profile is specified according to the RosettaNet business to business standard.
- it could be, for example, according to other business to business standards such as those specified by cXML, and the Internet Engineering Task Force (AS1 and AS2) .
- Fig. 1 is a schematic diagram of a data processing environment in which the preferred embodiment of the present invention can be advantageously applied;
- Fig. 2 is a schematic diagram of an example web client sending a request to a web service through a gateway based on use of a UDDI registry and WSDL documents according to the prior art;
- Fig. 3 is a schematic diagram of an example of a web client sending a request to a b2b service through a gateway based on use of a UDDI registry and WSDL documents where the b2b service is implemented to RosettaNet standards;
- Fig. 4 is a schematic diagram of generating a WSDL document to represent a b2b service based on a b2b profile provided by the service according to RosettaNet standards .
- Fig. 5a is a flow diagram of the method followed by a gateway server on receipt of a b2b profile from a b2b service;
- Fig. 5b is a flow diagram of the method followed by a gateway server on receipt of a request from a web client for a b2b service;
- Figure 1 is a block diagram of a data processing environment in which the preferred embodiment of the present invention can be advantageously applied;
- a client/server data processing host In Figure 1, a client/server data processing host
- Client/server 10 is connected to client/server data processing hosts 12 and 13 via a network 11, which could be, for example, the Internet.
- a web client program could be executing on host 10 which is accessing a web service on host 12 via a gateway server on host 13.
- Client/server 10 has a processor 101 for executing programs that control the operation of the client/server 10, a RAM volatile memory element 102, a non-volatile memory 103, and a network connector 104 for use in interfacing with the network
- a WSDL document contains details of the web service such as Port Type, Bindings, Ports, Messages, Types etc.
- the Port Type and messages define the operations and associated parameters provided by the web service
- the Bindings specify the communication protocols supported by the web service
- the Ports specify end point addresses for channels providing access to the web service using the communication protocols.
- a b2b profile includes such information as one or more communication protocols to use for communication with the business, one or more locations at which the business can be contacted, and details of a Partner Information Process (PIP) and an XML Document Type Definition (DTD) which respectively describe the exchange protocols and format of the operations which the business uses.
- PIP Partner Information Process
- DTD XML Document Type Definition
- RosettaNet specifies many standard PIPs and XML DTDs, for example PIP3A4 and XML DTD3A4, PIP3A4 specifying that a buyer sends a purchase order request operation to the seller and the seller sends a purchase order confirmation operation to the buyer and XML DTD3A4 specifying the format of those operations.
- PIP3A4 specifying that a buyer sends a purchase order request operation to the seller and the seller sends a purchase order confirmation operation to the buyer
- XML DTD3A4 specifying the format of those operations.
- a Book business which sells books may send its b2b profile to one or more business partners which may then use information from the b2b profile in order to purchase books from it.
- RosettaNet and PIP are trademarks of the RosettaNet organisation
- FIG. 2 is a schematic diagram of an example of a WSDL aware web client 201 sending a request to a web service 206, herein denoted "eBook", through a gateway 210 based on the use of a UDDI registry 218 and WSDL documents 208, 213, and 214, according to the prior art.
- the eBook service 206 is available from a target server 205 which has a channel 207 which supports communication using a communication protocol of SOAP over HTTP.
- the eBook service provides the ability to purchase books using a purchase order request from a client to whom the ebook service sends a purchase order confirmation.
- WSDL1 208 which specifies Port Types and Messages which define the operations of PurchaseOrderRequ.est ( ) and PurchaseOrderResponse ( ) , bindings and port for the channel 207 which specify a communication protocol of SOAP/HTTP, and an end point address of the channel through which the service can be contacted.
- the target server 205 provides (230) WSDLl 208 to the gateway 210 which saves a copy as WSDL1 213.
- the gateway WSDLl 213 is passed (231) to the gateway engine 212 which, for example, changes the binding and port of the eBook service channel to those provided by the gateway, thereby producing (232) an new WSDL, WSDLla 214.
- the gateway has two channels, a SOAP/ ava Message Service (JMS) channel 215 and a SOAP/HTTP channel 216 (Java is a registered trademark of Sun Microsystems Inc.).
- JMS SOAP/ ava Message Service
- SOAP/HTTP SOAP/HTTP channel 216
- the gateway registers (233) the eBook service with a known UDDI directory 218 by providing to the UDDI directory the type of the service and the URL of the servlet 211 from which a client can obtain a copy of the modified WSDL, WSDLla 214.
- the UDDI directory may be known to the gateway, for example, through configuration information.
- a web client process 201 is running an application 202 which wishes to access the eBook service.
- the client process includes a channel 203 which provides a transport mechanism of SOAP over JMS.
- the application first accesses (234) the UDDI directory 218 to obtain details of a book service and in return receives details of the URL of the servlet 211 in the gateway 210 from which the modified WSDL, WSDLla 214, of the eBook service can be obtained.
- the client application 202 requests (235) the WSDL document describing the eBook service from the servlet 211. As a result of this request the servlet 211 obtains (236) WSDLla 214 and returns it to the client application.
- the client application requests the purchaseOrderRequest () operation of the eBook service as specified in the Port Type of the WSDL document using a communication protocol of SOAP/JMS as specified in the bindings of the WSDL document and directing the request to the end point address of the SOAP/JMS communication channel as specified as a Port in the WSDL document.
- the client application 202 passes (237) the request to SOAP/JMS channel 203 in the client process which then forwards it (238) to the SOAP/JMS channel 215 in the gateway server 210.
- the SOAP/JMS channel 215 of the gateway 210 receives this request it passes (239) the request to the gateway engine.
- the request includes details of the WSDL document, WSDLla 214, which the client application used to make the request, and based on this information the gateway engine discovers the original WSDL, WSDLl 213, which was used to create WSDLla. From WSDLl the gateway engine then obtains the bindings and port for the eBook service and as a result passes the request to the SOAP/HTTP channel 216 of the gateway server giving details of the SOAP/HTTP channel 207 of the eBook server. The SOAP/HTTP channel 216 then sends (241) the request to the SOAP/HTTP channel 207 of the eBook server 205 which then passes (242) it on to the eBook service 206.
- Figure 2 also shows a second service 221, herein denoted "aBook”, which provides the same operations as the eBook service 206 but is implemented according to RosettaNet standards.
- aBook a second service 221, herein denoted "aBook”
- it cannot be accessed by the WSDL aware web client 201, either directly or via the gateway server 210, as the b2b profile is not recognisable to either the web client 201 and gateway server 210 which require a WSDL document
- the aBook service 221 is a b2b service which is only described in a non-WSDL b2b profile 223.
- FIG 3 is a schematic diagram of an example of the WSDL aware web client 201 of figure 2 sending a request to the aBook service 221 through a gateway 210 based on use of UDDI directory 218 and a WSDL document, WSDLb2b 302, where the aBook service 221 is implemented to RosettaNet standards, according to the preferred embodiment of the present invention.
- the aBook service 221 is available from a target server 220 which has a channel 222 which supports communication using a transport mechanism of RosettaNet Implementation Framework (RNIF) over HTTP.
- RIF RosettaNet Implementation Framework
- the aBook service provides the ability to purchase books using a purchase order request operation and a purchase order confirmation operation. Details of the aBook service are described in a b2b profile 223, which contains details of a Partner Interface Process (PIP) and XML Document Type Definition (DTD) , one or more communication protocols which it supports, and one or more end point addresses at which the business can be contacted.
- PIP Partner Interface Process
- DTD XML Document Type Definition
- the b2b profile 223 contains details of PIP3A4 and XML DTD3A4, the RNIF/HTTP channel 222 and an end point address for the RNIF channel.
- PIP3A4 contains details an exchange protocol which says that the buyer sends a purchase order request operation to the seller and the seller sends a purchase order confirmation operation to the buyer
- XML DTD3A4 contains the data form of the purchase order request and purchase order confirmation operations .
- the aBook server 220 provides its b2b profile 223 to business partners with which it wishes to operate and in this example sends (311) its profile to a profiler 301 in the gateway server 210.
- the profiler 301 then saves a copy 303 of the b2b profile 223 and uses information from it to create (312) a WSDL document WSDLb2b 302 which contains details of the operations supported by the aBook service and bindings and port for the channels supported by the gateway.
- the WSDL contains details of the purchase order request and purchase order confirmation operations and the SOAP/JMS and RNIF/HTTP channels, 215 and 304, supported by the gateway server 210.
- the gateway then registers (313) the aBook service with a known UDDI registry 218 by providing to the UDDI registry the type of the service and the URL of the servlet 211 from which a client can obtain a copy of the WSDL, WSDLb2b 302.
- the web client process which, in this embodiment, sends a request to the ebook service works in the same way as in figure 2, the only difference being the WSDL document which is returned to the client application request (235) to servlet 211. Accordingly the client sends (238) a purchase order request operation to the SOAP/JMS channel 215 of the gateway server.
- the SOAP/JMS channel 215 of the gateway 210 When the SOAP/JMS channel 215 of the gateway 210 receives this request it passes (239) the request to the gateway engine 212.
- the request includes details of the WSDL document, WSDLb2b 302, which the client application used to make the request.
- the gateway engine then passes (315) this information to the profiler 301 which finds (318) the b2b profile copy 303 from which the WSDL document was created and returns details from it to the gateway engine 212.
- the details include the location of the aBook service 221 and the protocol to be used in sending requests to it.
- the gateway engine transforms the client request from a SOAP/JMS request to an RNIF/HTTP request and then provides it to the RNIF/HTTP channel 304 which sends (317) it to the aBook service 221 via the RNIF/HTTP channel 222 of the aBook server 220.
- the request is received by the RNIF/HTTP channel it forwards (318) it to the aBook service 221 which does not know that it did not come directly from the client application 202.
- the business provides its b2b profile to the gateway.
- the profile contains details of a PIP and an XML DTD (which contain details of the exchange protocols and operations supported by the business) , the communication protocols which it supports and the address at which the business can be contacted.
- PIP3A4 contains details of a purchase order exchange protocol which a says that the buyer sends a purchase order request and the seller sends a purchase order confirmation
- XML DTD3A4 contains details of the format of the purchase order request and confirmation operations.
- the gateway has a "profiler" which receives the b2b profile and creates a WSDL document based on the details contained in the b2b profile.
- a client then gets the WSDL and sends a purchase order request to the gateway, the gateway receives the request which includes details of the WSDL it obtained to make the request.
- a gateway engine then intercepts the request and asks the profiler for details of the address of the business service to send to the request to, which the profiler gets from the b2b profile used to generate the WSDL.
- the request is then forwarded to the web service using the communication protocol specified in the b2b profile.
- a business partner after receiving a purchase order request a business partner first sends a receipt acknowledgement signal to the client business partner. This is then followed by a purchase order confirmation to which the client business partner responds with a receipt acknowledgement signal.
- This can be achieved using normal processing as the request sent from client SOAP/JMS channel 203 to the gateway SOAP/JMS channel 215, and from the gateway RNIF/HTTP channel 304 to the target business RNIF/HTTP channel 222, will include return addresses.
- These flows can be done asynchronously or synchronously for the client and/or the target service.
- the gateway can hold the thread used to process the client request and use the receipt acknowledgement from the aBook service as a trigger to release the thread and return to the client.
- PIP3A4 and XML DTD3A4 which relate to requesting a purchase order
- PIPs and associated XML DTDs which are defined by the RosettaNet standard which could alternatively be used.
- PIPlAl and XML DTD3A1 for requesting account set-up
- PIP1B2 and XML DTD1B2 for requesting Authorisation status
- PIP2A1 and XML DTD2A1 to distribute new product information etc.
- the b2b service could provide a b2b profile or equivalent according to any other standard such as this specified by cXML, and the Internet Engineering Task Force (AS1 and AS2) .
- AS1 and AS2 the Internet Engineering Task Force
- the requirement of the b2b service is to provide to the gateway sufficient information (in a non-WSDL format) for the gateway to build a WSDL document describing the service.
- Sufficient information comprises details of the interface supported by the b2b client or service and a communication protocol and address to use when communicating with it.
- SOAP/JMS SOAP/HTTP and RNIF/HTTP channels by the gateway server
- one or more of these channels may be omitted and/or replaced and/or added to.
- other additional/alternative channels could provide communication using, for example, Internet Inter-Orb Protocol (HOP) , HOP Secure (HOPS) , HTTP, HTTP Secure (HTTPS) , SOAP over JMS, Remote Method Invocation (RMI) over HOP, XML over JMS, SOAP over Simple Mail Transfer Protocol (SMTP) , or Enterprise JavaBean (JavaBeans is a registered trademark of Sun Microsystems Inc.) .
- HOP Internet Inter-Orb Protocol
- HOPS HOP Secure
- HTTP HTTP Secure
- HTTPS HTTP Secure
- RMI Remote Method Invocation
- XML XML over JMS
- SOAP over Simple Mail Transfer Protocol SMTP
- Enterprise JavaBean JavaBeans is a registered trademark of Sun Microsystems Inc.
- the gateway of the preferred embodiment comprises a servlet 211, engine 212, and profiler 301.
- the functionality provided by these components could easily be distributed amongst fewer or more components and conceptually are provided by a single component which is the gateway 210.
- Fig. 4 shows how, according to the preferred embodiment of the present invention, WSDLb2b (302) is created based on a B2B Profile (303) ' received from a b2b service and a gateway channels profile (406) .
- the b2b profile (303) contains details of a Partner Information Process (PIP) and an XML Document Type Definition (DTD) which specify the services provided by the b2b service.
- PIP Partner Information Process
- DTD XML Document Type Definition
- the b2b profile contains details of PIP3A4 and XML DTD3A4 which define the exchange protocols and format of the messages (operations) which are used in the exchange protocol, respectively.
- XML DTD3A4 (401) and PIP3A4 (404) which are publicly available documents and therefore not necessary to include directly in the b2b profile (303) .
- XML DTD3A4 is first converted (411) into an XML Schema (402) using a standard tool, for example Extensible Stylesheet Language Translation (XSLT) , and then information from the XML Schema (402) relating to the format of the operations (messages) is transformed and copied (412) into a section (403) of the WSDL document (302) which describes the format of the messages supported by the service.
- XSLT Extensible Stylesheet Language Translation
- Information in PIP3A4 (404) is then transformed and copied (413) into a section (405) of the WSDL document (302) which describes the operations and associated exchange protocols supported by the service.
- Information relating to channels available in the gateway for example channels 215 and 304 of fig. 3, are added (414, 415) sections (407, 408) to the WSDL document (302) each of which specify the bindings for a channel in the gateway through which the service can be contacted.
- Fig. 5a is a flow diagram of the method followed by a gateway server on receipt of a b2b profile from a b2b service, for example, with reference to figure 3, the method of the profiler 301 on receipt of the b2b profile 223 from the aBook server 220.
- the gateway receives (311 of fig. 3) the b2b profile from the b2b service and at step 502 the b2b profile received is used to generate (312 of fig. 3) a WSDL document, for example, using a method as illustrated in fig. 4.
- the WSDL document describes the interfaces provided by the b2b service and the address of channels to which requests can be sent to the gateway server and details of and the protocols the channels support.
- the gateway provides (313 of fig. 3) to a UDDI registry details of the b2b service and a location in the gateway from which the WSDL can be obtained.
- the details of the b2b service provided to the UDDI registry may then be used by a web client to identify a service which it wishes to use and may, for example, include details of the web service such as the type of goods sold.
- Fig. 5b is a flow diagram of the method followed by a gateway server on receipt of a request from a web client for a b2b service, for example, with reference to figure 3, the method of the channels 215 and 304, gateway engine 212, and profiler 301 on receipt (238) of a request from a client application 202 for a the aBook service 221.
- the request is received (238 of fig. 3) by the gateway via one of the channels it supports and at step 511 details of the WSDL document that was provided to the client for making the request are obtained from the request.
- the WSDL document identified is matched (318 of fig. 3) with the b2b profile used to generate it, for example at step 502 of figure 5a.
- the b2b profile has been identified information relating to the location of the b2b service and the protocols which it supports are obtained from it and then, at step 513, this information is used to modify the request for sending to the b2b service, for example by changing the protocol from SOAP/JMS to RNIF/HTTP.
- the protocols used by the client and target service may be the same in which case the protocol used for the request need not be modified.
- the request is forwarded (317 of fig. 3) to the b2b service at the location specified in the b2b profile.
- step 502 of Fig. 5a the address of the channels to which request can be sent can be associated with the b2b profile used to create the WSDL document.
- steps 511 and 512 of Fig. 4b would not be required as the b2b profile could be obtained based on the location at which the request is received.
- step 502 need not be carried out after receipt of the b2b profile at step 501 and before providing details of the WSDL to a UDDI registry at step 503.
- the WSDL can be created on receipt of a request from a client for a copy of the WSDL, for example on receipt of request 235 of fig. 3 (not shown in figs 5a and 5b) .
- the present invention provides a method, apparatus and computer program product which enable a web service gateway which provides support for business services which are described using a particular document format, for example Web Service Definition Language (WSDL) , to further provide support for business services which are described using a different document format, for example in a business to business (b2b) profile such as specified by RosettaNet.
- the business service provides its profile to the gateway which generates a document from the profile and then uses the generated document to enable a web client, which recognises the document format but not the profile format, to access the web service via the gateway.
- WSDL Web Service Definition Language
- b2b business to business
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US10/552,393 US7499967B2 (en) | 2003-04-12 | 2004-03-25 | Access to web services |
| KR1020057016868A KR100887491B1 (en) | 2003-04-12 | 2004-03-25 | Access to web services |
| CNB2004800016095A CN100474298C (en) | 2003-04-12 | 2004-03-25 | Access to web services |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB0308522.2 | 2003-04-12 | ||
| GBGB0308522.2A GB0308522D0 (en) | 2003-04-12 | 2003-04-12 | Access to web services |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2004090751A2 true WO2004090751A2 (en) | 2004-10-21 |
| WO2004090751A3 WO2004090751A3 (en) | 2005-03-24 |
Family
ID=9956703
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/GB2004/001304 Ceased WO2004090751A2 (en) | 2003-04-12 | 2004-03-25 | Access to web services |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US7499967B2 (en) |
| KR (1) | KR100887491B1 (en) |
| CN (1) | CN100474298C (en) |
| GB (1) | GB0308522D0 (en) |
| TW (1) | TWI308281B (en) |
| WO (1) | WO2004090751A2 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1975820A1 (en) * | 2007-03-26 | 2008-10-01 | Symantec Corporation | Web services intermediary for sharing a single key |
| CN101257409B (en) * | 2008-04-15 | 2010-12-08 | 北京航空航天大学 | A Microscope Operating Platform Based on Web Services |
Families Citing this family (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050160153A1 (en) * | 2004-01-21 | 2005-07-21 | International Business Machines Corp. | Publishing multipart WSDL files to URL |
| US9760647B2 (en) * | 2004-12-08 | 2017-09-12 | Oracle International Corporation | Techniques for automatically exposing, as web services, procedures and functions stored in a database |
| US7921216B2 (en) * | 2005-02-01 | 2011-04-05 | Microsoft Corporation | System and method for building and using communication binding objects |
| US8433822B2 (en) * | 2005-03-09 | 2013-04-30 | Research In Motion Limited | System, method and apparatus for optimized wireless messaging |
| US8316132B2 (en) * | 2005-09-08 | 2012-11-20 | Nokia Corporation | Method to determine the completeness of a service guide |
| US20080052396A1 (en) * | 2006-08-22 | 2008-02-28 | Motorola, Inc. | Providing a service from an application service provider to a client in a communication system |
| US8214514B2 (en) * | 2006-10-26 | 2012-07-03 | International Business Machines Corporation | Auto-generation or auto-execution of web service description language call flow implementation |
| TWI397018B (en) * | 2008-09-26 | 2013-05-21 | Chao Kuei Huang | Electronic transaction market and order system framewok |
| US8255490B1 (en) * | 2008-10-22 | 2012-08-28 | Amazon Technologies, Inc. | Dynamic service-oriented architecture using customization code |
| US9239709B2 (en) * | 2009-06-09 | 2016-01-19 | At&T Intellectual Property I, L.P. | Method and system for an interface certification and design tool |
| US8863267B2 (en) * | 2009-06-26 | 2014-10-14 | Oracle International Corporation | Subscriber based policy for service network gateways |
| US8931036B1 (en) * | 2010-12-22 | 2015-01-06 | Sprint Communications Company L.P. | Transformation of extensible markup language documents for web services customization |
| US20130227541A1 (en) * | 2012-02-29 | 2013-08-29 | Gal Shadeck | Updating a web services description language for a service test |
| DE112014000702T5 (en) | 2013-02-06 | 2015-11-26 | Apple Inc. | Devices and methods for secure element transactions and asset management |
| CN103944956B (en) * | 2014-03-10 | 2017-06-20 | 浙江大学 | Web service broker method |
| US11902301B2 (en) * | 2021-07-20 | 2024-02-13 | Jpmorgan Chase Bank, N.A. | System and method for implementing an auto detect, fix and deploy module |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030163450A1 (en) * | 2001-05-25 | 2003-08-28 | Joram Borenstein | Brokering semantics between web services |
| CA2404602C (en) * | 2001-09-21 | 2009-07-14 | Corel Corporation | Web services gateway |
| US20040054969A1 (en) * | 2002-09-16 | 2004-03-18 | International Business Machines Corporation | System and method for generating web services definitions for MFS-based IMS applications |
| US7797450B2 (en) * | 2002-10-04 | 2010-09-14 | Oracle International Corporation | Techniques for managing interaction of web services and applications |
| GB0229890D0 (en) * | 2002-12-21 | 2003-01-29 | Ibm | Client access to web services |
| US8005854B2 (en) * | 2003-03-14 | 2011-08-23 | Sybase, Inc. | System with methodology for executing relational operations over relational data and data retrieved from SOAP operations |
-
2003
- 2003-04-12 GB GBGB0308522.2A patent/GB0308522D0/en not_active Ceased
-
2004
- 2004-03-25 CN CNB2004800016095A patent/CN100474298C/en not_active Expired - Fee Related
- 2004-03-25 US US10/552,393 patent/US7499967B2/en not_active Expired - Fee Related
- 2004-03-25 WO PCT/GB2004/001304 patent/WO2004090751A2/en not_active Ceased
- 2004-03-25 KR KR1020057016868A patent/KR100887491B1/en not_active Expired - Fee Related
- 2004-04-01 TW TW093109088A patent/TWI308281B/en not_active IP Right Cessation
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1975820A1 (en) * | 2007-03-26 | 2008-10-01 | Symantec Corporation | Web services intermediary for sharing a single key |
| CN101257409B (en) * | 2008-04-15 | 2010-12-08 | 北京航空航天大学 | A Microscope Operating Platform Based on Web Services |
Also Published As
| Publication number | Publication date |
|---|---|
| GB0308522D0 (en) | 2003-05-21 |
| KR100887491B1 (en) | 2009-03-10 |
| WO2004090751A3 (en) | 2005-03-24 |
| US20060195546A1 (en) | 2006-08-31 |
| TWI308281B (en) | 2009-04-01 |
| CN100474298C (en) | 2009-04-01 |
| KR20060010723A (en) | 2006-02-02 |
| CN1723460A (en) | 2006-01-18 |
| US7499967B2 (en) | 2009-03-03 |
| TW200506679A (en) | 2005-02-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7499967B2 (en) | Access to web services | |
| US7689430B2 (en) | Access to web services | |
| US6961760B2 (en) | Transforming data automatically between communications parties in a computing network | |
| CN1316403C (en) | Electronic commerce system for referencing remote commerce sites at local commerce site | |
| JP4712386B2 (en) | Presentation of process flow and choreography controller as a web service | |
| JP4223004B2 (en) | Method and system for ranking services in a web service architecture | |
| EP1483671B1 (en) | Provisioning aggregated services in a distributed computing environment | |
| JP4285655B2 (en) | Method, apparatus, and program for providing Web service | |
| EP1321853A2 (en) | Dynamic component transfer based on resource negotiations between computer systems | |
| US7319979B2 (en) | Dynamically interacting with an internet service using a client-specified communication proxy and protocol | |
| JP2004530194A (en) | Method and bridge for combining servers and clients of different object types | |
| US20040088352A1 (en) | Business to business integration via the web | |
| US7624404B2 (en) | Communication method selection for exchanging information between service requester and service provider | |
| US20050278417A1 (en) | Client access to web services | |
| EP1526694B1 (en) | Initiating distribution of server based content via web-enabled device | |
| Myerson | Web services architectures | |
| US7996562B2 (en) | Messaging system interface to web services | |
| JP2004246747A (en) | Existing service wrapping method and device | |
| CN100525313C (en) | Method and apparatus for controlling a multi-node process | |
| WO2004090750A2 (en) | Access to web services | |
| US20070282851A1 (en) | Mapping and communicating data from a user interface to an application program | |
| EP2101474A1 (en) | Service bindings for web services | |
| Schaeck | WebSphere Portal Server and Web Services Whitepaper | |
| JP4959339B2 (en) | Port type independent proxy support for web services intermediary | |
| US20070038721A1 (en) | Web service connecting apparatus, web service connecting method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A2 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 KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL 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: A2 Designated state(s): BW GH GM KE LS MW MZ 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 IT 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 | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 20048016095 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1020057016868 Country of ref document: KR |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2006195546 Country of ref document: US Ref document number: 10552393 Country of ref document: US |
|
| WWP | Wipo information: published in national office |
Ref document number: 1020057016868 Country of ref document: KR |
|
| DPEN | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101) | ||
| 122 | Ep: pct application non-entry in european phase | ||
| WWP | Wipo information: published in national office |
Ref document number: 10552393 Country of ref document: US |