This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
All, Can anyone tell me where the *.jar file is for this class: com.ibm.uddi4j.wsdl.definitions.ServiceInterface
JeanLouis Marechaux
Ranch Hand
Joined: Nov 12, 2001
Posts: 906
posted
0
uddi4j-wsdl.jar
/ JeanLouis<br /><i>"software development has been, is, and will remain fundamentally hard" (Grady Booch)</i><br /> <br />Take a look at <a href="http://www.epfwiki.net/wikis/openup/" target="_blank" rel="nofollow">Agile OpenUP</a> in the Eclipse community
John Meloro
Ranch Hand
Joined: Dec 05, 2003
Posts: 37
posted
0
Great Now, where can I find it I've been looking all over the place...
JeanLouis Marechaux
Ranch Hand
Joined: Nov 12, 2001
Posts: 906
posted
0
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
Joined: Dec 05, 2003
Posts: 37
posted
0
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
Joined: Nov 12, 2001
Posts: 906
posted
0
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
Joined: Dec 05, 2003
Posts: 37
posted
0
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
Joined: Nov 12, 2001
Posts: 906
posted
0
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
Joined: Dec 05, 2003
Posts: 37
posted
0
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.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: What *.jar file has the ServiceInterface class