Forum Discussion
Hi,
Thank you very much for solution. Now I am able to work
with WSDL by changing the "_return" to "return" and able to
retrieve the member of classes.
As out of curiosity , I would like to know how my web
service is working fine with other tools like "Soap UI pro"?
Just now I have tried to access the member which is in
the inner class of response object and getting error as Object required. But
able to access members in return object.
Ex:
set Payment_PaymentResponse_Obj1=
WebServices.TMI_Credit.getEasyCollectSingle(Payment_SingleRequest_obj1)
msgbox
Payment_PaymentResponse_Obj1.discriminator (Getting response) -> OK
msgbox Payment_PaymentResponse_Obj1.credResp.BDRID
(Not getting Response) ->NOK
Error:
An exception occurred in the "TMI_EU" unit at
line 158:
Microsoft VBScript runtime error
Object required: 'Payment_PaymentResponse_Obj1.credResp'
Please let me know, If you require some more details
Note: I have raised the issue {Issue# M0101973] and got mail to my colleague about this saying that Your support has sent me a mail, I am not getting mail. The solution has taken from my colleague's mail.
Regards,
Vinod