Hi All I have a few queries regarding axis c++.
1. I tried using the InteropBase sample. The array types were not working. There crash while deleting the array on server side (i used simpleaxisserver) at: ~Param() -> ~ArrayBean() -> crash at "delete [] a;" for that particular type 2. i had problems while executing multiple soap requests (tested using simpleaxisserver). the soap request overlaps the pervious request and the \0 isn't there when the msg is displayed. the end of msg is like "</Envelope>nvelope" so i get an invalid soap msg server fault. This is maybe a trivial bug in the sample server. 3. do we have / is someone working on a port for VC .NET? 4. what if my web service is not a dll or i don't want to make it a dll? i just have a set of functions/classes and i don't want to make a dll from it. is there a workaround for this? TIA Jaspreet
