Hello community



I am working with a business process using the process element [Call Web Service].

The web service configuration and the call are working correctly.

The JSON response is similar to:

{

"$ totalResults": 2,

"$ startIndex": 1,

"$ itemsPerPage": 100,

"$ resources": [

    &nbs...MoreLess

Like 0

Like

1 comments

get/set a parameter value in a business process script task

var parameter1 = Get<Guid>("Parameter1");

Set("Parameter2", parameter1.ToString())...MoreLess

Show all comments

Hello All,

I would like to add a new record in the bpm'online cotact section. Using webservice ntegration so that I have created on console application in visual studio 2012, I was getting the error like "Terrasoft namespace or name not found and The type or namespace name script does not exist". Can anyone please provide me the way to add these two references in visual studio.

File attachments

Like

2 comments

Dear Amol,

In case you have your system deployed on-side, please, follow the links in the article to download the needed namespaces:

Show all comments (1)

Hello All,

I would like to create and use webservices for integration BPM'Online with any external application, so for that i was going with authentication service application in bpm'online academy and I have created the client code in visual studio 2012 using C#. I have provided my own login details...MoreLess

File attachments

Like

1 comments

Dear Amol,

Please use https instead of http. The site will be accessible then. 

Best regards,

Diana Adams

Show all comments

Hi guys:

I have problem when call  authentication service (AuthService.svc) from other Server with PHP.The call return a new login form (with user and pass) instead of the creation of cookie auth.

Please your help... Thanks a lot

Manuel

The code is:

$url = "http://***:82/0/ServiceModel/AuthService...MoreLess

Like

4 comments

Try this.



<?php

    // Auth

    $url = 'https://some-site.bpmonline.com/ServiceModel/AuthService.svc/Login'...MoreLess

Show all comments (3)