Home > Software engineering >  Using VC call SOAPSDK30, how to change the Serializer -> StartEnvelope attribute
Using VC call SOAPSDK30, how to change the Serializer -> StartEnvelope attribute

Time:11-21

.
The Serializer - & gt; Init (_variant_t ((IUnknown *) Connector - & gt; InputStream));
The Serializer - & gt; StartEnvelope (" ", "NONE", "");
.
After sending a message content:
<? The XML version="1.0" encoding="utf-8" standalone="no"?>
XMLNS: SOAPSDK1="http://www.w3.org/2001/XMLSchema"
XMLNS: SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance"
XMLNS: SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/"
XMLNS: SOAP - ENV="http://schemas.xmlsoap.org/soap/envelope/"
What method can make: encoding="utf-8" standalone="no", XMLNS: SOAPSDK1="http://www.w3.org/2001/XMLSchema"
XMLNS: SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance"
XMLNS: SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/"
XMLNS: SOAP - ENV="http://schemas.xmlsoap.org/soap/envelope/"
Get rid of?
  • Related