Configuration

To configure the Millennium SDK SOAP extension, you will need to open the web.config file in the folder where you installed the Millennium SDK.

Upon opening the web.config file, locate the following lines:

<webServices>

<soapExtensionTypes>

<add type="Millennium.SDK.SoapExtensions.TraceExtension, MillenniumSDK.SoapExtension" priority="0" group="0" />

<add type="Millennium.SDK.SoapExtensions.DumpExtension, MillenniumSDK.SoapExtension" priority="3" group="0" />

<add type="Millennium.SDK.SoapExtensions.GZipExtension, MillenniumSDK.SoapExtension" priority="2" group="0" />

<add type="Millennium.SDK.SoapExtensions.EncryptExtension, MillenniumSDK.SoapExtension" priority="1" group="0" />

</soapExtensionTypes>

</webServices>

Here you can comment out the line that contains the SOAP Extension that you would like to disable.  To enable the extension, uncomment the line.

Remarks

If you are using the Millennium SDK SOAP Client, then you MUST have the Zipping and the Encrypt SOAP Extensions running.  This is because the Millennium SDK SOAP Client always uses these extensions to send and receive messages.

However, if you are using your own SOAP client you must disable the Encrypt SOAP Extension.  You can enable the Zipping SOAP Extension if you have implemented a GZIP SOAP Extension on your client side that Zips the SOAP message on the AfterSerialize stage and unzips the SOAP message on the BeforeDeserialize stage.

 


 

Contact Us | Send Feedback