Not getting proper response from webservice method
HI,
I am calling webservice method along with all the parameter. I am using vbscript to write the script with the below code. I am getting as error as "There was error reflecting _retun". Please help me to how to handle and get the correct data. In webservice parameter are in long datatype, but vb script does not support long data type. is this the problem?
code:
function fun1
mid1=12940998
tmp1="testtest"
slave=0
crn=128958833
ec=162814
set surfer1 = webservices.TMI_orignal1.getCustomerStatusByCRN(mid1,tmp1,slave,crn,ec)
msgbox surfer1.status
end function
screens shots attached for clear understanding. Please
1.Webservice_Methods.jpg
2.Error.jpg
3. ReturnObject_Class_under_Types.jpg
I have used different tool (Soap UI pro) to test the same webservice and working correctly. There is no problem with the webservice
This is most required. Please help me.
Regards,
Vinod