jaxb2: after SHA: 4ba5acb72ebc24cc2100766cad088308dd64f4d5 new WSDL targetNamespace...
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 Dec 2015 18:28:49 +0000 (19:28 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 Dec 2015 18:28:49 +0000 (19:28 +0100)
jaxb2/web-services-spring-jaxb2-client/src/main/build-resources/wsdl/example.wsdl

index 5094a3a..368eb3b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://gumartinm.name/spring-ws/example" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://gumartinm.name/resource/wsdl/schemas" targetNamespace="http://gumartinm.name/resource/wsdl/schemas">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://gumartinm.name/spring-ws/example" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://gumartinm.name/spring-ws/exampleService" targetNamespace="http://gumartinm.name/spring-ws/exampleService">
   <wsdl:types>
     <xs:schema xmlns:annox="http://annox.dev.java.net" xmlns:example="http://gumartinm.name/spring-ws/example" xmlns:inheritance="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:parent="http://gumartinm.name/spring-ws/parent" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" jaxb:extensionBindingPrefixes="inheritance annox" jaxb:version="2.1" targetNamespace="http://gumartinm.name/spring-ws/example">
     
     <wsdl:part element="sch:CustomBindingExampleFault" name="CustomBindingExampleFault">
     </wsdl:part>
   </wsdl:message>
-  <wsdl:message name="CustomBindingExampleRequest">
-    <wsdl:part element="sch:CustomBindingExampleRequest" name="CustomBindingExampleRequest">
-    </wsdl:part>
-  </wsdl:message>
   <wsdl:message name="ExampleRequest">
     <wsdl:part element="sch:ExampleRequest" name="ExampleRequest">
     </wsdl:part>
     <wsdl:part element="sch:CustomBindingExampleResponse" name="CustomBindingExampleResponse">
     </wsdl:part>
   </wsdl:message>
+  <wsdl:message name="CustomBindingExampleRequest">
+    <wsdl:part element="sch:CustomBindingExampleRequest" name="CustomBindingExampleRequest">
+    </wsdl:part>
+  </wsdl:message>
   <wsdl:portType name="Examples">
     <wsdl:operation name="Example">
       <wsdl:input message="tns:ExampleRequest" name="ExampleRequest">