Answered
Add output parametrs in soap web service
Hello!
I have interfaces for SOAP web services. It had two output parameters, it worked fine. But now i need add three output parameters, i changed function, but bizagi don't use new version of function.
Old two parameters are not empty, new parameters are empty. Test of function show than the function returns value. In database interface's xml have all parameters.
What I can do with this?
Help me please.
Dear Sofya,
In order to solve this issue, please stop the IIS and the scheduler for a while. Then, go to C:\Bizagi\Projects\[Project]\Temporary and remove all files and folders. Finally, start again the IIS and the scheduler.
It will update the wdsl of the web service.
Regards
Dear Sofya,
In order to solve this issue, please stop the IIS and the scheduler for a while. Then, go to C:\Bizagi\Projects\[Project]\Temporary and remove all files and folders. Finally, start again the IIS and the scheduler.
It will update the wdsl of the web service.
Regards
I did this. Several time. It is not help.
Dear Sofya,
In this article explains step by step how invoking a web service: http://help.bizagi.com/bpmsuite/en/index.html?invokingsoap.htm.
In addition, please tell us about your environment:
Regards
.Net, version 10.6
I know this article, I did my service on this article.
Dear Sofya,
Thank you for your feedback. If it works with two parameters fine, it should work with three parameters. Please, remove all folders in this path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
To do so, stop the IIS before to delete them.
Regards.
I made a study of the problem :1 ) created a new service , it has a function for example , that returns "Hello world". Run, it worked .
2 ) Add the input parameter - a string , and it is returned . The interface is set up , made a mapping function. Fillable line remains empty.
3 ) Delete an input parameter , it returns only the string change the text to "Hello". Function snvoa earned .
4 ) Add a new function that does the same thing . A new function was not found .
A feeling that bizagi takes the old version.
Dear Sofya,
You are correct. Bizagi takes the old version. For those cases, you should delete temporary files of the project. They are necessarily to delete in order to update the wdsl files. Go to C:\Bizagi\Projects\[Project]\Temporary and remove all files and folders specially one called SOA
Regards
Dear Sofya,
In order to check what is going on with the web service, please enable traces. It will help us to identify the problem.
When configuring Web service invocations in Bizagi, you may rely on several features for error control and diagnostics.One of these features is the use of Traces whenever you detect there is an issue with the Web service invocation, and you wish to retrieve further detail.
For further information: http://help.bizagi.com/bpmsuite/en/index.html?studio_wstracing.htm
We look forward
Same problem.
Had a WebService that returned just TRUE or FALSE.
Trying to change to an object with two properties (one boolean and the other a string with an error message).
Even deleting all temporaries (bizagi and .NetFramework), Bizagi still requiring the previous single boolean return.
Any solutions so far?
Dear Carlos,
Please use this guide to solve it: http://kb.bizagi.com/Knowledgebase/HOWTO-Clean-cache-and-Temporary-folders-in-Bizagi
Regards
Comments have been locked on this page!