cancel
Showing results for 
Search instead for 
Did you mean: 

[NWDS] How to get webservice endpoint from difference system and client ?

Former Member
0 Kudos

Hi,

I need to call webservice from my code.

I have to created new model from my project below.

and then I use local wsdl file (for example)

when it done new model will show in my project.

and I can see default webservice endpoint.

and now I can developing with this model.

Question is : if I have same service but it on difference system and client as example

http://xxxx:8000/sap/bc/srt/rfc/sie/test_ws_test_abc/100/sie_test_ws_test_abc/sie_test_ws_test_abc

http://yyyy:8000/sap/bc/srt/rfc/sie/test_ws_test_abc/400/sie_test_ws_test_abc/sie_test_ws_test_abc

http://zzzz:8000/sap/bc/srt/rfc/sie/test_ws_test_abc/800/sie_test_ws_test_abc/sie_test_ws_test_abc


How to get webservice endpoint for each system and client ?

I don't want to change target address in the model. I looking for some coding or some configration for flexibility.

Thanks in advance



Accepted Solutions (1)

Accepted Solutions (1)

rohit_j
Participant
0 Kudos

Hi ,

You can enable service groups to the service imported. It would help if you share version of NWDS you are using.

See the below link on how to enable service groups.

Viewing and Creating Service Groups in Web Dynpro Explorer - Developing Java Web Dynpro Applicati...

Best Regards,

Rohit

Former Member
0 Kudos

Hi Rohit,

Thanks for answer and my NWDS version is  7.0.26

Regards

junwu
Active Contributor
0 Kudos

you have to configure the destination in VA.

In the first screen why you choose the deprecated one?

Former Member
0 Kudos

Hi Jun Wu,

This is the old project and the old devloper use this one.

I just followed the step.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Thanabat,

You can create a proxy configuration and map it to actual target system by following tutorial.

http://help.sap.com/saphelp_nw04/helpdata/en/da/2bf042493ef54499a77394ef6be096/content.htm

Regards