You can use a proxy to do this. I use Charles. For example, assume your
local computer is running Charles and has an IP address of 192.168.1.1 and
the development server can reach your local computer at that address. In
your cfinvoke tag, set the proxyServer attribute to 192.168.1.1 and the
proxyPort to 8888, or whatever port Charles is running on. (The default is
8888 but you can find this info in Charles under Proxy Settings...) Run your
application and watch the traffic. If you are making SSL requests you will
need to to configure Charles. See
http://www.charlesproxy.com/documentation/proxying/ssl-proxying/. You will
also need to add the Charles CA Certificate to ColdFusion's root certificate
trust store. For more info on this see the Java Applications section here:
http://www.charlesproxy.com/documentation/using-charles/ssl-certificates/and
http://kb2.adobe.com/cps/400/kb400977.html.

--Nathan


On Tue, May 24, 2011 at 9:41 PM, Robert Rhodes <[email protected]> wrote:

>
> Yes they are willing to do quick non-ssl tests.  But even non-secure I have
> had no luck getting any of the recommended monitors/proxies to capture the
> soap exchange between a cf9 server and their server.
>
> They tell me there is nothing specific showing up in their logs.
>
> I really just want to see the xml going out and the response.  That should
> tell me everything I need.  It is really frustrating I have had so much
> trouble with this.
>
> RR
>
> On Tue, May 24, 2011 at 6:39 PM, Russ Michaels <[email protected]>
> wrote:
>
> >
> > can you speak to the people who run the web service and ask them if you
> can
> > access it without ssl or ask them if have any kind of debugging/testing
> > interface or perhaps simply give you access to logs..
> >
> > Russ
> >
> > On Tue, May 24, 2011 at 10:43 PM, Robert Rhodes <[email protected]>
> > wrote:
> >
> > >
> > > No problem Brook.  Thanks for the replies. :)
> > >
> > > It seems I must have an unusual need here.
> > >
> > > RR
> > >
> > > On Tue, May 24, 2011 at 2:25 PM, Brook Davies <[email protected]>
> > > wrote:
> > >
> > > >
> > > > Sorry Robert, I haven't used it in that context..
> > > >
> > > >
> > >
> > >
> > >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:344883
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to