• Register Now
  • Forgot Password?
Intalio
  • Product
  • Services
  • Partners
  • Customers
  • Community
  • Company
  • Documentation
  • Discussions
  • Roadmap
  • Events

Discussions


Discussions about Intalio|BPP Community Edition.


Back to Intalio|BPMS 5.2 (0 viewing) 
Go to bottom
Post Reply
Favoured: 0
  • Page:
  • << Start < Prev 1 2 Next > End >>
TOPIC: Compilation errors encountered prior to deployment
Forum Tools
  • Post New Topic
  • Show latest posts
  • Rules
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
ravinderjit.singh (User)
393 posts
Platinum Boarder

Karma: 19  
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
anand.ranganathan (User)
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
  • Page:
  • << Start < Prev 1 2 Next > End >>
Forum List Archived Intalio|BPMS 5.2
get the latest posts directly to your desktop
 

Top Posters

Last 30 days

  • jean.bernard.wansi (9)
  • niki.w (7)
  • danny.gallagher (7)
  • bruker.bruker (5)
  • marcelo.balisa (4)
  • pourdad.daneshmand (4)
  • ravinderjit.singh (2)
  • giocarmine.gio (2)
  • pavel.khodchenkov (1)
  • mikko.savolainen (1)

All time

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

Show last 4 hrs - 12 hrs - 24 hrs

Latest Posts

  • Reusing pools and lanes across business ... by kutter
  • Re:Webservice asynchronous and input me ... by chantal.valverde
  • Re:XSD Attribute and Correlation by wilmercisneros
  • Re:Process Automation by jean.bernard.wansi
  • Re:partner link error by danny.gallagher

Show last 6 hrs - 24 hrs - 7 days

Copyright © Intalio, 1999-2012.

  • Copyright Notice |
  • Privacy Policy |
  • User Agreement