Anyone else have any ideas on how to monitor SOAP exchanges between my
application server and the remote server hosting the service?

Everything I have tried so far (fiddler, Charles, soapUI, wireshark) is just
not working (Or I don't know enough to make it work).

RR

On Sun, May 22, 2011 at 7:16 PM, Robert Rhodes <rrhode...@gmail.com> wrote:

> Hello everyone. I appreciate the help you have given me recently. Now I
> have a new challenge, and I am sure some of you have faced it before.
>
> I have written an application that gets and puts data to a SOAP .asmx web
> service running on a windows server across the internet.  I am using
> cfinvoke.
>
> All my gets are working fine.  I am getting the expected data.  However all
> my puts are failing, and the guy at the other end says my soap xml must be
> wrong.  Hey, it might be, but I have not been able to come up with a way to
> see it.
>
> I did a google search and found Fiddler and Charles, and installed them
> both on the dev server which is running my application.  But no luck.  Each
> program seems to monitor the traffic between my browser and local dev
> server, but I need to monitor traffic betwen dev server and the other server
> across the internet (on a non-standard ssl port).
>
> Would one of you kind souls tell me how to configure one of these programs
> (or some other program) so I can see my SOAP going out and see the response?
>
> RR
>
>
>
>
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344876
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to