BookmarkSubscribeRSS Feed
Devel
Calcite | Level 5
I was following the http://support.sas.com/resources/papers/proceedings10/015-2010.pdf 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.







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?
3 REPLIES 3
Vince_SAS
Rhodochrosite | Level 12
I asked around, and this is the answer I got:

Set this property in the Axis2 configuration file:

[pre]myhost.com[/pre]

It's located in sas.wip.services.ear/sas.biws.war/WEB-INF/conf/axis2.xml

It will use the specified DNS name instead of the IP address.



Vince DelGobbo
SAS R&D
Devel
Calcite | Level 5
It works and Thanks!

I also got a sas notes about this issue. Just share as below.
http://support.sas.com/kb/35/885.html
William
Calcite | Level 5

I had the same issue, and just found this topic.

Davel, when you fixed this issue, did you just update the configuration file or went through all the steps in "http://support.sas.com/kb/35/885.html" (redeploy 4 ear files)?

thanks, William

sas-innovate-white.png

🚨 Early Bird Rate Extended!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Lock in the best rate now before the price increases on April 1.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 3159 views
  • 0 likes
  • 3 in conversation