You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Jairam, Roopnaraine" <Ro...@ca.com> on 2004/12/09 16:20:27 UTC

dll exports

Hi:

 

I'm trying to build a dll which calls my axis java webservice everything
has built ok and I'm able to call the webservice, the only thing is that
when I look at the dll it has other functions exported besides the one's
that I made. My question is how can I make the other functions not
exported.

 

??0AxisException@axiscpp@@QAE@ABV01@@Z

??0AxisException@axiscpp@@QAE@XZ

??0Call@axiscpp@@QAE@ABV01@@Z

??0CallBase@axiscpp@@QAE@ABV01@@Z

??0CallBase@axiscpp@@QAE@XZ

??0TestSystem@@QAE@PBDW4AXIS_PROTOCOL_TYPE@@@Z

??0TestSystem@@QAE@XZ

??0TestSystemService_AxisClientException@@QAE@H@Z

??0TestSystemService_AxisClientException@@QAE@PAVISoapFault@axiscpp@@@Z

??0TestSystemService_AxisClientException@@QAE@PAVexception@@@Z

??0TestSystemService_AxisClientException@@QAE@PAVexception@@H@Z

??0TestSystemService_AxisClientException@@QAE@V?$basic_string@DU?$char_t
raits@D@std@@V?$allocator@D@2@@std@@@Z

??0TestSystemService_AxisClientException@@QAE@XZ

??0Stub@axiscpp@@QAE@ABV01@@Z

??1AxisException@axiscpp@@UAE@XZ

??1TestSystemService_AxisClientException@@UAE@XZ

??4AnyType@axiscpp@@QAEAAV01@ABV01@@Z

??4AxisException@axiscpp@@QAEAAV01@ABV01@@Z

??4Call@axiscpp@@QAEAAV01@ABV01@@Z

??4CallBase@axiscpp@@QAEAAV01@ABV01@@Z

??4Stub@axiscpp@@QAEAAV01@ABV01@@Z

??4xsd__base64Binary@axiscpp@@QAEAAV01@ABV01@@Z

??4xsd__hexBinary@axiscpp@@QAEAAV01@ABV01@@Z

??_7AxisException@axiscpp@@6B@

??_7Call@axiscpp@@6B@

??_7CallBase@axiscpp@@6B@

??_7Stub@axiscpp@@6B@

?getExceptionCode@TestSystemService_AxisClientException@@UAE?BHXZ

?getFault@TestSystemService_AxisClientException@@QAEPBVISoapFault@axiscp
p@@XZ

?getMessage@TestSystemService_AxisClientException@@QAE?BV?$basic_string@
DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z

?getMessage@TestSystemService_AxisClientException@@QAE?BV?$basic_string@
DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVexception@@@Z

?getSOAPSerializer@Call@axiscpp@@QAEPAVSoapSerializer@2@XZ

?getTransport@Call@axiscpp@@QAEPAVSOAPTransport@2@XZ

?registerTest@TestSystem@@QAEPAVRegistrationResults@@PAVClientTableRecor
d@@PAVKeyTableRecord@@@Z

?verifyTest@TestSystem@@QAEPAVVerificationResults@@PADHUKeyTableRecord_A
rrayTag@@@Z

?what@TestSystemService_AxisClientException@@UAEPBDXZ

 

Thanks 

 

Vince.