cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring logical destination for webservice in Visual admin

former_member182205
Participant
0 Kudos

Hi,

I want to execute one webservice from java webdynpro. I got the WSDL for that webservice. Webservice runs on some other server other than portal server. As of now that service runs one server, after some time client will move that webservice to some other server.

So my question is If i use WSDL directly while using adaptive web service model in java webdynpro, how i will prevent the error in webdynpro when client suddenly moves the web service to some other server. ?

for that I am thinking of using logical destination instead of WSDL url. I want to know am i correct on this ?

and how to configure logical destination (default metadata destination AND default execution destination) in visual admin, so that i can use logical destination instead of WSDL directly.

please reply.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member214651
Active Contributor
0 Kudos

Hi,

If you are working on CE environment, u can create destinations in NetWeaver Administration (NWA) by following the steps below:

1. Log into NWA using Administrator credentials with the url http://<host>:<port>/nwa

2. Navigate to SOA Management-->Destination Template Management

3. Click on "Create Destination"

4. Select the type as "WSIL" from the dropdown

5. Enter the name for METADATA as "WS_METADATA_DEST"

6. Enter the url as http://<host>:<port>/inspection.wsil

7. Select the type as "Java"

8. Enter the other required system details. and the Authentication details

9. Save the destination.

10. Perform the same steps for MODELDATA as well.

These 2 destinations can be used when u import as Adaptive WS model in WDJ

Regards,

Poojith MV

former_member182205
Participant
0 Kudos

Hi Poojitha,

I am using EP 7.0, Can you please tell me NW04s visual admin steps.

thanks

regards

Rahul..

former_member214651
Active Contributor
0 Kudos

This message was moderated.

former_member185879
Active Contributor
0 Kudos

Hi Rahul,

You can configure the logical destination for the WebService in the following Path in Visual Admin.

Server>Services>Web Service Security>WebService Clients>Sap.com-->Dynamic WS Proxies.

Here you can create a Logical Destination for WebServices.

Revert for any Clarificaton.

Regards

Nizamudeen SM

Edited by: Nizamudeen SM on Oct 5, 2010 11:17 AM