Hey everyone i need some help.

I'm currently interfacing with the NCBI Entrez Utilities Web Service
(version 1.5) -
http://eutils.ncbi.nlm.nih.gov/entrez/query/static/esoap_help.html.
I've tried to implement the 2.0 version but they broke out the eutili
and efetch functionality. So for version 2.0 I'm accessing the eutil
wsdl and then using data from that accessing the efetch_pubmed wsdl.
I'm accessing these WSDL's (as well as 1.5) using the JAVA classes
directly (I've moved the files from the stubs folder to their
respective position under lib).

The issue is that when i call the eutil and CF runs the WSDL2JAVA it
generates code with a path of "gov.nih.nlm.ncbi.www.soap.eutils" THEN
when i run the efetch_pubmed it ALSO generates a pathing of
"gov.nih.nlm.ncbi.www.soap.eutils" The difference here is it adds a
subfolder called efetch_pubmed BUT it also overwrites the
"EUtilsServiceSoap.class" AND "EUtilsServiceSoapStub.class". I figured
this was OK but upon further inspection i see that the methods in the
"EUtilsServiceSoapStub.class" CHANGE between the eutils wsdl and the
efetch_pubmed wsdl.

Anyone have any idea how i can get this to work? I've tried those two
files but then CF gives me some error about interfaces etc.

Thanks in advance!

jonese
http://www.jonese.us
http://twitter.com/jonese

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307993
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to