67686970717273
protected String targetEndpoint; protected List policies; protected Map wsdls = new HashMap(); public SoapEndpoint() { policies = Collections.singletonList(new AddressingHandler()); }
66676869707172