Where do I find/set the timeout setting for Application Composer’s Axis/Web Services?
Thanks!
Where do I find/set the timeout setting for Application Composer’s Axis/Web Services?
Thanks!
You’ll find them in Project Explorer under:
/ System / End Nodes
This is an .xml file. The timeout-setting for mapped + direct calls is shown below:
<wstype>
<timeout>15000</timeout>
</wstype>
Best Regards,
Christine
Thank you, Christine!