Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Demba
Contributor
Contributor

SOAP SERVICES | tesbproviderResponse/tesbproviderFault

Hi Team

In SOAP Is there any possibilité to add or inject text or namespace in tesbproviderFault response ?

because the soap:Envelope is generated when returning response.

Exemple what is generated:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body> 

           <v1:AuthenticateResponse>
              <v3:ResponseHeader>
                 <v3:GeneralResponse>
                    <v3:correlationID>Corre-123</v3:correlationID>
                    <v3:status>OK</v3:status>
                    <v3:code>authenticate-2007-0000-S</v3:code>
                    <v3:description>Successfully Authenticated.</v3:description>
                 </v3:GeneralResponse>
              </v3:ResponseHeader>
              <v1:ResponseBody>
                 <v1:sessionId>TPxxxxxxxxxxxxxxx</v1:sessionId>
              </v1:ResponseBody>
           </v1:AuthenticateResponse>
  </soap:Body>
</soap:Envelope>

 

What i want:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://xmlns.tigo.com/MFS/AuthenticationResponse/V1/schema" xmlns:v3="http://xmlns.tigo.com/RequestHeader/V3">
        <soapenv:Header>tests</soapenv:Header>
        <soapenv:Body>
           <v1:AuthenticateResponse>
              <v3:ResponseHeader>
                 <v3:GeneralResponse>
                    <v3:correlationID>Corre-123</v3:correlationID>
                    <v3:status>OK</v3:status>
                    <v3:code>authenticate-2007-0000-S</v3:code>
                    <v3:description>Successfully Authenticated.</v3:description>
                 </v3:GeneralResponse>
              </v3:ResponseHeader>
              <v1:ResponseBody>
                 <v1:sessionId>TPxxxxxxxxxxxxxxx</v1:sessionId>
              </v1:ResponseBody>
           </v1:AuthenticateResponse>
        </soapenv:Body>
     </soapenv:Envelope>

Labels (3)
0 Replies