I am fairly new to WS stuff so please forgive my ignorance but I could not find any past posts that spoke to this specific issue. Can you pass a query within a struct through a webservice? If you cannot do this why I am I still getting this error when I am just passing a straight up query?

Example of the struct that i want to pass:

        myStruct = structnew();
        myStruct.mystring = "dude I am a String";
        myStruct.myboolean = TRUE;
        myStruct.myquery = myquery.result;

I am getting this error:

Could not perform web service invocation "getNodes" because AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: org.xml.sax.SAXException: Deserializing parameter 'getNodesResult': could not find deserializer for type http://rpc.xml.coldfusion:QueryBean faultActor: null faultDetail: stackTrace: org.xml.sax.SAXException: Deserializing parameter 'getNodesResult': could not find deserializer for type http://rpc.xml.coldfusion:QueryBean at org.apache.axis.message.RPCHandler.onStartChild(RPCHandler.java:193) at <SNIP>

I can send you my code if that would help, just say the word.

Ian

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ian Sheridan
[EMAIL PROTECTED]
http://www.savagevines.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to