310311312313314315316317
+ "\";\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
7273747576777879
" * This file contains Web Service Wrapper implementations\n"); writer.write(" */\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
6768697071727374
" * This file contains Client Stub implementation for remote web service.\n"); writer.write(" */\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
120121122123124125126127
} } catch (IOException e) { throw new WrapperFault(e); } }
9899100101102103104105
+ "\");\n"); writer.write("}\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
153154155156157158159160
} writer.write("\n"); } catch (IOException e) { throw new WrapperFault(e); } }
113114115116117118119120
{ writer.write(classname + "::~" + classname + "()\n{\n}\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
714715716717718719720721
writer.write("extern int Axis_GetSize_" + typeName + "();\n\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
141142143144145146147148
+ "::getFaultDetail(char** ppcDetail)\n{\n\treturn m_pCall->getFaultDetail(ppcDetail);\n}\n\n"); //damitha } catch (IOException e) { throw new WrapperFault(e); } }
96979899100101102103