web-services online training course content

5
Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com Course content Chapter 1. Overview of Web Services 1. Why Web Services? 2. Service-Oriented Architecture 3. HTTP and XML 4. Simple Object Access Protocol (SOAP) 5. Web Service Description Language (WSDL) 6. Universal Description, Discovery and Integration (UDDI) 7. The WS-I Basic and Related Profiles 8. REST Chapter 2. Web Services for Java EE 1. Hosting Web Services: Scenarios 2. Invoking Web Services: Scenarios 3. Web Services for Java EE (WS4JEE) 4. The Automated Approach: JAX-WS and JAXB 5. Manual Options: SAAJ and JAXP 6. Portable Web-Services Metadata 7. Service Registries: JAXR Chapter 3. The Simple Object Access Protocol 1. Messaging Model 2. Namespaces 3. SOAP over HTTP 4. The SOAP Envelope 5. The Message Header

Upload: instituteapex

Post on 23-Jan-2015

122 views

Category:

Education


0 download

DESCRIPTION

FRESH BATCH STARTING FROM NEXT WEEK ABOUT TRAINER • 8 YEARS OF INDUSTRY EXPERIENCE • 5 YEARS OF EXPERIENCE IN ONLINE, CLASS ROOM AND CORPORATE TRAINING FOR FREE DEMO contact us at: Phone : +91-8500-122-107 Phone :+91-8341-056-146 Phone : USA +1-2146283894 Phone : USA+1-512-522-8680 Email:[email protected] WebSite: www.apex-online-it-training.com • OTHER COURSE OFFERED AT APEX QA QA- Manual Testing QA- HP QTP (Quick Test Pro)|(Functional Automation Test tool) QA- VB script (for TESTERS) QA- HP QC (Quality Center) QA- SELENIUM IDE, RC, GRID and Web Driver QA- LOAD RUNNER QA- Microsoft Test tools (Coded UI, Unit Test, Web Test and Load Test tools) QA- Test Complete DATAWAREHOSING INFORMATICA INFORMATICA POWER CENTER INFORMATICA DATA QUALITY INFORMATICA POWER EXCHANGE SAP SAP- ABAP SAP- ABAP WORKFLOW SAP NetWEAVER EP SAP-BIW (Business information warehouse) SAP-SD (Sales and Distribution) SAP- ABAP HR SAP- ABAP OOP SAP- SECURITY SAP-CRM (Customer Relationship Management) SAP- BO’S SAP-WM (Warehouse Management) SAP-SEM (Strategic Enterprise Management) SAP-SCM (Supply Chain Management) SAP-MDM SAP-BPS SAP-OIL&GAS SAP- ABAP CROSSAPPLICATIONS SAP- ABAP WEBDYNPRO SAP- BASIS (System Administration) SAP- XI (exchange infrastructure) SAP- BI SAP-HRM (Human Resources Management) SAP-FICO(Finance and Controlling) SAP-PP (Production Planning) SAP-MM (Material Management) SAP-PS (PROJECT SYSTEMS) SAP-QM (Quality Management) SAP-IS (Industry Specific Solutions) MS-DOTNET TECHNOLOGIES ASP.NET (3.5) VB.NET C#.NET SPECIAL COURCES ASP.NET AJAX ASP.NET SLIVERLIGHT ASP.NET JAVA SCRIPT LINQ ADVANCED COURCES SHARE POINT-2007(Design, Development and Administration) BizTalk server JAVA TECHNOLOGIES Core Java Advanced Java J2EE / J2ME Data Bases SQA Robot DATA WAREHOUSING Informatics Business objects XI 3.1 HYPERION ESSBASE Data stage Cognos (Business Intelligence) Teradata ABINITIO HYPERION INTERACTIVE REPORT ORACLE ORACLE APPS FINACIALS R12 ORACLE APPS TECHNICAL ORACLE APPS HRMS ORACLE APPS SCM ORACLE APPS FRAME WORK ORACLE 10g//11i DBA ORACLE RAC DBA ORACLE ADVANCED RAC ORACLE APPLICATIONS SERVER DBA SQL/PLSQL ORACLE FUSION ORACLE CLINICAL SAS (Statistical Analysis Software) Clinical Financial Banking) BI SIEBELCRM & ANALYTICS PEOPLE SOFT SQL SERVER 2005 & 2008 SQL SERVER DBA PHP with my SQL SUN SOLARIES PEGA SYSTEM

TRANSCRIPT

