I have integrated SOAP service in trial version of Sales Creatio. The test request was successful and returns the response parameters correctly, but when I'm trying to call the webservice in business process and bind the response parameter to auto-generated page, it shown only "Response body" in Process Elements parameter.

Please, refer the screenshots attached.

Any guidance would be appreciated!

Like 0

Like

3 comments

My guess is that it is because the web service is returning an array of records and the MemberNumber is from an element in the array/collection...MoreLess

Show all comments (2)

Hi I need add WS-Addressing in my soap request like: https://www.w3.org/submissions/ws-addressing/

Can I create such a connection in creatio? Is it necessary to write such a service in .net?

Like 0

Like

1 comments

Hello,

Unfortunately, the SOAP-Header settings functionality is not yet implemented.

 

As a workaround, we can suggest configuring th...MoreLess

Show all comments

Hello, 

There is any way to add XML attributes on the SOAP integration webservices?

https://www.w3schools.com/xml/xml_attributes.asp

Like 0

Like

4 comments

Hello Federico,

Yes, it is possible to add XML attributes in SOAP integration web services. In SOAP, XML attributes can be added to the SOAP...MoreLess

Show all comments (3)

Hi Community,

I'm having troubles generating a request with the following XML body, using the "Call Web Service" integration tool.

<soapenv:Envelope xmlns:soap="" xmlns:cam="" xmlns:soapenv="">
	<soapenv:Header />
	<soapenv:Body>
		<cam:startProcessCampanhasaaaaa>
			<soap...

MoreLess

Like 1

Like

3 comments

Hello,

You can create this service manually.

Because this is an OOTB behavior with the value "is array".

Show all comments (2)

Hi community,

We've this situation where we need to send all the attachments that are linked to Documents, including the byte[] data, to a SOAP based service.

We have two solutions in order to implement this:

  1. To send the attachments we could simply convert the byte[] data to base64 string and sen...MoreLess
Like 2

Like

1 comments

Hi Pedro,

Maybe it's better to call the https://<instance>/0/rest/FileService/GetFile/7B332DB9-3993-4136-AC32-09353333CC7A/fileId...MoreLess

Show all comments

Hi community,

We have this situation where we need to create a bi-directional connection with our customer platform, using SOAP protocol. We would like to know if its possible to create a SOAP based services in Creatio to be accessed by our customer? If yes, any information on how to implement this?

Thanks in Advance.

Best Regards,

Pedro Pinheiro

Like 0

Like

10 comments

Hello Pedro,

You need to develop a configuration service (either regular or anonymous) using SOAP. Here is the article that describes how to...MoreLess

Show all comments (9)