HI,
Consuming a web service made in java , in Dot Net is OK. Issue here is that, if I do have some custom Object to be passed as parameter to the Web Service , then how details of that custom object be available at DotNet Client side(Consumer of web service) .
What we are doing, in WSDL we are specifying about the data types being used including custom data type. do I need to give its details in wsdl or is there any other better way ???
is there a way so that i just specify abt the Custom Object and need not mention details of this Custom Object
Thnx
MJ
Consuming a web service made in java , in Dot Net is OK. Issue here is that, if I do have some custom Object to be passed as parameter to the Web Service , then how details of that custom object be available at DotNet Client side(Consumer of web service) .
What we are doing, in WSDL we are specifying about the data types being used including custom data type. do I need to give its details in wsdl or is there any other better way ???
is there a way so that i just specify abt the Custom Object and need not mention details of this Custom Object
Thnx
MJ
Comment