logging in or signing up LBF07 garrould FunSchool Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINTLite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 48 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: December 04, 2007 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Web Services in ActionJohn Garrould April 2007: Web Services in Action John Garrould April 2007Web Services: Questions…..: Web Services: Questions….. What are Web Services? Why should we investigate the use of Web Services? Where can we get more information? How do we get started?Web Services: Overview: Web Services: Overview User friendly definition of Web Services Examples of the problems Web Services solve BIC Web Service standards Example of the BIC P&A Web Service in action Example of the BIC Order Cancellation Web Service in action Getting startedWeb Services: The official definition: Web Services: The official definition According to the W3C a Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface that is described in a machine-processable format such as WSDL. Other systems interact with the Web service in a manner prescribed by its interface using messages, which may be enclosed in a SOAP envelope, or follow a REST approach. These messages are typically conveyed using HTTP, and are normally comprised of XML in conjunction with other Web-related standards. Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet ………… http://wikipedia.org/Web Services: A very simple definition: Web Services: A very simple definition A ‘Web Service’ is a service such as ISBN P&A enquiry, that is provided over the web as a specially formatted web page, with the intention that the page will be used directly by a software application (such as Bertline, PubEasy etc), in real-time. <PriceAvailabilityRequest version="1.1" xmlns="http://www.bic.org.uk/webservices"> <Header> <ClientID>12345</ClientID> <ClientPassword>x9a44Ysj</ClientPassword> <AccountIdentifier> <AccountIDType>02</AccountIDType> <IDValue>12345</IDValue> <AccountIdentifier> <PriceAvailabilityRequestNumber>1</PriceAvailabilityRequestNumber> <IssueDateTime>20060418</IssueDateTime> <SupplierIdentifier> <SupplierIDType>02</SupplierIDType> <IDValue>XYZ</IDValue> </SupplierIdentifier> ……………………… The User View of P&A Enquiry The Web Service View of P&A EnquiryProblems solved by Web Services: Problems solved by Web Services Low barrier to deployment Set-up becomes an administrative task, which can be as simple as giving a new customer access to you web site. Integration can be simpler and costs are lower than using EDI. Out of date information Information is retrieved on demand in real-time Brings information to the user, rather than the user searching Impatience – the need for an instant result Firewall issues Interoperability BIC Web Service Standards: BIC Web Service Standards http://www.bic.org.ukExample: Web Services in Action: Example: Web Services in Action Price & Availability Bertline 301 Waterstones Intranet System Order Cancellation Bertline 301 Demo Java Desktop application AS/400 ERP Application Example: P&A Enquiry: Example: P&A Enquiry Purpose Retrieve the Price & Availability of one or a list of ISBNs either directly from a supplier or via a bureau service such as PubEasy. For seamless, real-time integration into an application. Benefit: Real-time accurate data brought directly to users.Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301 An example of how easily a web service can be configured.Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301Example: P&A on Waterstones Intranet: Example: P&A on Waterstones Intranet Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Purpose Cancel a backordered line with a supplier Seamless, real-time integration into purchasing application Benefits: No established EDI equivalent in the UK Automates a costly customer service process Reduces the many phone calls, faxes, e-mails and postal requests Keeps the suppliers backorders and customers PO files synchronised. Example: Order Cancellation Web Service: Example: Order Cancellation Web ServiceExample: Order Cancellation Web Service: Example: Order Cancellation Web Service The cancel with supplier option is available if the supplier supports the BIC Order Cancellation Web Service. Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Clicking YES will execute the Order Cancellation Web Service against the supplier / bureau service. If successful the line will be cancelled at the supplier and cancelled off the PO file in Bertline. If unsuccessful the user will be told why – typically this will be because the item has already been despatched.Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Purchase Order details perfectly in sync with the supplier.Example: Order Cancellation Web Service: Example: Order Cancellation Web ServiceNext steps….: Next steps…. Talk to your IT / Software providers Do they support the P&A and Order Cancellation standard either directly or via a bureau service such as PubEasy or Nielsen Booknet? Have a look at the Web Services section of the BIC web site. Take new requirements to BIC Join the BIC web services Yahoo group to keep up to date and ask implementation questions. Report new implementations to BICMore information: More information BIC http://www.bic.org.uk/ Peter@bic.org.uk Join the BIC Web Services Group on Yahoo bicwebservices-subscribe@yahoogroups.co.uk Sample code http://code.google.com/p/bicws/ John Garrould – John@Bertrams.com You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
LBF07 garrould FunSchool Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINTLite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 48 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: December 04, 2007 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Web Services in ActionJohn Garrould April 2007: Web Services in Action John Garrould April 2007Web Services: Questions…..: Web Services: Questions….. What are Web Services? Why should we investigate the use of Web Services? Where can we get more information? How do we get started?Web Services: Overview: Web Services: Overview User friendly definition of Web Services Examples of the problems Web Services solve BIC Web Service standards Example of the BIC P&A Web Service in action Example of the BIC Order Cancellation Web Service in action Getting startedWeb Services: The official definition: Web Services: The official definition According to the W3C a Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface that is described in a machine-processable format such as WSDL. Other systems interact with the Web service in a manner prescribed by its interface using messages, which may be enclosed in a SOAP envelope, or follow a REST approach. These messages are typically conveyed using HTTP, and are normally comprised of XML in conjunction with other Web-related standards. Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet ………… http://wikipedia.org/Web Services: A very simple definition: Web Services: A very simple definition A ‘Web Service’ is a service such as ISBN P&A enquiry, that is provided over the web as a specially formatted web page, with the intention that the page will be used directly by a software application (such as Bertline, PubEasy etc), in real-time. <PriceAvailabilityRequest version="1.1" xmlns="http://www.bic.org.uk/webservices"> <Header> <ClientID>12345</ClientID> <ClientPassword>x9a44Ysj</ClientPassword> <AccountIdentifier> <AccountIDType>02</AccountIDType> <IDValue>12345</IDValue> <AccountIdentifier> <PriceAvailabilityRequestNumber>1</PriceAvailabilityRequestNumber> <IssueDateTime>20060418</IssueDateTime> <SupplierIdentifier> <SupplierIDType>02</SupplierIDType> <IDValue>XYZ</IDValue> </SupplierIdentifier> ……………………… The User View of P&A Enquiry The Web Service View of P&A EnquiryProblems solved by Web Services: Problems solved by Web Services Low barrier to deployment Set-up becomes an administrative task, which can be as simple as giving a new customer access to you web site. Integration can be simpler and costs are lower than using EDI. Out of date information Information is retrieved on demand in real-time Brings information to the user, rather than the user searching Impatience – the need for an instant result Firewall issues Interoperability BIC Web Service Standards: BIC Web Service Standards http://www.bic.org.ukExample: Web Services in Action: Example: Web Services in Action Price & Availability Bertline 301 Waterstones Intranet System Order Cancellation Bertline 301 Demo Java Desktop application AS/400 ERP Application Example: P&A Enquiry: Example: P&A Enquiry Purpose Retrieve the Price & Availability of one or a list of ISBNs either directly from a supplier or via a bureau service such as PubEasy. For seamless, real-time integration into an application. Benefit: Real-time accurate data brought directly to users.Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301 An example of how easily a web service can be configured.Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301Example: P&A Enquiry – Bertline 301: Example: P&A Enquiry – Bertline 301Example: P&A on Waterstones Intranet: Example: P&A on Waterstones Intranet Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Purpose Cancel a backordered line with a supplier Seamless, real-time integration into purchasing application Benefits: No established EDI equivalent in the UK Automates a costly customer service process Reduces the many phone calls, faxes, e-mails and postal requests Keeps the suppliers backorders and customers PO files synchronised. Example: Order Cancellation Web Service: Example: Order Cancellation Web ServiceExample: Order Cancellation Web Service: Example: Order Cancellation Web Service The cancel with supplier option is available if the supplier supports the BIC Order Cancellation Web Service. Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Clicking YES will execute the Order Cancellation Web Service against the supplier / bureau service. If successful the line will be cancelled at the supplier and cancelled off the PO file in Bertline. If unsuccessful the user will be told why – typically this will be because the item has already been despatched.Example: Order Cancellation Web Service: Example: Order Cancellation Web Service Purchase Order details perfectly in sync with the supplier.Example: Order Cancellation Web Service: Example: Order Cancellation Web ServiceNext steps….: Next steps…. Talk to your IT / Software providers Do they support the P&A and Order Cancellation standard either directly or via a bureau service such as PubEasy or Nielsen Booknet? Have a look at the Web Services section of the BIC web site. Take new requirements to BIC Join the BIC web services Yahoo group to keep up to date and ask implementation questions. Report new implementations to BICMore information: More information BIC http://www.bic.org.uk/ Peter@bic.org.uk Join the BIC Web Services Group on Yahoo bicwebservices-subscribe@yahoogroups.co.uk Sample code http://code.google.com/p/bicws/ John Garrould – John@Bertrams.com