> I'm trying to find the answers to a couple of (slightly) odd 
> questions regarding consuming a non CF webservice for my 
> (slightly)odd client:
> 
> 1). Does the WSDL have to hve a file extension of .wsdl? Or 
> can it have another name, such as myWDSLFile.xml?

It can have any extension you like. Most WSDL is generated upon demand - if
you publish a web service with CFMX, the URL will be something like
"http://.../myfile.cfc?wsdl";. If you're using a static file, your best bet
is to just give it a .xml extension I think.

> 2.) Does Cold Fusion care if the schema's (.xsd files) are 
> located in a different place to the WSDL? (i.e. since the 
> WSDL specifies the XSD location)

To which schemas are you referring? WSDL files don't necessarily have their
own custom schema, they just use the defined schema for WSDL. If you do have
custom schemas, you will presumably need to ensure that they have valid
URLs. It doesn't matter where the schemas are physically located, as long as
the URLs given within your WSDL file resolve correctly, I suppose.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to