Skip to content

Instantly share code, notes, and snippets.

@jonashackt
Created April 27, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonashackt/64d214cbf7c2d5c4dd01 to your computer and use it in GitHub Desktop.
Save jonashackt/64d214cbf7c2d5c4dd01 to your computer and use it in GitHub Desktop.
Edited generated File
@javax.xml.bind.annotation.XmlSchema(
namespace = "http://ws.cdyne.com/WeatherWS/",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED,
xmlns = {
@javax.xml.bind.annotation.XmlNs(namespaceURI = "http://ws.cdyne.com/WeatherWS/", prefix = "weather")
})
package com.cdyne.ws.weatherws;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment