Removed by Administrator...
-
November 21st, 06:01 PM Moderated Post
Complex field type - webservices
-
November 21st, 06:05 PM #2
Re: Complex field type - webservices
Just re looked and actor.cfc should be:-
<cfcomponent>
<cfproperty name="actorID" type="string">
<cfproperty name="actorTitle" type="string">
<cfproperty name="firstName" type="string">
<cfproperty name="lastName" type="string">
<cfproperty name="qualifications" type="string">
<cfproperty name="address" type="date">
</cfcomponent>
Still getting error
-
November 21st, 10:37 PM #3
Re: Complex field type - webservices
You're defining address to be of type "date" (which i don't understand) and
passing it a string.
<cfproperty name="address" type="date">
Change the type to 'string'. You might want to delete the web service
instance out of the CF Administrator before retesting.
Similar Threads
-
By chagood in forum Coldfusion Database Access
Replies: 2
Last Post: July 20th, 11:29 PM
-
By Raaga in forum Coldfusion - Advanced Techniques
Replies: 6
Last Post: March 25th, 12:19 PM
-
By Tim_Murray@adobeforums.com in forum Adobe Illustrator Macintosh
Replies: 0
Last Post: May 11th, 04:21 PM
-
By Fredy Villa in forum ASP.NET Web Services
Replies: 0
Last Post: November 5th, 09:05 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks