[flexcoders] How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread flexhtoo
mx:WebService id=PersonService destination=wsDest useProxy=false wsdl=http://localhost:8080/myHelloWorld/ServletWS?WSDL; mx:operation name=getAllPerson fault=showError(event); result=log(event); /mx:operation /mx:WebService mx:Button id=allPerson label=Get

RE: [flexcoders] How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread Matt Chotin
Can you post the WSDL? This makes it seem like the webservice wasn't able to figure out how to call the getAllPerson method either because the name is wrong or the parameters are wrong. Are there perhaps two getAllPerson methods (with different parameters)? Matt -Original Message-