Skip to content

qetr1ck-op/SOAP-with-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SOAP-with-Javascript

<?xml version="1.0" encoding="utf-8" ?>
<soapenv:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:urn="urn:WebservicesName">
    <soapenv:Header/>
    <soapenv:Body>
        <urn:ProductService.getProductByHash 
            soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
            <return xsi:type="getProductByHash ">
                <product_hash xsi:type="xsd:string">##hash##</product_hash> 
            </return>
        </urn:ProductService.getProductByHash>
    </soapenv:Body>
</soapenv:Envelope>

About

SOAP with Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published