Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Re: namespace for the PartnerLinkType

That's the old parter link type namespaces for BPEL 1.1

I believe one of our plugins contributes the PLT schema to the XML catalog, somewhere :-)

Look at the ui plugin and the extension point

    <extension
          point="org.eclipse.wst.xml.core.catalogContributions">
       <catalogContribution
             id="default">
          <public
                publicId="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
                uri="platform:/plugin/org.eclipse.bpel.ui/schemas/wsbpel_plinkType.xsd">
          </public>
       </catalogContribution>
       <catalogContribution
             id="default">
          <public
                publicId="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
                uri="platform:/plugin/org.eclipse.bpel.ui/schemas/wsbpel_msgprop.xsd">
          </public>
       </catalogContribution>
    </extension>


I guess this is the place to change it. The WSDL editor ought to be able to add this extension via the Add button in the properties area - the definition would come from the catalog and you should be set. But the above bits from the plugin.xml in the ui. plugin need to change first.

I guess I could do that part ... :-)

-m

Danilov, Oleg V wrote:

Hi Simon, Michal,

 

Do you know why WSDL Editor (at least 2.x branch) uses http://schemas.xmlsoap.org/ws/2004/03/partner-link/ as the partnerLinkType namespace?

I guess it should be http://docs.oasis-open.org/wsbpel/2.0/plnktype? Is there any way to workaround this issue?

 

Thanks,

  Oleg.

 

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: 125252, Moscow, Russian Federation, 
Chapayevsky Per, 14.

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
  


-- 
Michal Chmielewski, CMTS, Oracle Corp, 
W:650-506-5952 / M:408-209-9321 

"Manuals ?! What manuals ? Son, it's Unix, you just gotta know." 

Back to the top