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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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