Page 1: WEB-SERVICES ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Course content

Chapter 1. Overview of Web Services 1. Why Web Services?2. Service-Oriented Architecture3. HTTP and XML4. Simple Object Access Protocol (SOAP)5. Web Service Description Language (WSDL)6. Universal Description, Discovery and Integration (UDDI)7. The WS-I Basic and Related Profiles8. REST

Chapter 2. Web Services for Java EE 1. Hosting Web Services: Scenarios2. Invoking Web Services: Scenarios3. Web Services for Java EE (WS4JEE)4. The Automated Approach: JAX-WS and JAXB5. Manual Options: SAAJ and JAXP6. Portable Web-Services Metadata7. Service Registries: JAXR

Chapter 3. The Simple Object Access Protocol 1. Messaging Model2. Namespaces3. SOAP over HTTP4. The SOAP Envelope5. The Message Header6. The Message Body7. SOAP Faults8. Attachments

Chapter 4. The Java API for XML Binding 1. The Need for Data Binding2. XML Schema3. Two Paths

Page 2: WEB-SERVICES ONLINE TRAINING COURSE CONTENT

4. JAXB Compilation5. Mapping Schema Types to Java6. Java-to-XML Mapping Using Annotations7. Marshaling and Unmarshaling8. Working with JAXB Object Models9. In-Memory Validation

Chapter 5. Web Services Description Language 1. Web Services as Component-Based Software2. The Need for an IDL3. Web Services Description Language4. WSDL Information Model5. The Abstract Model -- Service Semantics6. Message Description7. Messaging Styles8. The Concrete Model -- Ports, Services, Locations9. Extending WSDL -- Bindings10. Service Description

Chapter 6. The Java API for XML-Based Web Services 1. Two Paths2. How It Works: Build Time and Runtime3. The Service Endpoint Interface4. Working from WSDL5. Working from Java6. RPC and Document Styles7. One-Way Messaging8. Binary Protocols

Chapter 7. WSDL-to-Java Development 1. The @WebService Annotation2. Generated Code3. Compilation and Assembly4. Deployment5. Runtime Behavior6. Scope of Code Generation7. More JAXB: Mapping Collections8. More JAXB: Mapping Enumerations

Chapter 8. Client-Side Development 1. Stubs and Proxies2. Generated Code3. Locating a Service4. Invoking a Service

Chapter 9. Java-to-WSDL Development 1. The @WebMethod, @XmlParam, and Related Annotations2. Scope of Code Generation3. More JAXB: Mapping Inheritance4. Controlling the XML Model5. Controlling the WSDL Description

Page 3: WEB-SERVICES ONLINE TRAINING COURSE CONTENT

Chapter 10. JAX-WS Best Practices 1. Which Way to Go?2. Interoperability Impact3. Portability Impact4. Polymorphism in Web Services5. Web Services as Java EE Components6. Lifecycle Annotations7. Context Interfaces8. The @WebServiceRef Annotation

Chapter 11. Provider and Dispatch APIs 1. Stepping Down2. The Provider<T> Interface3. Implementing a Provider4. JAXB Without WSDL5. Integrating JAXP6. The Dispatch<T> Interface7. Building Clients

Chapter 12. The SOAP with Attachments API for Java 1. The SAAJ Object Model2. Parsing a SOAP Message3. Reading Message Content4. Working with Namespaces5. Creating a Message6. Setting Message Content

Chapter 13. Message Handlers 1. Handling SOAP Headers2. Servlet Endpoint Context3. MessageContext and SOAPMessageContext4. Message Handlers and Handler Chains5. Processing Model and Patterns6. Client-Side Handlers

Chapter 14. EJBs as Web Services 1. Enterprise JavaBeans2. Three Tiers for Java EE3. EJB3 and JAX-WS4. Session Beans as Web Service Endpoints5. The Bean's Service Endpoint Interface6. SOAP as an EJB Protocol7. Pitfalls

Chapter 15. Handling Binary Content 1. The WS-I Attachments Profile2. Using base64Binary3. MIME Attachments4. JAX-WS Support5. MTOM and XOP6. SAAJ Support

Page 4: WEB-SERVICES ONLINE TRAINING COURSE CONTENT

Appendix A. Learning Resources Appendix B. Compatibility and Migration

1. JAX-RPC2. Comparing JAX-RPC and JAX-WS3. Using JAX-RPC and JAX-WS Together4. SOAP "Section 5" Encoding

Contact Us Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com