<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The wrong IP address in WSDL when making a web service by web service maker in Developers</title>
    <link>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8689#M2224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I had the same issue, and just found this topic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Davel, when you fixed this issue, did you just update the configuration file or went through all the steps in "&lt;A href="http://support.sas.com/kb/35/885.html"&gt;http://support.sas.com/kb/35/885.html&lt;/A&gt;" (redeploy 4 ear files)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;thanks, William&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 18:05:48 GMT</pubDate>
    <dc:creator>William</dc:creator>
    <dc:date>2011-10-24T18:05:48Z</dc:date>
    <item>
      <title>The wrong IP address in WSDL when making a web service by web service maker</title>
      <link>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8686#M2221</link>
      <description>I was following the &lt;A href="http://support.sas.com/resources/papers/proceedings10/015-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/015-2010.pdf&lt;/A&gt; to deploy a stored process as generated web services. The WSDL was generated as paper said, but it also put a ip as soap adress in the WSDL as below.&lt;BR /&gt;
&lt;BR /&gt;
&lt;SERVICE name="orWS"&gt;&lt;BR /&gt;
&lt;PORT name="orWSPort" binding="tns:orWSSoapBinding"&gt;&lt;BR /&gt;
  &lt;ADDRESS location="http://130.38.50.15:38080/SASBIWS/services/orWS"&gt;&lt;/ADDRESS&gt; &lt;BR /&gt;
  &lt;/PORT&gt;&lt;BR /&gt;
  &lt;/SERVICE&gt;&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately our server have multiple network adaptors, and the IP which picked by web service maker in WSDL isn't the correct one which opened for client access. Is there any way to change it to domain name?</description>
      <pubDate>Fri, 23 Apr 2010 08:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8686#M2221</guid>
      <dc:creator>Devel</dc:creator>
      <dc:date>2010-04-23T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: The wrong IP address in WSDL when making a web service by web service maker</title>
      <link>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8687#M2222</link>
      <description>I asked around, and this is the answer I got:&lt;BR /&gt;
&lt;BR /&gt;
Set this property in the Axis2 configuration file:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;PARAMETER name="hostname" locked="true"&gt;myhost.com&lt;/PARAMETER&gt;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
It's located in sas.wip.services.ear/sas.biws.war/WEB-INF/conf/axis2.xml&lt;BR /&gt;
&lt;BR /&gt;
It will use the specified DNS name instead of the IP address.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Fri, 23 Apr 2010 15:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8687#M2222</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-04-23T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: The wrong IP address in WSDL when making a web service by web service maker</title>
      <link>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8688#M2223</link>
      <description>It works and Thanks!&lt;BR /&gt;
&lt;BR /&gt;
I also got a sas notes about this issue. Just share as below.&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/35/885.html" target="_blank"&gt;http://support.sas.com/kb/35/885.html&lt;/A&gt;</description>
      <pubDate>Mon, 26 Apr 2010 10:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8688#M2223</guid>
      <dc:creator>Devel</dc:creator>
      <dc:date>2010-04-26T10:46:04Z</dc:date>
    </item>
    <item>
      <title>The wrong IP address in WSDL when making a web service by web service maker</title>
      <link>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8689#M2224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I had the same issue, and just found this topic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Davel, when you fixed this issue, did you just update the configuration file or went through all the steps in "&lt;A href="http://support.sas.com/kb/35/885.html"&gt;http://support.sas.com/kb/35/885.html&lt;/A&gt;" (redeploy 4 ear files)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;thanks, William&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 18:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/The-wrong-IP-address-in-WSDL-when-making-a-web-service-by-web/m-p/8689#M2224</guid>
      <dc:creator>William</dc:creator>
      <dc:date>2011-10-24T18:05:48Z</dc:date>
    </item>
  </channel>
</rss>

