himanshu
Hi support,
In awareim can we create multiple services ? if yes then while exposing i got this error.
"Exception deploying Web Services Circular dependencies encountered in parameters of web service. "
Please help,
Thanks,
Hi support,
In awareim can we create multiple services ? if yes then while exposing i got this error.
"Exception deploying Web Services Circular dependencies encountered in parameters of web service. "
Please help,
Thanks,
Hi,
This means that either your parameter object or returned object contains a reference attribute within it. It is not related to multiple services which are allowed.
Cheers,
Pete
Thanks Pete,
I just did some test with other simple option and able to expose multiple services. It must be some issue with returning object like you suggested.
Hi,
one question ?, is it possible to return the selected attributes values from a Business Object.
Hi Himanshu,
No, in order to do this you need to find the first object then create a second obect from the first object with the attributes that you wish to return and then return the second object. This is also the best way to resolve your circular reference issue.
Cheers,
Pete