|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I'm trying to write a basic web service using Coldfusion and Dreamweaver. Anyway, I have everything working fine using the ?wsdl appended to the cfc. Unfortunatley, I need to use a WSDL that was given to me as a spec. Is there a way to load that WSDL into the web service and have it us it instead of the one that Coldfusion generates by appending ?wsdl
|
|
#2
|
|||
|
|||
|
Not that I know of. In fact I know of no system that would allow you to force alternate WSDL onto a web service. Either the sevice fills the spec provided by the WSDL or it does not. It seems to me that forcing alternate WSDL would actually cause all sorts of problems as the web service itself wouldn't be "obeying" it's own WSDL...
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
Custom wsdl
Check out #9 on this page:
- http://www.cfczone.org/faq.cfm |
|
#4
|
|||
|
|||
|
They already had the CFC returning WSDL. What they were asking for was specifying a custom WSDL descriptor for a CFC, which you can't do.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Using a custom wsdl for a web service |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|