Metthew, You need to build an array as the WSDL describes that it is looking for a string array:-) Did I not say this before:-)
Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Sent: Tuesday, 27 June 2006 2:54 PM To: cfaussie Subject: [cfaussie] Re: Web service / Java experts help required. This is crazy! Someone must have come across this problem before. I've simplified my question, here goes! ::: Here's my code ::: <cfscript> webservice = CreateObject("webservice","dummy?wsdl"); webservice.doBuildQuoteForItinerary("123456,"en_US","","1113"); </cfscript> ::: Here's the error ::: Could not perform web service invocation "doBuildQuoteForItinerary". Here is the fault returned when invoking the web service operation:<br> <pre>AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: com.raileurope.web.ngserver.InternalErrorException: java.lang.NullPointerException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:dummy </pre> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---
