<div dir="ltr">Ahh.  Thanks a lot.  I should have gone through the change log a bit more before assuming.<div><br></div><div>Thanks,</div><div>Chase</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 14, 2015 at 5:43 PM, Mark Overmeer <span dir="ltr">&lt;<a href="mailto:mark@overmeer.net" target="_blank">mark@overmeer.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Chase Whitener (<a href="mailto:cwhitener@gmail.com">cwhitener@gmail.com</a>) [151014 21:25]:<br>
<span class="">&gt; I&#39;ve attached a simple test script to show the perceived problem.  The WSDL<br>
&gt; can be found herehttps://<a href="http://www.cwhitener.com/resource.wsdl" rel="noreferrer" target="_blank">www.cwhitener.com/resource.wsdl</a><br>
&gt;<br>
&gt; In version 2.38 I could (without error):my $wsdl =<br>
&gt; XML::Compile::WSDL11-&gt;new($content_from_attached_file);<br>
&gt; Yet, in version 3.03, the same code produces the error:error: no address in<br>
&gt; port ResourceWSSoap12<br>
<br>
</span>You upgrade your release over a major-number change, so need to be<br>
extra careful.  With version 3.00, there is full SOAP12 support... at<br>
the same time, that component grew considerable larger so I had to split<br>
it into a separate distribution.<br>
<br>
&gt; use File::Slurper &#39;read_text&#39;;<br>
&gt; use XML::Compile::WSDL11;<br>
&gt; use XML::Compile::SOAP11;<br>
<br>
If your WSDL contains SOAP12, you have to add<br>
  use XML::Compile::SOAP12;<br>
<br>
If other modules ae new enough, you will even see a suggestion to make<br>
this change as help to fix the error message.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Regards,<br>
<br>
               MarkOv<br>
<br>
------------------------------------------------------------------------<br>
       Mark Overmeer MSc                                MARKOV Solutions<br>
       Mark@Overmeer.net                          <a href="mailto:solutions@overmeer.net">solutions@overmeer.net</a><br>
<a href="http://Mark.Overmeer.net" rel="noreferrer" target="_blank">http://Mark.Overmeer.net</a>                   <a href="http://solutions.overmeer.net" rel="noreferrer" target="_blank">http://solutions.overmeer.net</a><br>
<br>
</font></span></blockquote></div><br></div>