It appears that the server is attempting to add an element to the cached queries vector but is having a hard time calling the correct method to add it. Is SpecificationsSoapStub.java yours or the servers?
Peter Booth wrote: > Hi > > I'm trying to invoke an external webservice from a site I'm developing. I've > tested this locally and everything works fine. However, when this is > transferred to the live server I get the error below: > > coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: > Found 12 semantic errors compiling > "C:/CFusionMX/stubs/WS1125258580/com/adgistics/webservices/SpecificationsSoapStub.java": > > 109. cachedSerQNames.add(qName); > <------------------------> > *** Error: No method named "add" was found in type "java/util/Vector". > However, there is an accessible method "addElement" whose name closely > matches the name "add". > .. > .. > ..<more of the same> > > If anyone has any suggestions/comments I'd be really grateful as this is > beyond the scope of my cf knowledge. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254978 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

