I have created an HTTP Service through Form builder (I used test button and it works well), How can I call
my HTTP Service on submit button
here is code for my HTTP Service in Form builder
<xf:submission id="HTTP_DB_SRV-submission" class="fr-service"
ref="instance('fr-service-request-instance')"
resource="
http://localhost:9090/smartform/admin/public/FormWService/formSubmission" method="post"
serialization="application/x-www-form-urlencoded"
mediatype="application/x-www-form-urlencoded"
replace="instance"
instance="fr-service-response-instance"
xxf:username="user_test"
xxf:password="123456"/>