cancel
Showing results for 
Search instead for 
Did you mean: 

Help with SOAP traces to deal with VC Problem

richard_hirsch
Active Contributor
0 Kudos

Hi,

I'm currently using CE SR 3 and am having trouble using a web service in VC. I've used the WS in the web service navigator and it works there but I'm missing something in the VC environment. I'd like to be able to see the actual SOAP request and response messages that are being used.

Does anyone have an idea on which trace locations I can set to find this information.

Thanks.

Dick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Richard,

Try the WS connector location: com.sap.portal.connectors.WebServices

In DEBUG level it should provide you with all the necessary information.

Hope this helps,

- Lior

Former Member
0 Kudos

Hi Richard,

Is it possible for you to elaborate a bit about the problem?

There is a known limitation concerning web service consumption:

Limitation 0120031469 1000108608 - Services that contain nillable structures with no fields cannot be consumed in Visual Composer.

Can this be the case?

Regards,

Shai

Answers (1)

Answers (1)

Former Member
0 Kudos

set the severity of location com.sap.portal.connectors.webservices to "ALL"

Regards,

Hui

richard_hirsch
Active Contributor
0 Kudos

Hi,

Thanks for all the answers. I can now see the SOAP calls but I haven't gotten any further with with problem. I'm assuming that it might be related to the nillable structures.

I'll post again if I find the answer.

Dick