}
public String getSoapAddressLocation() throws IllegalAccessException {
String location = null;
if (services.length > 0) {
TPort port = services[0].getPortArray(0);
if(null != port) {
try {
TAddress[] soapAddress = Utilities.selectChildren(port, TAddress.class);
if(soapAddress.length > 0) {
location = soapAddress[0].getLocation();