>FYI Axis that is shipped with ColdFusion is 1.2.X the latest is 1.4 the one
>in CF is markedly older regardless of the creation or modified date...
>
>Adam
>
ok, odd that the date matches exactly the 1.4 release..

regardless.. there IS a way around this problem, use CreateObject, which allows 
one to pass the additional parameters. 

<cfscript>
  wsparm = StructNew();
  wsparm["refreshWSDL"]="no";
  wsparm["saveJava"]="yes";
  wsparm["wsdl2javaArgs"]="-p com.xxx.yyy.webservice"; <----
  wsparm["port"]="DSMWebServiceAPIService";
  ws=CreateObject("webservice",wsdl_url,wsparm);
</cfscript>

Sam 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316629
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to