Hey Mark,
Thanks for your reply.
So, do I need to regenerate the WSDL in correct format?
From .Net Client, I wanna invote the "getExRate()’ method like this without parameters.
WCService wcs=new WCService();
wcs.getExRate();
And this getExRate function will return the string data type with xml format data.
For e.g,.
USD
SGD
1.62
1.32
USD
SGD
1.62
1.32
.
.
.
So, what should this WSDL looks like?
Do we need to change or configure the setting in WBI Connector when generating the WSDL to return XML String instead of array?
How do we generate the WSDL to be able to access the methods from .Net Client?
Thanks!
Your kindly help is greatly appreciated.

#API-Management#soa#webMethods