Hi,
I am trying to execute a web service from non-SAP provider. WSDL generated had an input array which was causing my application to fail. I read some posts and realised VC has some problems with arrays and hence modified the WSDL and removed this input array as it was optional anyway.
When I import this new WSDL, and run my app based on new WSDL, I realise data has reached nonSAP system. In other words, web service was executed.
Problem:
1. I get an error message: Could not execute Web Service, please consult your Administrator
2. No Output has been received
Solution options:
1. Best solution would be to run this from end to end without any error message
2. Since output is not important for me, if I can disable this standard error message somehow, this would also be okay
I checked lots of SDN posts, and WiKi ones as well but to no avail. Can someone guide me on this?
Regards,
Dev.