Thanks Dave, you are the shiznit of ColdFusion.

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 16, 2005 5:30 PM
To: CF-Talk
Subject: RE: WDSL Q's


> 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!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195128
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