xml - Best tool for monitoring Coldfusion interoperability with .Net web service -


Is there a tool to see the message sent to the webservice hosted on the IIS server? I have a webservice written in .Net and our ColdFusion people are having trouble creating "complex" parameters. This problem has been described in Coldfusion's perspective:

< P> When called from a .NET client, when hosted on the server inside our LAN, I put it on the public server so that the view can be seen by the WSDL:

When the CF developer runs its code Is it, so be it It is:

java .lang.IllegalArgumentException: Logic type mismatch

... and I am thinking that there is an instrument that I can run on the server It has been that whether he is entering or even rejecting the WS using Java code using Java and is not actually getting it for my webservice

I know this is an old question, but I have to Hoot issues have been settled in the past, so I am posting it if anybody is still looking for help.

If you develop against web services, you have 2 great tools included in the CF to help you figure it out in both \ ColdFusionXXX \ runtime \ bin.

The first is "wsdl2java" it takes in a wsdl and automatically generates identical Java classes. To get a better view of the structure of web services, you can open the source you generate. Generally Java object structure can convert 1-to-1 into CF code.

The second tool is "sniffer". Sniffer allows to set up a local proxy so you can set a proxy forward for a local IP and port and for the server hosting the web service. After this, you only call the website using the port instead of local IP and remote. The request and reaction can be seen in sniffing.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -