retrieving array of strings from java web service

Hi to all,

I would like to ask about a problem I have in C++ programming.
I have created a web service client in visual studio(via add web reference) that calls a web service and wait a response that is a double array of strings.
But unfortunally I cannot retrieve those strings and I receive empty pointers.

When I tried to make a test and receive data from a weather web service I achieved to retrieve the data.
If that helps visual studio creates a header file in my project that includes the class and the methods of the web service and that header file uses BSTR and other strange c++ formats.

Thank in advance
Last edited on
Topic archived. No new replies allowed.