Sha256: b0a5716229ba517550f98fd9304f04f333fb0bf9eafd2fd6d9d37da4d58b8baa
Contents?: true
Size: 1.15 KB
Versions: 94
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> <soap:Body> <getManufacturerNamesResponse name="widgestRus" xmlns="http://services.somewhere.com"> <IDAndNameList xmlns="http://services.somewhere.com"> <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com"> <id xmlns="http://domain.somewhere.com">1</id> <name xmlns="http://domain.somewhere.com">man1</name> </ns1:IdAndName> <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com"> <id xmlns="http://domain.somewhere.com">2</id> <name xmlns="http://domain.somewhere.com">man2</name> </ns1:IdAndName> <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com"> <id xmlns="http://domain.somewhere.com">3</id> <name xmlns="http://domain.somewhere.com">man3</name> </ns1:IdAndName> </IDAndNameList> </getManufacturerNamesResponse> </soap:Body> </soap:Envelope>
Version data entries
94 entries across 94 versions & 9 rubygems