Java to Wsdl Mapping in Windup Tools -


i trying deploy sample weblogic application in jboss 7.1.1 final. needed use windup tools. in windup tool shows **java wsdl mapping ** following code. don't know is. googled it, still no progress. please me out here. lengthy code, more thousand lines. have given sample.

  <?xml version='1.0' encoding='utf-8'?>     <j2ee:java-wsdl-mapping xmlns:j2ee='http://java.sun.com/xml/ns/j2ee'       xmlns:xsi='http://www.w3.org/2001/xmlschema-instance'>     <j2ee:package-mapping>     <j2ee:package-type>spclink</j2ee:package-type>     <j2ee:namespaceuri>a url here</j2ee:namespaceuri>     </j2ee:package-mapping> 

it's mapping tells webservices provider how de/serialize java objects from/to xml. it's generated java, or other way, wsdl can generate java objects. guess it's done manually. should able find matching java classes in source.

i think nowadays can rely on annotations, , on default mapping. depends if can change wsdl schema or not.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -