---------------------------------------- > Subject: RE: How best to transform a XML file into a message. > Date: Thu, 2 Apr 2009 09:32:47 -0700 > From: spam haven CT > To: [email protected] > > Hi Mike. > > The Java route for different versions of the WSDL is a very good > solution. Especially if you couple this with Maven2 and the use of an > artifact repository such as Archiva (http://archiva.apache.org/). Then, > you can construct an individual, versioned JAR file for each version of > the WSDL. In your Java code the run the application you can then simply > configure it to use the appropriate version as necessary. This would > remove the need to "update your classpath" - you'd simply let Maven2 > manage the dependencies. >
Thanks, I'll look at that but couldn't I just use subversion for that? If I find a new wsdl file, I can just copy if over a local svn check out, commit the new one, and then go back and play around if needed. > Another follow on question to your previous email: Are they changing the > WSDL or the Schema of the web services? > I hate to ask but does the XML file actually relate to your WSDL or is it unrelated DATA, intended for a local XML parser to examine? You may be just asking a question like, " how do I send a JPEG or PDF file in a SOAP response?" > Alastair _________________________________________________________________ Windows Liveā¢: Keep your life in sync. http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009
