OK, I fixed this myself.

As CF 6.1 adds into the cf admin all webservices that are invoked directly
with the URL, these can be refreshed in the CF Admin. However I don't have
access to the admin, so here's the ServiceFactory code to refresh the WSDL
after a method has been added or whatever:

<cfobject action="CREATE"
                type="JAVA"
                class="coldfusion.server.ServiceFactory"
                name="myServiceFactory">
<cfset myXMLRPCService= myServiceFactory.getXMLRPCService()>
<cfset myWebserviceURL = "FULL URL AS CALLED PREVIOUSLY HERE">
<cfset myXMLRPCService.refreshWebService(myWebserviceURL)>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197421
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to