Best tool for monitoring Coldfusion interoperability with .Net web service
Posted
by John Galt
on Stack Overflow
See other posts from Stack Overflow
or by John Galt
Published on 2009-07-23T17:44:08Z
Indexed on
2010/06/08
22:02 UTC
Read the original article
Hit count: 203
Is there a tool to see the message sent to webservice hosted on an IIS server? I have a webservice written in .Net and our ColdFusion people are having trouble building a "complex" parameter. This problem is described from a ColdFusion perspective at:
It runs when called from a .net client. While hosted on a server inside our LAN, I put it out on a public server so the WSDL could be viewed: please take a quick look at this WSDL here
When the CF developer runs her code, she gets:
java.lang.IllegalArgumentException: argument type mismatch
...and I am wondering if there is a tool I could run on the server that hosts my webservice to see if it is even entering the WS or is being rejected by Java code that CF uses and is not really even getting to my webservice.
© Stack Overflow or respective owner