It's important to know the environment of the Windows application. Is it .NET,
VB6.0 or C++?
If .NET, you would use the System.Net.HTTPRequest namespace and formulate a web
request similar to what CF_HTTP does.
VB 6.0 would instantiate the MSXML2.ServerXMLHTTP.4.0 object as you've already
discovered:
Server.CreateObject("Msxml2.ServerXMLHTTP.4.0")
C++ applications... I have no idea what the native implementations are offhand.
You could always open up a socket to the webservice and pass the SOAP, but
that would be *really* nasty.
- Matt
> We have an application on a remote server where customers enter images
> (the images are located on their machine).
>
> We want to do a "form post" from within their windows application. I
> am at a loss on it ... I have been reading on MSXML2.ServerXMLHTTP.4.0,
> but I am not sure if that is the right solution.
>
> We have a coldfusion webservice that is listening for a filename and
> path destination in FORM format. The remote server again, doesn't
> have coldfusion just IIS ... how can we post this form from within the
> Windows Application (which we have access to write additional code in).
> and transfer the image file to the webservice?
>
> Thanks in advance.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310187
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4