*/
void sign(final String spiStr) throws ServiceLocationException {
List spiList = stringToList(spiStr, ",");
for (Iterator urlIter = urlList.iterator(); urlIter.hasNext();) {
ServiceURL url = (ServiceURL) urlIter.next();
url.sign(spiList);
}
}
/**
* verify the ServiceReply.