Browse Source

ISLANDROA-757 changed default soap var to point to the real wsdl

pull/174/head
William Panting 12 years ago
parent
commit
47893b1938
  1. 2
      formClass.inc

2
formClass.inc

@ -232,7 +232,7 @@ class formClass {
$form['fedora_soap_url'] = array(
'#type' => 'textfield',
'#title' => t('Fedora SOAP Url'),
'#default_value' => variable_get('fedora_soap_url', 'http://localhost:8080/fedora/services/access?wsdl'),
'#default_value' => variable_get('fedora_soap_url', 'http://localhost:8080/fedora/wsdl?api=API-A'),
'#description' => t('The URL to use for SOAP connections'),
'#required' => TRUE,
'#weight' => -12,

Loading…
Cancel
Save