How do i send a Soap request like the below in Java.
Links to SOAP for newbies will be much appreciated as well.
Regards
POST /Quotation HTTP/1.0
Host: Content-Type: text/xml; charset=utf-8
Content-Length: nnn
<?xml version="1.0"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="SOAP-ENV:encodingStyle=" <SOAP-ENV:Body xmlns:m=" <m:GetQuotation>
<m:QuotationsName>MiscroSoft</m:QuotationsName>
</m:GetQuotation>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Links to SOAP for newbies will be much appreciated as well.
Regards
POST /Quotation HTTP/1.0
Host: Content-Type: text/xml; charset=utf-8
Content-Length: nnn
<?xml version="1.0"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="SOAP-ENV:encodingStyle=" <SOAP-ENV:Body xmlns:m=" <m:GetQuotation>
<m:QuotationsName>MiscroSoft</m:QuotationsName>
</m:GetQuotation>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>