Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Don Vaillancourt #1
My webservice won't accept a query
I wrote a web service in ColdFusion with a method that returns a query
bullt using QueryNew().
I am calling the web service with the ?wsdl parameter.
I get the following error back. Anyone have an idea what could be wrong.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Bad types (class
coldfusion.xml.rpc.QueryBean -> class java.lang.String)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: Bad
types (class coldfusion.xml.rpc.QueryBean -> class java.lang.String)
at org.apache.axis.message.RPCHandler.onStartChild(RP CHandler.java:279)
at
org.apache.axis.encoding.DeserializationContext.st artElement(DeserializationContext.java:1035)
at
org.apache.axis.message.SAX2EventRecorder.replay(S AX2EventRecorder.java:165)
at
org.apache.axis.message.MessageElement.publishToHa ndler(MessageElement.java:1140)
at org.apache.axis.message.RPCElement.deserialize(RPC Element.java:347)
at org.apache.axis.message.RPCElement.getParams(RPCEl ement.java:386)
at org.apache.axis.client.Call.invoke(Call.java:2409)
at org.apache.axis.client.Call.invoke(Call.java:2308)
at org.apache...
--
Don Vaillancourt
Director of Software Development
WEB IMPACT INC.
phone: 416-815-2000 ext. 245
fax: 416-815-2001
email: [email]donv@web-impact.com[/email] <mailto:donv@webimpact.com>
web: [url]http://www.web-impact.com[/url]
address: [url]http://www.mapquest.ca[/url]
<http://www.mapquest.com/maps/map.adp?country=CA&addtohistory=&formtype=address& searchtype=address&cat=&address=99%20Atlantic%20Av e&city=Toronto&state=ON&zipcode=M6K%203J8>
Web Impact Inc. <http://www.web-impact.com>
This email message is intended only for the addressee(s) and contains
information that may be confidential and/or copyright.
If you are not the intended recipient please notify the sender by reply
email and immediately delete this email.
Use, disclosure or reproduction of this email by anyone other than the
intended recipient(s) is strictly prohibited. No representation is made
that this email or any attachments are free of viruses. Virus scanning
is recommended and is the responsibility of the recipient.
Don Vaillancourt Guest
-
CF 7 Administrator won't accept PWD
When I enter my Admin password in CF Administrator, nothing happens. I know the password is correct.I must open this to set data sources, etc. I... -
Perameterized Query on webservice?
I've created the following distributed application: Solution EDSQLWSVC EDEmployerWinClient Project3 Web Service winform app asp.net web app ... -
accept/type
Is it possible with an Apache confiugartion file to redirect users, if their browser sends a certain accept/type header, and somewhere else if not??... -
Can ASP accept a POST over 4GB
EEEEEK HTTP is the Wrong technology for that. You should look at FTP for that size. The transmission is never going to be stable long enough for... -
Changes won't accept.
We had some sort of corruption on our XP computer. Now, when we change a setting, it doesn't stick. The setting goes back to the original state.... -
Don Vaillancourt #2
Re: My webservice won't accept a query
For some reason, it's now working. Weird!!
Don Vaillancourt wrote:--> I wrote a web service in ColdFusion with a method that returns a query
> bullt using QueryNew().
>
> I am calling the web service with the ?wsdl parameter.
>
> I get the following error back. Anyone have an idea what could be wrong.
>
> AxisFault
> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: org.xml.sax.SAXException: Bad types (class
> coldfusion.xml.rpc.QueryBean -> class java.lang.String)
> faultActor:
> faultNode:
> faultDetail:
> {http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException:
> Bad types (class coldfusion.xml.rpc.QueryBean -> class java.lang.String)
> at org.apache.axis.message.RPCHandler.onStartChild(RP CHandler.java:279)
> at
> org.apache.axis.encoding.DeserializationContext.st artElement(DeserializationContext.java:1035)
>
> at
> org.apache.axis.message.SAX2EventRecorder.replay(S AX2EventRecorder.java:165)
>
> at
> org.apache.axis.message.MessageElement.publishToHa ndler(MessageElement.java:1140)
>
> at org.apache.axis.message.RPCElement.deserialize(RPC Element.java:347)
> at org.apache.axis.message.RPCElement.getParams(RPCEl ement.java:386)
> at org.apache.axis.client.Call.invoke(Call.java:2409)
> at org.apache.axis.client.Call.invoke(Call.java:2308)
> at org.apache...
>
>
>
Don Vaillancourt
Director of Software Development
WEB IMPACT INC.
phone: 416-815-2000 ext. 245
fax: 416-815-2001
email: [email]donv@web-impact.com[/email] <mailto:donv@webimpact.com>
web: [url]http://www.web-impact.com[/url]
address: [url]http://www.mapquest.ca[/url]
<http://www.mapquest.com/maps/map.adp?country=CA&addtohistory=&formtype=address& searchtype=address&cat=&address=99%20Atlantic%20Av e&city=Toronto&state=ON&zipcode=M6K%203J8>
Web Impact Inc. <http://www.web-impact.com>
This email message is intended only for the addressee(s) and contains
information that may be confidential and/or copyright.
If you are not the intended recipient please notify the sender by reply
email and immediately delete this email.
Use, disclosure or reproduction of this email by anyone other than the
intended recipient(s) is strictly prohibited. No representation is made
that this email or any attachments are free of viruses. Virus scanning
is recommended and is the responsibility of the recipient.
Don Vaillancourt Guest



Reply With Quote

