Hi Newsgroup! I'm trying to call some of my Webservices using mssoap3/msxml4 and MS Visual C++ 6.0 for the client part. Simple call's to functions with basic datatype-parameters like int,string,... are no problem but i have no idea how to handle arrays (e.g. string-arrays). I didn't find any useful documentation related to this subject on google or msdn. Does anyone have any hints, links, ... on how to implement string-arrays? It's not possible for me to use .NET (I know that life would be much easier :-) ) Thanks! Andreas
I would suggest you to try gSOAP toolkit, which can work in VC++ 6.0. wrote in message news:1148460655.124812.145680@j33g2000cwa.googlegroups.com... > Hi Newsgroup! > > I'm trying to call some of my Webservices using mssoap3/msxml4 and MS > Visual C++ 6.0 > for the client part. > Simple call's to functions with basic datatype-parameters like > int,string,... are no problem > but i have no idea how to handle arrays (e.g. string-arrays). I didn't > find any useful > documentation related to this subject on google or msdn. > > Does anyone have any hints, links, ... on how to implement > string-arrays? > > It's not possible for me to use .NET (I know that life would be much > easier :-) ) > > Thanks! > Andreas >