$)C
Hi
   I am working on getFaultDetail() and checkFault() APIs in Call class. I don't have much idea about these APIs and its usage.

I have tried the following code and  got some strange output (only part  of the code are included)

void Calculator::getFaultDetail(char **p){
        int fd=m_pCall->getFaultDetail(p);
       }

main(){
   
   Calculator ws;

  try{
      ........
      ........

     }
     catch(AxisException& e)
        {
                  printf("Exception : %s\n", e.what());
             char *fault=new char[100];
          ws.getFaultDetail(&fault);
          printf("Fault Details : %s",fault);
        }
}

Got o/p as

Exception : Cannot deserialize the requested element
!U".?(v(v(v(v(v(v(v(v%e!a%e!a


Why such a strange output? checkFault() API also giving such o/ps..

 Inputs please......


Thanks And Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: [EMAIL PROTECTED]

Reply via email to