FORUMS


Discussion about Intalio|BPP Community Edition.


Back to Intalio|BPMS 5.2 (0 viewing) 
Go to bottom Favoured: 0
TOPIC: Compilation errors encountered prior to deployment
Oct 31, 2008 6:22 pm
halil.akinci (User)
4 posts
Fresh Boarder

Karma: 0  
Hi Antoine,

I export my project as a .zip file and attached it for investigations.

Thanks...



File Attachment:
File Name: BPEL4MarineServices.zip
File Size: 33811
 
  The administrator has disabled public write access.
Nov 3, 2008 10:36 am
378 posts
Platinum Boarder

Karma: 20  
Hi Halil,

In your attached you have used the schema elements from the wsdl files.
You need to create different schema for input.

Have a look on this screen case for more information about schema.
http://bpms.intalio.com/bpms-screencasts/creating-xml-schema-files.htm...

Enclosed here the updated process which is deploying successfully.

Thanks,
Ravinderjit.
File Attachment:
File Name: BPEL4MarineServices-ea5531abcc13ab0d4edf35b8c6d292fd.zip
File Size: 20149
 
  The administrator has disabled public write access.
Feb 26, 2009 7:12 pm
8 posts
Fresh Boarder

Karma: 0  
 
 
Last Edit: 2009/02/26 19:15 By anand.ranganathan.
  The administrator has disabled public write access.
Oct 8, 2009 2:51 pm
kai.stapel (User)
1 posts
Fresh Boarder

Karma: 0  
ravinderjit.singh wrote:
Hi Halil,

In your attached you have used the schema elements from the wsdl files.
You need to create different schema for input.


I do not agree. I had the same problem with the SchemaError when trying to deploy a simple process that used Schema Elements directly from a WSDL file. The solution should not be to create a separate XSD file. Instead, the Intalio|Designer should distinguish between Schema-Definitions from XSDs and WSDLs and generate the BPEL code differently.

Here is an excerpt of the incorrectly generated code that leads to a compilation error:
Code: :

    <wsdl:types>         <xs:schema targetNamespace="http://model.guestbook.tutorial.soa08.se.unihannover.de">             <xs:include schemaLocation="WSDL/GuestBook.wsdl"/>         </xs:schema>     </wsdl:types>



Of course this won't work, since a WSDL cannot be included in the WSDL schema definition section.

A fix to the problem is to move the import up right before the <xs:schema> tag and use the wsdl import instead, just like this:
Code: :

 <wsdl:import namespace="http://model.guestbook.tutorial.soa08.se.unihannover.de" location="WSDL/GuestBook.wsdl"/>     <wsdl:types>         <xs:schema targetNamespace="http://model.guestbook.tutorial.soa08.se.unihannover.de">         </xs:schema>     </wsdl:types>



I hope this helps. And I think it should be easy to integrate the distinction between schema definitions from XSD and WSDL in the Designer already.

Btw, this problem still exists in Intalio|Designer 6.

Best regards,
Kai
 
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Top Posters

Last 30 days

  • nicola.tempesta (3)
  • pourdad.daneshmand (3)
  • ahmed.el.zaher (3)
  • abdul.haleem (2)
  • pavan.kumar.patlolla (2)
  • ravinderjit.singh (2)
  • nana.sasa (2)
  • jiannan.che (2)
  • first.name.last.name2 (2)
  • marouen19 (1)

All time

  • Shivanand (1216)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • ravinderjit.singh (378)
  • dfrench (369)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (276)

Show last 4 hrs - 12 hrs - 24 hrs

Latest Posts


Show last 6 hrs - 24 hrs - 7 days

Copyright © Intalio, 1999-2010.