You
use SOAP API to create a SOAP envelopes. Such as the API of Apache
SOAP.
Shashi
Anand
I have just understood
that I don't need to write SOAP envelopes,
they are being created
for us. (by DeploymentDescriptor)
But in much
documentations I meet such code like:
<?xml
version="1.0"?> <SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
............
............
/SOAP-ENV:Envelope>
and I really am a little
bit confused. For me it sounds like : you have to write an envelope with
these/those parameters but I haven't found more explicitly documetation who is
capable to 'teach' me how should I see this thing. Üdv. Pop Marius
L.
|