cancel
Showing results for 
Search instead for 
Did you mean: 

The endpoints for UDDI and Classification Service have not been set properl

Former Member
0 Kudos
83

Hi,

In the jjava server homme page , I clicked SAP NetWeaver Administrator=> Configuration Management => Infrastructure => Webserivce Configuration => WS Destinations I added these following configurations.

==================================

Destination Type: WSDL

Destination Name: UDDI_DESTINATION

URL: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl

System: Java

Authentication : HTTP Authentication

User ID/Password (Basic)

User ID: sruser

Password: eswork123

====================================================

Destination Type: WSDL

Destination Name: CLASSIFICATION_DESTINATION

URL: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl

System: Java

Authentication: HTTP Authentication

User ID/Password (Basic)

User ID: sruser

Password: eswork123

====================================================

Create new destination Create new backend destination HU2

Destination Type: Services Registry

Destination Name: HU2

System: ABAP

System Name: HU2

Hostname: iwdf1030

Installation Number: 0120003411

Client: 800

Authentication: HTTP Authentication

User ID/Password (Basic)

User ID: <your user in HU2>

Password: <your password>

==============================================

Then after I tried to access the Service Registry from the home page. (http://localhost:50200/sr). Thenafter I get the following error.

<<<<<<<

Warning: The endpoints for UDDI and Classification Service have not been set properly.

Navigate to Web Services Configuration page, choose "WS Destinations", and set the proper URLs for "UDDI_DESTINATION" and "CLASSIFICATION_DESTINATION".

>>>>>>

It also throws some dump above this error message.

Kindly help me where I am going wrong.

[Note: I have been trying this for long time and was not successfull... Finally decided to put in this forum for experts help. Kindly help me before my license expires as I am using the trial installation]

Thanks in advance.

Best Regards,

Suresh.

Best Regards,

Suresh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Robin,

I am not in need of that. Actually I should browse the ES Workplace services in my VC Model. For that I need to create destinations of ES Workplace in my Localhost server. The tutorial blog that you have sent says how to use the services that are available locally in my server.

Regards,

Suresh.

Former Member
0 Kudos

Hi Ashis,

I am trying to browse enterprise services of ESW in my local server. I intend to develop composite applications by consuming services of ESW. For this I need to add the destinations in my local server. This would enable me to browse the available services in ESW and henceforth I can create Composite applications which consume the listed services.

Kindly check up the following link that explains how to do this. But the thing is it doesnt work as its given in the tutorial of Mr. Rudolf.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90a385b6-885f-2a10-9e83-a171a4c3...

Regards,

Suresh.

Former Member
0 Kudos

Hi,

in the tutorial he is using http://sr.esworkplace.sap.com/ for browsing the enterprise Services.

to use your own service registry take a look at this.

/people/robin.schroeder/blog/2007/08/08/publish-your-services-to-es-registry

To use ES Workplace Services in Visual Composer you can just create a normal WebService Destination.

regards,

robin

Former Member
0 Kudos

Hi Suresh,

As far as i undersatnd you are trying to configure UDDI server on your local

instance.So UDDI_DESTINATION and CLASSIFICATION_DESTINATION should

point to your local UDDI server not to the ES workplace's UDDI server.

So URL of UDDI_DESTINATION and CLASSIFICATION_SERVICE should be

http://localhost:<port>/uddi/wsdl/uddi_v3_service.wsdl

Make the changes accordingly.It will work fine.

For your information You can only browse UDDI server of ES Workplace by configuring your UDDI Client. UDDI_DESTINATION and CLASSIFICATION_SERVICE are used for configuring your local UDDI server.I hope it helps.

Thanks

Ashis