From 47893b1938851df48a233b8dafd8e273c98ee69e Mon Sep 17 00:00:00 2001 From: William Panting Date: Fri, 12 Oct 2012 15:46:43 -0300 Subject: [PATCH] ISLANDROA-757 changed default soap var to point to the real wsdl --- formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formClass.inc b/formClass.inc index fe9df715..30f7d220 100644 --- a/formClass.inc +++ b/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,