IData string representation from .Net service

Hi all

I´m using the .Net WmDotNet package to call .Net services from Integration Server, but parameters returned are returned as a string representation of the specific object.

e.g. my IData object returned may look like this:

BasicData:Results=[0]>>>BasicData:cstno=20026658<<<<<<

Does anyone know why a string representation of the object is returned and how can i convert it to a document?

Regards
Mikael

Anyone?

It seems like the WmDotNet package does not do data marshalling
(.Net → Java → .Net), which to me seems a bit strange.

I mean, i must be possible to have an IData object as input to a .Net service, do some processing on it and finally return a new IData object (just like we do in java). :confused: :confused:

Is there anyone that can confirm this?