Beispiel #1
0
 /** ProcessWSDLXML Method. */
 public void processWSDLXML(String strWSDL) {
   JAXBElement<TDefinitions> root = (JAXBElement) this.unmarshalThisMessage(strWSDL);
   String address = this.processInterfaceTypes((TDefinitions) root.getValue(), false);
   address = this.addAddressToTarget(address);
   if (address == null)
     this.processInterfaceTypes(
         (TDefinitions) root.getValue(), true); // Set the individual addresses
 }