I created a simple .net webservice with a method that takes a string value and returns a string value. I created a bpms project exactly like the web service implementation project using the screencast that you have on your website for the same at :
http://bpms.intalio.com/bpms-screencasts/web-services-integration.htmlWhen I deploy the process on the server and invoke it by clicking on the start button in the bpms console I get the following error:
<?xml version="1.0" encoding="utf-8" ?>
- <wsi-xf:fault xmlns:delegation="http://orbeon.org/oxf/xml/delegation" xmlns:wsi="http://www.intalio.com/BPMS/wsi" xmlns:wsi-xf="http://www.intalio.com/BPMS/wsi/xforms" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:wsi-wsdl="http://www.intalio.com/BPMS/wsi/wsdl">
<wsi-xf:exceptionClass>nu.xom.ParsingException</wsi-xf:exceptionClass>
<wsi-xf:message>Missing scheme in absolute URI reference</wsi-xf:message>
</wsi-xf:fault>
Any inputs on how to resolve this will be much appreciated.
Thanks,
Monisha