Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Some question about Web service

Former Member
0 Likes
633

Hi experts,

I have created a Web service about Function Module 'BAPI_EXCHANGERATE_GETDETAIL'.Now I plan to use Transaction code 'WSADMIN' to create a WSDL.But the display result of IE tell me my host could not be resolved by DNS.I don't know how to solve this question, and which happened based on this question.Is there any experienced experts tell me the solution?

Thanks & Best regards!

Kelvin

Hi experts,

I have created a Web service about Function Module 'BAPI_EXCHANGERATE_GETDETAIL'.Now I plan to use Transaction code 'WSADMIN' to create a WSDL.But the display result of IE tell me my host could not be resolved by DNS.I don't know how to solve this question, and which happened based on this question.Is there any experienced experts tell me the solution?

Thanks & Best regards!

Kelvin

4 REPLIES 4
Read only

Former Member
0 Likes
611

Hi,

In your system folder:

C:\WINDOWS\system32\drivers\etc there is a file hosts;

Add your server I address and servername in it.

like:

193.10.100.70 myserver.com MYSERVER

Hope this will resolve the problem. If you do not have authorisation for the same, your network admin will help.

Regards,

Renjith Michael.

Read only

0 Likes
611

Hi Michael,

Thank you for your feedback. Can you tell me which file I must add server address and server name in?

About this format '193.10.100.70 myserver.com MYSERVER'.'193.10.100.70' is server address, 'MYSERVER' is server name. what's 'myserver.com'?

Thanks and Best Regards,

Kelvin

Read only

0 Likes
611

Hi,

The file name is 'hosts'. Open it with notepad.

'myserver.com' is the domain name for your server. Please ask your BASIS team what is the domain server name they use to see BSP Pages. Also ask them to send you the host settings to view BSP applications.

Regards,

Renjith Michael.

Read only

0 Likes
611

Michael,Thanks a lot!