<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: could not find importer for type http://schemas.xmlsoap.org/wsdl/ in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/26303#M11373</link>
    <description>&lt;P&gt;This is a duplicate post, response added to latest post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-process-services/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/308354/highlight/true#M7297" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-process-services/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/308354/highlight/true#M7297&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 02:48:27 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-08-03T02:48:27Z</dc:date>
    <item>
      <title>could not find importer for type http://schemas.xmlsoap.org/wsdl/</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/26302#M11372</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following error "&lt;STRONG&gt; could not find importer for type &lt;A href="http://schemas.xmlsoap.org/wsdl/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;" when deploying the process below in Activiti 5.&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" 
xmlns:apachesoap="http://xml.apache.org/xml-soap"
targetNamespace="webservice.leila"
xmlns:counter="urn:Calculette"
xmlns:tns="webservice.leila"
id="definitions"&amp;gt;

&amp;lt;import importType="http://schemas.xmlsoap.org/wsdl/" location="http://localhost:8080/axis2/services/ProduitService?wsdl" namespace="urn:Calculette"  /&amp;gt;



  &amp;lt;process id="produit" name="produit" isExecutable="true"&amp;gt;
    &amp;lt;startEvent id="startEvent1"&amp;gt;&amp;lt;/startEvent&amp;gt;
   
    &amp;lt;sequenceFlow id="sid-45DEDA96-C829-402F-B257-FFDC2BB64D0D" sourceRef="startEvent1" targetRef="script1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    

&amp;lt;serviceTask id="webService" name="Call WS" implementation="##WebService"
                 operationRef="ProduitOperation"&amp;gt;

&amp;lt;dataInputAssociation&amp;gt;

&amp;lt;sourceRef&amp;gt;x&amp;lt;/sourceRef&amp;gt;

&amp;lt;targetRef&amp;gt;entier1&amp;lt;/targetRef&amp;gt;

&amp;lt;/dataInputAssociation&amp;gt;


&amp;lt;dataInputAssociation&amp;gt;

&amp;lt;sourceRef&amp;gt;y&amp;lt;/sourceRef&amp;gt;

&amp;lt;targetRef&amp;gt;entier2&amp;lt;/targetRef&amp;gt;

&amp;lt;/dataInputAssociation&amp;gt;


&amp;lt;dataOutputAssociation&amp;gt;

&amp;lt;sourceRef&amp;gt;Res&amp;lt;/sourceRef&amp;gt;

&amp;lt;targetRef&amp;gt;resultat1&amp;lt;/targetRef&amp;gt;

&amp;lt;/dataOutputAssociation&amp;gt;

&amp;lt;/serviceTask&amp;gt;
   


 &amp;lt;sequenceFlow id="sid-6B8506F0-F8FD-40E5-BD53-48B60CBA55C6" sourceRef="script1" targetRef="webService"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    
&amp;lt;sequenceFlow id="sid-8B93564D-BB04-4D49-9F41-3FF3021E42F7" sourceRef="webService" targetRef="script2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;scriptTask id="script1" name="Initialiaze" scriptFormat="groovy" activiti:autoStoreVariables="false"&amp;gt;
      &amp;lt;script&amp;gt;&amp;lt;![CDATA[String ToA="3";
	       String ToB="1000";
               entier1=ToA;
	       entier2=ToB;]]&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;/scriptTask&amp;gt;
    &amp;lt;endEvent id="sid-CCC04EC1-2E04-4B48-A518-38D788D538EC"&amp;gt;&amp;lt;/endEvent&amp;gt;


    &amp;lt;scriptTask id="script2" scriptFormat="groovy" name="Result"&amp;gt;
          &amp;lt;script&amp;gt;
	     System.out.println(entier1+" * "+entier2+" = "Resultat1); 
         &amp;lt;/script&amp;gt;
         &amp;lt;/scriptTask&amp;gt;

&amp;lt;endEvent id="sid-C6EF7F98-3060-442E-8EC3-532F535A9C5A" name=""&amp;gt; &amp;lt;/endEvent&amp;gt;


    &amp;lt;sequenceFlow id="sid-D32AC73B-B425-498D-8793-28586F575C7E" sourceRef="script2" targetRef="sid-CCC04EC1-2E04-4B48-A518-38D788D538EC"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
  &amp;lt;/process&amp;gt;


 &amp;lt;itemDefinition id="entier1" structureRef="string" /&amp;gt;
   &amp;lt;itemDefinition id="entier2" structureRef="string" /&amp;gt;
   &amp;lt;itemDefinition id="x" structureRef="string" /&amp;gt;
   &amp;lt;itemDefinition id="y" structureRef="string" /&amp;gt;
   &amp;lt;itemDefinition id="Res" structureRef="string" /&amp;gt;
   &amp;lt;itemDefinition id="resultat1" structureRef="string" /&amp;gt;



&amp;lt;message id="ProduitRequestMessage" itemRef="tns:ProduitRequestItem"/&amp;gt;

&amp;lt;message id="ProduitResponseMessage" itemRef="tns:ProduitResponseItem"/&amp;gt;

&amp;lt;itemDefinition id="ProduitResponseItem" structureRef="counter:ProduiResponse"/&amp;gt;

&amp;lt;itemDefinition id="ProduitRequestItem" structureRef="counter:Produit"/&amp;gt;



	
&amp;lt;interface id="ProduitInterface" name="ProduitInterface" implementationRef="counter:Produit"&amp;gt;


&amp;lt;operation id="ProduitOperation" name="ProduitOperation" implementationRef="counter:produit"&amp;gt;

&amp;lt;inMessageRef&amp;gt;tns:ProduitRequestMessage&amp;lt;/inMessageRef&amp;gt;

&amp;lt;outMessageRef&amp;gt;tns:ProduitResponseMessage&amp;lt;/outMessageRef&amp;gt;

&amp;lt;/operation&amp;gt;

&amp;lt;/interface&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Aug 2021 09:47:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/26302#M11372</guid>
      <dc:creator>Olfa_Bouchaala</dc:creator>
      <dc:date>2021-08-01T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: could not find importer for type http://schemas.xmlsoap.org/wsdl/</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/26303#M11373</link>
      <description>&lt;P&gt;This is a duplicate post, response added to latest post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-process-services/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/308354/highlight/true#M7297" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-process-services/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/308354/highlight/true#M7297&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 02:48:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/could-not-find-importer-for-type-http-schemas-xmlsoap-org-wsdl/m-p/26303#M11373</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-08-03T02:48:27Z</dc:date>
    </item>
  </channel>
</rss>

