You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "samir joshi (JIRA)" <ji...@apache.org> on 2008/05/02 06:26:58 UTC

[jira] Updated: (AXIS2C-1125) Getting linking error while creating client for WSDL

     [ https://issues.apache.org/jira/browse/AXIS2C-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

samir joshi updated AXIS2C-1125:
--------------------------------

    Description: 
Hi, 

I am getting error while Linking the Client. 
Following are the details for the Issue. 
I will appretiate if you can help me out on this issue. 

Project: Axis2C(axis2c-bin-1.3.0-win32.zip) 
Environment: WinXP, Apache Axis2/C 1.3.0 , Visual studio ( Microsoft VSExpress2005 edition)

Description: 

D:\project3.2\axis2c\samples\client\pc\obj>"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\link.exe" /LIBPATH:%AXIS2C_HOME%\l
ib axutil.lib axiom.lib axis2_parser.lib axis2_engine.lib axis2_http_receiver.lib axis2_http_sender.lib mod_axis2_IIS.lib /OUT:D:\
project3.2\axis2c\samples\client\pc\obj\pc.exe D:\project3.2\axis2c\samples\client\pc\obj\*.obj
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

adb_ServiceHeaderType.obj : error LNK2019: unresolved external symbol _axutil_xml_quote_string referenced in function _adb_Service
HeaderType_serialize@28
adb_XXXType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_YYYType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WarningType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_AAAType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_PPPPType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WWWType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_SSSSType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_DDDType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EEType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EventType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_HHHHType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_BusinessExceptionType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_RRR.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_FFF.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_III.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
axis2_stub_ABCService.obj : error LNK2019: unresolved external symbol _axis2_msg_increment_ref referenced in function
_axis2_stub_populate_services_for_ABCService
D:\project3.2\axis2c\samples\client\pc\obj\pc.exe : fatal error LNK1120: 2 unresolved externals


  was:
Hi, 

I am getting error while Linking the Client. 
Following are the details for the Issue. 
I will appretiate if you can help me out on this issue. 


Project: Axis2C(axis2c-bin-1.3.0-win32.zip) 
Environment: WinXP, Apache Axis2/C 1.3.0 , Visual studio ( Microsoft VSExpress2005 edition)

Description: 

D:\project3.2\axis2c\samples\client\pc\obj>"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\link.exe" /LIBPATH:%AXIS2C_HOME%\l
ib axutil.lib axiom.lib axis2_parser.lib axis2_engine.lib axis2_http_receiver.lib axis2_http_sender.lib mod_axis2_IIS.lib /OUT:D:\
project3.2\axis2c\samples\client\pc\obj\pc.exe D:\project3.2\axis2c\samples\client\pc\obj\*.obj
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

adb_ServiceHeaderType.obj : error LNK2019: unresolved external symbol _axutil_xml_quote_string referenced in function _adb_Service
HeaderType_serialize@28
adb_XXXType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_YYYType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WarningType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_AAAType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_PPPPType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WWWType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_SSSSType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_DDDType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EEType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EventType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_HHHHType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_BusinessExceptionType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_RRR.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_FFF.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_III.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
axis2_stub_ABCService.obj : error LNK2019: unresolved external symbol _axis2_msg_increment_ref referenced in function
_axis2_stub_populate_services_for_ABCService
D:\project3.2\axis2c\samples\client\pc\obj\pc.exe : fatal error LNK1120: 2 unresolved externals



Hi, 

I am getting error while Linking the Client. 
Following are the details for the Issue. 
I will appretiate if you can help me out on this issue. 


Project: Axis2C(axis2c-bin-1.3.0-win32.zip) 
Environment: WinXP, Apache Axis2/C 1.3.0 , Visual studio ( Microsoft VSExpress2005 edition)

Description: 

D:\project3.2\axis2c\samples\client\pc\obj>"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\link.exe" /LIBPATH:%AXIS2C_HOME%\l
ib axutil.lib axiom.lib axis2_parser.lib axis2_engine.lib axis2_http_receiver.lib axis2_http_sender.lib mod_axis2_IIS.lib /OUT:D:\
project3.2\axis2c\samples\client\pc\obj\pc.exe D:\project3.2\axis2c\samples\client\pc\obj\*.obj
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

adb_ServiceHeaderType.obj : error LNK2019: unresolved external symbol _axutil_xml_quote_string referenced in function _adb_Service
HeaderType_serialize@28
adb_XXXType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_YYYType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WarningType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_AAAType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_PPPPType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_WWWType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_SSSSType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_DDDType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EEType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_EventType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_HHHHType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_BusinessExceptionType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_RRR.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_FFF.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
adb_III.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
axis2_stub_ABCService.obj : error LNK2019: unresolved external symbol _axis2_msg_increment_ref referenced in function
_axis2_stub_populate_services_for_ABCService
D:\project3.2\axis2c\samples\client\pc\obj\pc.exe : fatal error LNK1120: 2 unresolved externals


Can you please let me know from where I can get the axis2_util.lib file
I will appretiate if you can let me know the lib file I have missed out and from where I can get the lib file. 

> Getting linking error while creating client for WSDL
> ----------------------------------------------------
>
>                 Key: AXIS2C-1125
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1125
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system
>    Affects Versions: 1.3.0
>         Environment: Project: Axis2C(axis2c-bin-1.3.0-win32.zip) 
> Environment: WinXP, Apache Axis2/C 1.3.0 , Visual studio ( Microsoft VSExpress2005 edition)
>            Reporter: samir joshi
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Hi, 
> I am getting error while Linking the Client. 
> Following are the details for the Issue. 
> I will appretiate if you can help me out on this issue. 
> Project: Axis2C(axis2c-bin-1.3.0-win32.zip) 
> Environment: WinXP, Apache Axis2/C 1.3.0 , Visual studio ( Microsoft VSExpress2005 edition)
> Description: 
> D:\project3.2\axis2c\samples\client\pc\obj>"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\link.exe" /LIBPATH:%AXIS2C_HOME%\l
> ib axutil.lib axiom.lib axis2_parser.lib axis2_engine.lib axis2_http_receiver.lib axis2_http_sender.lib mod_axis2_IIS.lib /OUT:D:\
> project3.2\axis2c\samples\client\pc\obj\pc.exe D:\project3.2\axis2c\samples\client\pc\obj\*.obj
> Microsoft (R) Incremental Linker Version 9.00.21022.08
> Copyright (C) Microsoft Corporation.  All rights reserved.
> adb_ServiceHeaderType.obj : error LNK2019: unresolved external symbol _axutil_xml_quote_string referenced in function _adb_Service
> HeaderType_serialize@28
> adb_XXXType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_YYYType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_WarningType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_AAAType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_PPPPType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_WWWType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_SSSSType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_DDDType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_EEType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_EventType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_HHHHType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_BusinessExceptionType.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_RRR.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_FFF.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> adb_III.obj : error LNK2001: unresolved external symbol _axutil_xml_quote_string
> axis2_stub_ABCService.obj : error LNK2019: unresolved external symbol _axis2_msg_increment_ref referenced in function
> _axis2_stub_populate_services_for_ABCService
> D:\project3.2\axis2c\samples\client\pc\obj\pc.exe : fatal error LNK1120: 2 unresolved externals

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org