Hi,

i created a Jira for the problem:
https://issues.apache.org/jira/browse/TUSCANY-2645

I don't know if it is right at assembly model. Maybe you can move it.

Thanks for your help!


2008/10/15 Luciano Resende <[EMAIL PROTECTED]>

> This should be related to some changes in the runtime related to
> XMLOutput/InputFactory as you mentioned and not specific to BPEL.
> But, please create a Jira and I will take a look at it tonight or tomorrow.
>
> On Wed, Oct 15, 2008 at 8:42 AM, Tobias Arnold <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I'm trying to create an sca application with BPEL components. Therefore I
> > tried to run the hello-world-bpel-ws example.
> > Via a java client or as a tuscany node both worked fine.
> >
> > But there is a problem when i try to connect to the web service of the
> bpel
> > process:
> >
> > The wsdl @ http://t61-tobi:8109/BPELHelloWorldComponenthelloworld01?wsdl
> > looks fine:
> >
> > <wsdl:definitions
> > name="BPELHelloWorldComponenthelloworld01.helloPartnerLink"
> > targetNamespace="
> http://tuscany.apache.org/BPELHelloWorldComponenthelloworld01/helloPartnerLink
> ">
> > <wsdl:import
> > namespace="
> http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl";
> >
> location="/BPELHelloWorldComponenthelloworld01?wsdl=helloworld.wsdl"></wsdl:import>
> > <wsdl:binding name="HelloPortTypeBinding" type="ns0:HelloPortType">
> > <soap11:binding style="document"
> > transport="http://schemas.xmlsoap.org/soap/http"/>
> > <wsdl:operation name="hello">
> > <soap11:operation soapAction=""/>
> > <wsdl:input name="TestIn">
> > <soap11:body use="literal"/>
> > </wsdl:input>
> > <wsdl:output name="TestOut">
> > <soap11:body use="literal"/>
> > </wsdl:output>
> > </wsdl:operation>
> > </wsdl:binding>
> > <wsdl:service name="HelloPortTypeService">
> > <wsdl:port name="HelloPortTypePort" binding="tns:HelloPortTypeBinding">
> > <soap11:address
> > location="http://192.168.178.27:8109/BPELHelloWorldComponenthelloworld01
> "/>
> > </wsdl:port>
> > </wsdl:service>
> > </wsdl:definitions>
> >
> >
> > But the imported wsdl @
> > location="/BPELHelloWorldComponenthelloworld01?wsdl=helloworld.wsdl" is
> now
> > malformed:
> >
> > LineNr. 44,
> > Column2:<{
> http://schemas.xmlsoap.org/ws/2004/03/partner-link/}partnerLinkType<http://schemas.xmlsoap.org/ws/2004/03/partner-link/%7DpartnerLinkType>
> > name="HelloPartnerLinkType">
> > -^
> >
> > I think its because of the XMLOutput/InputFactory
> >
> > the plnk prefix in <plnk:partnerLinkType name="HelloPartnerLinkType"> is
> > replaced by {namespace}. (I have the same problem elsewhere)
> >
> > Is this an implementation problem? Or am I doing something wrong?
> >
> > Thanks,
> >
> > Tobias
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany, Apache PhotArk
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>

Reply via email to