Well, try to move the import statement in PlanetServiceArtifacts.wsdl at the beginning,
just after the definition, like this:<?xml version="1.0"
encoding="UTF-8"?>
| <definitions
xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/&...
|
xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
| xmlns:tns="http://planets.euArtifacts"
| xmlns:wsdl="http://pluto.researchstudio.at/ibpm/DROIDService.jws"
| xmlns:wsdl1="http://pluto.researchstudio.at/ibpm/MigrateService.jws"
| name="PlanetsServiceArtifacts"
| targetNamespace="http://planets.euArtifacts"
|
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
| <import location="droid.wsdl"
namespace="http://pluto.researchstudio.at/ibpm/DROIDService.jws"/>
| <import location="migration.wsdl"
namespace="http://pluto.researchstudio.at/ibpm/MigrateService.jws"/>
|
| <plnk:partnerLinkType name="DROID-PLKT">
| <plnk:role name="DROIDService"
portType="wsdl:DROIDService"/>
| </plnk:partnerLinkType>
| <plnk:partnerLinkType name="Migration-PLKT">
| <plnk:role name="MigrationService"
portType="wsdl1:MigrateService"/>
| </plnk:partnerLinkType>
| </definitions>
Read this post,
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102501
I had the same problem as you.
I think that you can deploy your bpel process well with this changes.
Regards,
Agus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037851#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...