Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

need help set up web service in fds beta 3

Avatar

Level 1
hi there,



i have .net web service example:




http://192.168.1.102/ws/Service.asmx?WSDL
( this is working i already test using asp.net)



is any one can show me how to set up web service in fds to
call this web service



i already try to configure flex-proxy-service by adding in
section



<destination id="myWS" adapter="soap-proxy">

<properties>

<wsdl>
http://192.168.1.102/nmsv1.0/Service.asmx?WSDL</wsdl>

<soap>
http://192.168.1.102/ws/Service.asmx</soap>

</properties>

<channels>

<channel ref="my-amf"/>

</channels>

</destination>





but i still get error : can not send or can not load sucess
wsdl when i run my app.



Please help, i read over document and try to do but still no
luck



do i need to configure flex-enterprise-service.xml also? or
anything else





Thanks

0 Replies