cancel
Showing results for 
Search instead for 
Did you mean: 

Invoke web service

Jakub
Participant
0 Kudos

Hi,

Can you tell me if i think correctly?

e.g. I connect c4c with web application to send some value by web service.
When i created ExternalWebServiceIntegration and change some value i can directly send these data by invoke webservice in SDK (simple implementation).

When i created WebService and give the requaied information (e.g. WSDL file) to "second site" i cannot invoke web service by SDK.

Is it right ?

Regards,

Jakub

Accepted Solutions (1)

Accepted Solutions (1)

Hi Jakub,

Yes. That is correct.

When you create External Webservice Integration, your tenant is sending the request and hence you can invoke that from SDK via ABSL code using

WebServiceUtilities.ExecuteWebService method.

In case of webservice, the request is being sent from outside the tenant and hence you cannot invoke that from SDK.

Best Regards

Anil

Answers (0)