cancel
Showing results for 
Search instead for 
Did you mean: 

How to register the webservice url in the UDDI registry

former_member445109
Active Participant
0 Kudos

Hi All,

I developed one webservice using NWDS in java, now i need publish this webservice url in the UDDI registry. Please share your ideas.

Regards

Srikanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srikanth,

have a look into the SAP Library. <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fe/0cb6f543994cd08bbbc6e0f22023e0/frameset.htm">There</a> you will find detailed information about UDDI and how to publish a web service.

Hope I could help!

Best regards,

Martin

former_member445109
Active Participant
0 Kudos

Hi Martin,

I saw that document erlier , but I am unable to find some options in the UDDIClient when I opened the url URL: http://<host>:<port>/uddiclient.

ie.,Inquiry API – http://<host>:<port>/uddi/api/inquiry

Publishing API – http(s)://<host>:<port>/uddi/api/publish

I am using IDE is Netweaver Developer Studio and developed webservices .

can you explain brefly...

Regards

Sri

Former Member
0 Kudos

Hi Sri,

usually, you should see a welcome message and some option (actions) when you enter the url http://<host>:<port>/uddiclient. I just tested it on my installation (SAP NetWeaver 2004s) and it works as it should be

What version of the SAP NetWeaver Application Server are you running? Whar do you see after entering the URL given above?

Best regards,

Martin

former_member445109
Active Participant
0 Kudos

Hi Martin,

SAP NW 2004s server Running. After clicking uddiclient welcome to the UDDI Tool page is opening with two section one language an other select action.

select action contain ->publish service definition

-> publish service

->publish business entity

-> Search Registry

when i selecting publish service and press next asking UDDI registry and username and password,

Selection UDDI registry as Test Registry and giving Adm UN and PW

but giving error as : Registry Error: The user ID and password pair passed in a get_authToken message is not known to the Operator Site or is not valid.

what is solution for this.

Best regards

Sri

Former Member
0 Kudos

Hi Srikanth,

you have to create a UDDI user first. Use the Visual Administrator to create a UDDI user. Find detailed information how to create a UDDI user <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/5da45f4f744223b04ab7339e3fe4c3/frameset.htm">here</a>.

Hope I could help!

Best regards,

Martin

former_member445109
Active Participant
0 Kudos

Hi Martin,

Thank you for your suggetions, I have one more doubt, I have publish tmodel by using NWDS . After searched for tmodel i got this link http://bwserver:50000/wsd2wsdl?wsd=c0dc01_11091ea6170__7ff1_10_112_140_135_1170739290629

Next how can use this service?

Clientproxy definition available with me. how can I develope and execute same.

can you give any example Snippet ?

Bestregards

Srikanth

Former Member
0 Kudos

Hi Srikanth,

meanwhile it is pretty easy to consume web services.

Have a look into Purushothaman Vyasarao's blog <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2947">Accessing an External Web Services in Portal</a>. Here you will learn how to access a web service from a portal component.

Have a look into Carsten Boennen's blog to <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4857">Visual Composer: Consuming Enterprise Services</a>. Here you will learn how to build Visual Composer applications which use web services.

Hope I could help!

Best regards,

Martin

former_member445109
Active Participant
0 Kudos

Hi Martin

One more doubt , I have created a webservice system in VC and designed screen also. Now I am trying to test the data service while executing giving error as "Portal Request Failed(could not execute webservice operation)"

can you help me , this is some what urgent

Best regards

Srikanth