BAEL-2466 moving request.xml
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
|
||||
xmlns:gs="http://www.baeldung.com/springsoap/gen">
|
||||
<soapenv:Header/>
|
||||
<soapenv:Body>
|
||||
<gs:getCountryRequest>
|
||||
<gs:name>Spain</gs:name>
|
||||
</gs:getCountryRequest>
|
||||
</soapenv:Body>
|
||||
</soapenv:Envelope>
|
||||
|
||||
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<SOAP-ENV:Header/>
|
||||
<SOAP-ENV:Body>
|
||||
<ns2:getCountryResponse xmlns:ns2="http://www.baeldung.com/springsoap/gen">
|
||||
<ns2:country>
|
||||
<ns2:name>Spain</ns2:name>
|
||||
<ns2:population>46704314</ns2:population>
|
||||
<ns2:capital>Madrid</ns2:capital>
|
||||
<ns2:currency>EUR</ns2:currency>
|
||||
</ns2:country>
|
||||
</ns2:getCountryResponse>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
Reference in New Issue
Block a user