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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 2455 views
  • 0 likes
  • 3 in conversation