• 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

What *.jar file has the ServiceInterface class

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,
Can anyone tell me where the *.jar file is for this class:
com.ibm.uddi4j.wsdl.definitions.ServiceInterface
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
uddi4j-wsdl.jar
 
John Meloro
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great
Now, where can I find it
I've been looking all over the place...
 
JeanLouis Marechaux
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using an application server ?
Mine is WebSphere, and uddi4j-wsdl.jar is part of the libs.
Besides, I'm sure you could find this library on IBM website.
HTH
 
John Meloro
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not using Web Sphere; however, I can download a trial version. I just need the library.
Thank You for the help
 
JeanLouis Marechaux
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you just need the jar file, maybe you should just download UDDI4J from www.uddi4j.org/
I did not check if the library you are looking for is part of the relase, but I guess it should
 
John Meloro
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have downloaded UDDI4J ver. 1.0.3 and 2.0.2 neither of them have the UDDI4j-WSDL.jar file.
In fact, the only *.jar file they have is UDDI4J.jar.
 
JeanLouis Marechaux
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, let's go back to the begening
Formerly, you needed the class
com.ibm.uddi4j.wsdl.definitions.ServiceInterface
Why ?
Which part of code/product/stack was trying to load this class ?
It sounds weird to me if have to download WebSphere to solve your problem.
What are you doing exactly ? I'm sure there is another solution for you
 
John Meloro
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got this reply from UDDI4J:
"uddi4j-wsdl.jar is shipped in the ETTK (Emerging technology toolkit). It is not open source and it not part of the uddi4j project. The ettk is available from, http://alphaworks.ibm.com/tech/ettk
David Melgar
Web Services Toolkit Development
Emerging Technologies
dmelgar@us.ibm.com"
I am following an example from the University of North Carolina involving publishing a Web Service to a UDDI Registry.
Their example modifies a simple publish/client program from IBM and imports the ServiceInterface class under the com.ibm.uddi4j.wsdl.defintion package.
 
Look ma! I'm selling my stuff!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic