1 28 29 @javax.xml.bind.annotation.XmlSchema ( 30 namespace="http://schemas.xmlsoap.org/wsdl/", 31 xmlns = { 32 @javax.xml.bind.annotation.XmlNs(prefix = "wsdl", 33 namespaceURI="http://schemas.xmlsoap.org/wsdl/"), 34 @javax.xml.bind.annotation.XmlNs(prefix = "soap", 35 namespaceURI="http://schemas.xmlsoap.org/wsdl/soap/") 36 } 37 ) 38 package com.caucho.soap.wsdl; 39 | Popular Tags |