Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-22 Thread Anatoly Gutnick
Thanks for reply. I compiled with VS6, VS7 and VC8 The stnange thing is that the size of the binary dlls is much less then one i downloaded from http://www.apache.org/dist/ws/axis-c/binaries/win32/ For example, axis-c-1.6b-Win32-trace-bin contains axis_client.dll with size 905kB And the file g

Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-22 Thread Anatoly Gutnick
Thanks for reply. I compiled with VS6, VS7 and VC8 The stnange thing is that the size of the binary dlls is much less then one i downloaded from http://www.apache.org/dist/ws/axis-c/binaries/win32/ For example, axis-c-1.6b-Win32-trace-bin contains axis_client.dll with size 905kB And the file g

[jira] Commented: (AXISCPP-1015) Error deserializing empty array within a structure

2007-01-22 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466463 ] Wayne Johnson commented on AXISCPP-1015: Tested the attached patch. Seems to solve the problem, at least f

[jira] Updated: (AXISCPP-1015) Error deserializing empty array within a structure

2007-01-22 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wayne Johnson updated AXISCPP-1015: --- Attachment: SoapDeSerializer.patch > Error deserializing empty array within a structure > -

[jira] Commented: (AXIS2C-511) Implement support for canonicalization

2007-01-22 Thread Malinda Kaushalye Kapuruge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466460 ] Malinda Kaushalye Kapuruge commented on AXIS2C-511: --- I've included C14N related files under OMXMLSe

[jira] Commented: (AXIS2C-488) Implement support for WS-Security policy

2007-01-22 Thread Malinda Kaushalye Kapuruge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466458 ] Malinda Kaushalye Kapuruge commented on AXIS2C-488: --- Thanks for implementing much needed WS-Securit

[jira] Commented: (AXIS2C-488) Implement support for WS-Security policy

2007-01-22 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466456 ] Manjula Peiris commented on AXIS2C-488: --- The patch inplements WS-security policy spec 2005. To do:- Integrati

[jira] Assigned: (AXIS2C-511) Implement support for canonicalization

2007-01-22 Thread Malinda Kaushalye Kapuruge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Malinda Kaushalye Kapuruge reassigned AXIS2C-511: - Assignee: Malinda Kaushalye Kapuruge > Implement support for cano

[jira] Assigned: (AXIS2C-488) Implement support for WS-Security policy

2007-01-22 Thread Malinda Kaushalye Kapuruge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Malinda Kaushalye Kapuruge reassigned AXIS2C-488: - Assignee: Malinda Kaushalye Kapuruge > Implement support for WS-S

[jira] Commented: (AXIS2C-511) Implement support for canonicalization

2007-01-22 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466453 ] Dumindu Pallewela commented on AXIS2C-511: -- The file attached implements the Canonical XML Version 1.0 and p

[jira] Updated: (AXIS2C-511) Implement support for canonicalization

2007-01-22 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Pallewela updated AXIS2C-511: - Attachment: c14n.tar.gz > Implement support for canonicalization > --

[jira] Created: (AXIS2C-511) Implement support for canonicalization

2007-01-22 Thread Dumindu Pallewela (JIRA)
Implement support for canonicalization -- Key: AXIS2C-511 URL: https://issues.apache.org/jira/browse/AXIS2C-511 Project: Axis2-C Issue Type: New Feature Reporter: Dumindu Pallewela We need to

[jira] Updated: (AXIS2C-488) Implement support for WS-Security policy

2007-01-22 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris updated AXIS2C-488: -- Attachment: security_policy.tar.gz > Implement support for WS-Security policy > ---

Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-22 Thread Fred Preston
Hi Anatoly, The compiler and linker executable used depends on what is on your PATH environment variable. What headers and libraries are used depends on what paths are in your INCLUDE and LIB (I think these names are correct, double check with the Microsoft docs) environment variables.

Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-22 Thread Adrian Dick
Hi, The ANT based build should already work with VS7. I know there are some minor differences between that and VS8 which need to be catered for in the scripts, but to my knowledge no-one has had an opportunity to resolve these. If you're in a position to create these fixes, posting them back her