Tagged Questions

2
votes
3answers
116 views

How do I make a ColdFusion Web Service return SOAP instead of WDDX?

I've created a ColdFusion Web Service, but it's returning WDDX instead of SOAP. How do I make it return SOAP instead of WDDX?
0
votes
1answer
33 views

Consuming VB.NET Web Service with Legacy ColdFusion 4.5

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 ...