$)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]
- getFaultDetail() API in Call class James Jose
- Re: getFaultDetail() API in Call class Samisa Abeysinghe
- Re: getFaultDetail() API in Call class James Jose
- Re: getFaultDetail() API in Call class Samisa Abeysinghe
- which transport for 1.5? sanjaya singharage
- Re: which transport for 1.5? John Hawkins
