URGENT : Consuming apachesoap:Map complex datatype in webservice using .net with webservice methods

Posted by aaaaaa on Stack Overflow See other posts from Stack Overflow or by aaaaaa
Published on 2010-04-22T13:07:16Z Indexed on 2010/04/22 13:13 UTC
Read the original article Hit count: 664

Filed under:
|

web service methods written in java & a method return type is map how can i get value from map type? when i call getDetails then it return result properly but when i call getCit method it return a nothing in response because of map type. i .net there is no data type like map type

 Dim objweb As New WebRef.FetchService
 Dim oht As WebRef.Pat
 Dim ohtm As New WebRef.Map

 oht = objweb.getDetails("17")

 ohtm = objweb.getCit(New String() {"21"}, aa, 1)

thx

© Stack Overflow or respective owner

Related posts about java

Related posts about dotnet