Steve is right unless that XML feed changes frequently. Then you would 
have to get the XML manually and update it on your box. Seems to defeat 
the purpose of soap web services.

In that case, the xml emailed to you isn't going to help. You need to find 
their link that displays the xml in your browser, if they have one :).

Um, are you trying to use cfinvoke to the web service? I would use cfhttp 
url="https://www.AURL.com/soap/servlet/rpcrouter/ABC..."; method="get"... 
But first you need to get the XML to show in your browser, find that URL.

If you sent me the actual company info, url, etc.. I might could help you 
more.

-Clint






"Charlie Stell" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
10/01/2007 08:41 AM
Please respond to
discussion@acfug.org


To
discussion@acfug.org
cc

Subject
Re: [ACFUG Discuss] SOAP Question






All I know is that they are using a SOAP RPC Router. Their support is a 
bit lacking in many many way.... and they are a "big" company supposedly.

On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: 

"ABC.wsdl" looks like a file extension. I generally use " ABC.cfm?wsdl" 
myself. What are they using, PHP, ASP, JSP,...? 


-Clint




"Charlie Stell" <[EMAIL PROTECTED] > 
Sent by: [EMAIL PROTECTED] 
10/01/2007 08:28 AM 

Please respond to
discussion@acfug.org



To
discussion@acfug.org 
cc

Subject
[ACFUG Discuss] SOAP Question









This is probally a pretty stupid question. 
 
Im trying to use CF consume a web-service that is not produced by CF. 
 
I have the WSDL, it was emailed to me. However, I do not have the url to 
the wsdl file. 
 
So I have ABC.wsdl with the following: 
 
<?xml version="1.0"?> 
<definitions name="ABCService" 
            targetNamespace="urn:ABCService"
            xmlns:tns="urn:ABCService"
            xmlns=" http://schemas.xmlsoap.org/wsdl/ "
            xmlns:xsd="http://www.w3.org/2001/XMLSchema "
            xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/";
            xmlns:soapenc=" http://schemas.xmlsoap.org/soap/encoding/";> 

<types>...</types> 
<message>....</message>[n] 
<portType>...</portType>[n 
<binding>...</binding>[n] 
    <service name="XYZService">
       <port name="XYZServicePort" binding="tns:XYZServiceSOAPBinding">
           <soap:address location=" 
https://www.AURL.com/soap/servlet/rpcrouter"/ >
       </port>
   </service> 
</definitions> 
>From how I have used cfinvoke in the past, i just needed to know the 
actual url  to ABC.wsdl. But after trying all different combinations with 
the url provided " https://www.AURL.com/soap/servlet/rpcrouter " (adding 
ABC.wsdl at different path levels, ect), I cannot locate this. 
Am I missing something? 
Thanks 
Charlie 

------------------------------------------------------------- 
Annual Sponsor - Figleaf Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
------------------------------------------------------------- 

------------------------------------------------------------- 
Annual Sponsor - Figleaf Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
------------------------------------------------------------- 


------------------------------------------------------------- 
Annual Sponsor - Figleaf Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
------------------------------------------------------------- 



-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to