SOA Summer School - C++ and SOA

Nandika Jayawardana talks to OxygenTank on  the upcoming Summer School session titled C++ and SOA.

Date: Thu, 23rd Jul, 2009
Level:
Reads: 3423 Comments: 1 | Login or register to post comments
Nandika Jayawardana
Technical Lead
WSO2 Inc
nandika's picture

C++ is widely used in high-performance business applications and mission critical applications that cuts across multiple platforms. In the podcast, Nandika talks about what he intends to cover in the upcoming SummerSchool session titled C++ and SOA. Nandika is a TechLead at WSO2.

Podcast: nandika_cpp.mp3 (3.66MB)

nanwangzhang.163.com's picture

how to use source code auto generated by tool of wsdl2cpp

I generated some source code by tool of wsdl2cpp .These codes include *Callback.h、*Stub.cpp、*Stub.h,as well as *.vcproj. when i opened *.vcproj file by vs2005 and builded , many errors generated ;all of these errors are no defined. but i don't know how to define these . for examples: com.ah.hbm.ws.server.ifc.MiscServiceStub.ChangePasswordResponse WSF_CALL changePassword( com.ah.hbm.ws.server.ifc.MiscServiceStub.ChangePassword* _changePassword); how to define "com.ah.hbm.ws.server.ifc.MiscServiceStub.ChangePasswordResponse "and "com.ah.hbm.ws.server.ifc.MiscServiceStub.ChangePassword"/ thanks