Question

Post Method with many Parameters

Greetings,

I have an object that includes several properties. 

The Web Service successfully executed the function when the object contained about 12 properties. However, when the number of properties exceeded 12-13  an error occurred.

Is there a way to send a Json object that has many parameters? (i.e the number of characters of the object are more than usual)

 

 

Like 0

Like

1 comments

If you call a service in bpm'online then please use the manual by the link below.

https://academy.bpmonline.com/documents/technic-sdk/7-14/creating-configuration-service

If you call a 3-rd party service from bpm'online, then please use a script task and call the service via native c#

https://stackoverflow.com/questions/3900371/how-can-i-call-a-webservice-from-c-sharp-with-http-post

Show all comments