My legacy ColdFusion 4.5 app needs to consume a VB.NET web service and I am wondering if anyone has had success deserializing XML using the ColdFusion CFWDDX ACTION="WDDX2CFML"

I have not had success yet and would appreciate any code examples as I cannot use CFINVOKE.

link|improve this question

More info needed. Please take a moment and talk about what you are currently doing, provide some code snippets, and show any error messages or strange behavior you experience when attempting to consume said service. – Shawn Holmes Dec 21 '11 at 15:10
feedback

1 Answer

up vote 1 down vote accepted

What are you using to Serialize your VB.Net data? If you haven't found a decent means of doing that, then this library: http://boncode.blogspot.com/2011/10/net-wddxnet-library-revision.html looks to be a good one for doing so. You should be able to deserialize well formed WDDX back into CF code with the <cfwddx action="WDDX2CFML">, as you mentioned. If you have some WDDX values that are not being correctly brought over with that tag, then please post that WDDX so we can see what might be causing the problem.

link|improve this answer
Thanks Jake, will do and post... – Steve Jones Dec 21 '11 at 18:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.