File: style.html

package info (click to toggle)
libsoap-lite-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,680 kB
  • sloc: perl: 8,908; makefile: 23; cs: 16
file content (14 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head><title>SOAP::Lite POST Examples</title></head>
<body>

<h1>SOAP::Lite Examples</h1>
<hr>

<form action="http://services.soaplite.com/style.cgi" method="POST" enctype="multipart/form-data">
<input type="hidden" name="payload" value='<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><namesp1:echo xmlns:namesp1="http://www.soaplite.com/Style"><c-gensym5 href="#echo"/></namesp1:echo></SOAP-ENV:Body></SOAP-ENV:Envelope>'>
<input name="echo" value="37.5">
<input type="submit">
</form>

</html>