• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Simple UDDI Implementation

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web service (http://localhost:8080/axis/services/OrdersLookupService?wsdl) that sends a orderID and gets a order as the response. I need to add it to a UDDI registry on my machine. What do I need to do that and are there any tutorials out there to help me?

Thanks
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Matt,
I'm kind of in the same position as you (see my above post). However I'm trying to use WSIL instead of UDDI, haven't worked out exactly how to do it but am close I think after finding this link, http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/docs/WSInspectionOverview.htm which you might find useful if you decide to use WSIL also. Anyway I'd be interested in hearing how you solve the problem. And I'll let you know if I suceed also.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic