I think if you can verify that you can open your wsdl http:// server:port/wsdl/WS.wsdl?wsdl in a browser and remove wsdl from mx:WebService tag because you already specified destination and set proxy to true, your could should work:

<mx:WebService id="srv" destination="ws-catalog"
 useProxy="true" showBusyCursor="true" />

- Mykola

Reply via email to