diff options
author | Struan Donald <struan@exo.org.uk> | 2015-07-20 12:55:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2015-07-20 12:55:43 +0100 |
commit | 31852c6443de834e5f9b2b3601ece2a8119eec6c (patch) | |
tree | 21d0009e446066efe1b9ffe401a57877863210c5 | |
parent | 09ccfd13df2210916031d14a15062b14bb51f320 (diff) |
update east hampshire end point
-rw-r--r-- | perllib/EastHantsWSDL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/EastHantsWSDL.pm b/perllib/EastHantsWSDL.pm index d799f4025..181cc93a1 100644 --- a/perllib/EastHantsWSDL.pm +++ b/perllib/EastHantsWSDL.pm @@ -5,7 +5,7 @@ package EastHantsWSDL; my %methods = ( INPUTFEEDBACK => { - endpoint => 'http://www.easthants.gov.uk:80/forms.nsf/InputFeedback?OpenWebService', + endpoint => 'http://91.224.27.33/forms.nsf/InputFeedback?OpenWebService', soapaction => 'INPUTFEEDBACK', uri => 'urn:DefaultNamespace', parameters => [ |