jms and http in one wsdl file
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) -->
|
||||
<xs:schema xmlns:a="http://www.demo.com/author1"
|
||||
<xs:schema xmlns:a="http://www.demo.com/PostRequest"
|
||||
xmlns:p="http://www.demo.com/person"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ns0="http://www.demo.com/author"
|
||||
targetNamespace="http://www.demo.com/author1"
|
||||
targetNamespace="http://www.demo.com/PostRequest"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified">
|
||||
<xs:complexType name="AuthorType">
|
||||
<xs:complexType name="AuthorType">
|
||||
<xs:complexContent>
|
||||
<xs:extension base="a:PersonType">
|
||||
<xs:sequence>
|
||||
|
||||
Reference in New Issue
Block a user