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

Binding WSDL URL is Incorrect

Former Member
0 Likes
3,450

Hi All,

     In SOAMANAGER, the generated binding URL gives "This page can't be displayed error". The Generated URL points to wrong server. On changing the server to the correct one, the XML is successfully generated. But generated XML also has the wrong URL.

Eg:  Below is the URL generated by the SOAMANAGER. (server and port number are changed for security reasons)

http://xxxxx.:1234/sap/bc/srt/wsdl/bndg_551FFF4A2DAF31E9E1000000C706808E/wsdl11/allinone/ws_pol…

   

       But the actual URL should be

http://yyyyy:1234/sap/bc/srt/wsdl/bndg_551FFF4A2DAF31E9E1000000C706808E/wsdl11/allinone/ws_pol…

In both the cases, the port number is correct, only the Server ID is changed. How can this be corrected.

Thanks and Regards,

Sreenivasan Ravi

1 ACCEPTED SOLUTION
Read only

hasanajsh
Active Contributor
0 Likes
2,212

Hi,

You can check  1849044 - How to change the WSDL URL and the service URL for ABAP based Web Services

Follow the instructions to check what might be wrong and how to correct it.

Hi All,

     In SOAMANAGER, the generated binding URL gives "This page can't be displayed error". The Generated URL points to wrong server. On changing the server to the correct one, the XML is successfully generated. But generated XML also has the wrong URL.

Eg:  Below is the URL generated by the SOAMANAGER. (server and port number are changed for security reasons)

http://xxxxx.:1234/sap/bc/srt/wsdl/bndg_551FFF4A2DAF31E9E1000000C706808E/wsdl11/allinone/ws_pol…

   

       But the actual URL should be

http://yyyyy:1234/sap/bc/srt/wsdl/bndg_551FFF4A2DAF31E9E1000000C706808E/wsdl11/allinone/ws_pol…

In both the cases, the port number is correct, only the Server ID is changed. How can this be corrected.

Thanks and Regards,

Sreenivasan Ravi

2 REPLIES 2
Read only

hasanajsh
Active Contributor
0 Likes
2,213

Hi,

You can check  1849044 - How to change the WSDL URL and the service URL for ABAP based Web Services

Follow the instructions to check what might be wrong and how to correct it.

Read only

Former Member
0 Likes
2,212

Thank you Shkelzen Hasanaj for the quick reply...