WSDL File for the Document-Style Book Web Service

This WSDL file describes a document-style variant of the book web service. It forms the basis of the example in Section 6.6.2.1.

<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:jwsnut.chapter6.docbookservice/wsdl/DocBookQuery" xmlns:typesns="urn:jwsnut.chapter6.docbookservice/types/DocBookQuery" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DocBookQuery" targetNamespace="urn:jwsnut.chapter6.docbookservice/wsdl/DocBookQuery"> <types> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace= "urn:jwsnut.chapter6.docbookservice/types/DocBookQuery"> <element name="BookCountRequest"> <complexType> <sequence/> </complexType> </element> <element name="BookCountResponse"> <complexType> <sequence> <element name="result" type="xsd:int"/> </sequence> </complexType> </element> <element name="BookTitleRequest"> <complexType> <sequence> <element name="index" type="xsd:int"/> </sequence> </complexType> </element> <element name="BookTitleResponse"> <complexType> <sequence> <element name="result" type="xsd:string"/> </sequence> </complexType> </element> <element name="BookAuthorRequest"> <complexType> <sequence> <element name="title" type="xsd:string"/> </sequence> </complexType> ...

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.