Changeset 2521

Show
Ignore:
Timestamp:
10/23/08 09:21:04 (2 months ago)
Author:
ahodgkinson
Message:

digitalme: Updated MEX handler to use a WSDL template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/digitalme/ui/cmdline/src/cbiscl.cpp

    r2459 r2521  
    110110                } 
    111111        } 
     112//      else 
     113//      { 
     114//              IF_Node *                       pDoc = NULL; 
     115//              F_DynaBuf                       tmpBuf; 
     116//               
     117//              if( RC_BAD( rc = FtkParseXmlDocument(  
     118//                      "/Users/ahodgkinson/Desktop/UnknownElementCard.crds.unencrypted.txt",  
     119//                      0, &pDoc))) 
     120//              { 
     121//                      goto Exit; 
     122//              } 
     123//               
     124//              if( RC_BAD( rc = issExportRoamingStore( pDoc, &tmpBuf, "password"))) 
     125//              { 
     126//                      goto Exit; 
     127//              } 
     128//               
     129//              if( RC_BAD( rc = f_bufToFile( tmpBuf.getBufferPtr(),  
     130//                      tmpBuf.getDataLength() - 1, "/tmp/UnknownElementCard.crds",  
     131//                      FTK_AF_USER_READ | FTK_AF_USER_WRITE, TRUE))) 
     132//              { 
     133//                      goto Exit; 
     134//              } 
     135//      } 
    112136 
    113137Exit: 
     
    182206         
    183207        if( RC_BAD( rc = issAllocMEXHandler( pPrivateKey, pCertificate, 
    184                 "./templates/mextemplate.xml", &pHandler))) 
     208                "./templates/wsdltemplate.xml", &pHandler))) 
    185209        { 
    186210                goto Exit;