Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Can we expose more then one web service from one AwareIM App

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,


pbrad

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


himanshu

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.


himanshu

Hi,

one question ?, is it possible to return the selected attributes values from a Business Object.


pbrad

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