PDA

View Full Version : Problem with SOAP framework



_eduardo
March 31st, 2011, 06:40 PM
Hi, i'm using a opensource SOAP C++ framework for consuming/creating web services. It's called WSO2 WSF/C++ and some people might have already used it (i hope so).
I've generated the C++ code using a WSDL from the service i want to consume. I've also written the code for acessing it. When i run the application, an error attached in the .png file is shown.

PS.: The web service is running on a Glassfish server (on the same machine).

Does someone have already used this framework and/or have any idea of how can i solve the problem?
Or instead, perhaps someone could indicate another good SOAP framework for consuming web services with C++ applications.

Thanks