Changeset 7934 for main/waeup.custom/trunk/src/waeup/custom/interswitch
- Timestamp:
- 21 Mar 2012, 13:50:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/interswitch/browser.py
r7928 r7934 219 219 220 220 # Add webservice validation 221 validation_list = get_SOAP_response( 222 PRODUCT_ID, self.context.p_id).split(':') 223 # Validation does not make sense yet since the query string 224 # formats are conflicting. 225 print validation_list 221 try: 222 validation_list = get_SOAP_response( 223 PRODUCT_ID, self.context.p_id).split(':') 224 # Validation does not make sense yet since the query string 225 # formats are conflicting. We are only printing the validation string, 226 # nothing else. 227 print validation_list 228 except: 229 print 'Connection to webservice failed.' 226 230 227 231 write_log_message(self,'valid callback: %s' % self.context.p_id)
Note: See TracChangeset for help on using the changeset viewer.