showing results for - "xml to json converter using xslt"
Jude
07 Jun 2017
1<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://group.vodafone.com/contract/vho/header/v1" xmlns:v11="http://group.vodafone.com/schema/vbm/technical/communication/v1" xmlns:v12="http://group.vodafone.com/schema/common/v1" xmlns:urn="urn:un:unece:uncefact:documentation:standard:CoreComponentType:2" xmlns:v13="http://group.vodafone.com/schema/vbo/technical/communication/v1" xmlns:v14="http://group.vodafone.com/schema/extension/vbo/technical/communication/v1">
2   <soapenv:Header>
3       <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
4         <wsse:UsernameToken wsu:Id="UsernameToken-67966DFA63D602571D14265948734983">
5            <wsse:Username>esb_integration@vfglobalorg.com.qashield</wsse:Username>
6            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">pass</wsse:Password>
7            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">TjYsDLPf2uxaJsfmimLmHw==</wsse:Nonce>
8            <wsu:Created>2016-12-30T12:21:13.498Z</wsu:Created>
9         </wsse:UsernameToken>
10      </wsse:Security>
11      <v1:Cache>
12         <v1:UseCache>yes</v1:UseCache>
13         <!--Optional:-->
14         <v1:MaxAge>22</v1:MaxAge>
15         <!--Optional:-->
16         <v1:LastModified>2016-12-30T13:20:00-05:00</v1:LastModified>
17      </v1:Cache>
18      <v1:Correlation>
19         <!--Optional:-->
20         <v1:ConversationID>abc123</v1:ConversationID>
21      </v1:Correlation>
22      <v1:Source>
23         <!--Optional:-->
24         <v1:CountryCode>ES</v1:CountryCode>
25         <!--Optional:-->
26         <v1:Operator>Operator</v1:Operator>
27         <!--Optional:-->
28         <v1:Division>Division</v1:Division>
29         <!--Optional:-->
30         <v1:System>System</v1:System>
31         <!--Optional:-->
32         <v1:Timestamp>2016-12-30T13:20:00-05:00</v1:Timestamp>
33      </v1:Source>
34   </soapenv:Header>
35   <soapenv:Body>
36      <v11:CreateCommunicationVBMRequest>
37         <v11:CommunicationVBO >
38            <v13:Parts>
39               <v13:Body>
40                  <v13:Text>Text</v13:Text>
41               </v13:Body>
42               <v13:Extension>                  
43                  <v14:BusinessObject>                     
44                     <v12:IDs>                      
45                        <v12:ID>0066E000003Cs6RQAS</v12:ID>
46                     </v12:IDs>                     
47                    </v14:BusinessObject>
48               </v13:Extension>
49            </v13:Parts>
50         </v11:CommunicationVBO>
51      </v11:CreateCommunicationVBMRequest>
52   </soapenv:Body>
53</soapenv:Envelope>