we created a jar file with the Box class inside.  then used cfobject to access 
the class, build Box() and pass it to the web service.  it worked.  now the 
problem is with abstract complex types.  

the current wsdl is at the same link 
http://www.msu.edu/~dwormans/test_wsdl.wsdl.  i thought i could just drop the 
Box() object into an array and it work work, but of course i was wrong.  the 
issue is that i need an object called Shape[]. any ideas? examples?



 
>> so you're basically saying the WSDL has to be generated 
>> specifically for CF?
>
>No, just that web services aren't as interoperable as they should be.
>
>
>Instead of passing a struct to the web service, create a CFC to represent
>Box. Define all of the attributes of Box using CFPROPERTY. Then, create a
>Box instance and pass it to the web service.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292477
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to