I just want a simple example of a WebService Client in HTML5 that sends a integer number to a link on my network.
I've tried but it didn't work, the client side that I used is below if necessary.
Thanks in advance.
<!DOCTYPE html>
<html>
<head><style type="text/css"></style></head><body><form action="http://192.168.0.251:9080/wsa/wsa1/wsdl?targetURI=urn:services-progress-com:Agrosys:Agroserver" method="post" target="_blank">
<table>
<tbody><tr>
<td>Numero:</td>
<td>
<input id="number" type="text" size="2">
</td>
</tr>
<tr>
<td></td>
<td align="right">
<input type="submit" value="send" class="button">
</td>
</tr>
</tbody></table>
</form>
<script></script></body>