java - Spring wsdl generation with jaxb:version="2.1" -


I am trying to generate a wsdl that contains a JSB binding version used in my XSD files. The end result is something of the range I wsdl want:

   

:

   

I use spring 2.5.6 with spring web service components 1.5.5. I suspect that the problem is in my Spring Reference Setup, which looks like this:

  & lt; Bean id = "Client services" category = "org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition" & gt; & Lt; Property Name = "PortTipName" value = "Client Services Port" / & gt; & Lt; Property Name = "locationUri" value = "http: // localhost / client / services / ClientServices" /> & Lt; Property Name = "Schema Collection" Riff = "Client Services Seema Collection" / & gt; & Lt; Property Name = "RequestShuffix" value = "Request Message" /> & Lt; Asset Name = "Feedback Sfix" Value = "Response Message" /> & Lt; / Bean & gt; & Lt; Bean id = "Client Services Schema Collection" class = "org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection" & gt; & Lt; Description & gt; This bean wraps all XSDS and inlays them as one & lt; / Description & gt; & Lt; Property name = "inline" value = "true" /> & Lt; Property Name = "xsds" & gt; & Lt; List & gt; & Lt; Price & gt; Classpath *: XSD / sample.xsd & lt; / Pricing & gt; & Lt; / List & gt; & Lt; / Property & gt; & Lt; / Bean & gt;  

Part of sample.xsd:

  & lt ;? XML version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Xs: schema xmlns = "http://schemas.yyy.co.za/zzz" xmlns: jaxb = "http://java.sun.com/xml/ns/jaxb" jaxb: version = "2.1"  

Thanks in advance


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -