Blob Blame History Raw
--- a/lib/SOAP/WSDL/Transport/HTTP.pm	2015-04-02 12:17:58.000000000 -0500
+++ b/lib/SOAP/WSDL/Transport/HTTP.pm	2017-02-04 12:31:10.501103626 -0600
@@ -29,6 +29,9 @@
         ? lc($encoding)
         : 'utf-8';
 
+    $endpoint = ""
+        if not defined($endpoint);
+
     $content_type = "text/xml; charset=$encoding"
         if not defined($content_type);
     # what's this all about?