RE: problem: reference to jax-ws external web service (calling it)

2009-10-23 Thread ytrewq2...@libero.it
t; > uri="http://localhost:8080/ProvaWS/provaWS"/> > > -Original Message- > From: ytrewq2...@libero.it [mailto:ytrewq2...@libero.it] > Sent: Friday, October 23, 2009 04:26 > To: user > Cc: user > Subject: problem: reference to jax-ws externa

problem: reference to jax-ws external web service (calling it)

2009-10-23 Thread ytrewq2...@libero.it
vice; public Integer addws(int num1, int num2) { System.out.println("***ProvaWSService is " + ProvaWSService); return ProvaWSService.addws(num1, num2); } } If something miss, see my mails above: > -- Initial Header --- > > From :

Re:problem: reference to jax-ws external web service (calling it)

2009-10-22 Thread ytrewq2...@libero.it
ocationHandler.java:167) at $Proxy16.addws(Unknown Source) at TuscanyClient.Tuscanyclient.main(Tuscanyclient.java:44) and so another reflection error... WHAT's wrong now?? :( :''( thanks -- Initial Header --- >From : "ytrewq2...@liber

Re:problem: reference to jax-ws external web service (calling it)

2009-10-22 Thread ytrewq2...@libero.it
uscany.sca.node.impl.NodeImpl.getService(NodeImpl.java:138) > at TuscanyClient.Tuscanyclient.main(Tuscanyclient.java:41) > ... 6 more > > > > -- Initial Header --- > > From : "Luciano Resende" luckbr1...@gmail.com > To

problem: reference to jax-ws external web service (calling it)

2009-10-22 Thread ytrewq2...@libero.it
-- >From : "Luciano Resende" luckbr1...@gmail.com To : user@tuscany.apache.org Cc : Date : Wed, 21 Oct 2009 08:07:30 -0700 Subject : Re: reference to jax-ws external web service (calling it) > On Wed, Oct 21, 2009 at 2:28 AM, ytrewq2...@libero.it >

Re: reference to jax-ws external web service (calling it)

2009-10-21 Thread ytrewq2...@libero.it
Now i have this kind of problem give me by tuscany: GRAVE: Reference not found for component reference: Component = ProvaWSService Reference = ProvaWSService 21-ott-2009 11.15.35 org.apache.tuscany.sca.assembly.builder.impl.CompositeBindingURIBuilderImpl GRAVE: Reference not found for component

Re: reference to jax-ws external web service (calling it)

2009-10-19 Thread ytrewq2...@libero.it
yes i have it! -- Initial Header --- >From : "Raymond Feng" enjoyj...@gmail.com To : user@tuscany.apache.org Cc : Date : Mon, 19 Oct 2009 08:29:48 -0700 Subject : Re: reference to jax-ws external web service (calling it) > it.netbureau.prova.Pro

Re: reference to jax-ws external web service (calling it)

2009-10-19 Thread ytrewq2...@libero.it
Excuse me, wsdlElement="http://ext.com#wsdl.port(SvcName/PortName)" PortName is the PortType or the Port name?? so this is wrong? (it tells port type not port name): http://frascati.ow2.org/doc/1.0/ch04s03.html thank you -- Initial Header --- >From : "Raymond Feng" enjoy

reference to jax-ws external web service (calling it)

2009-10-19 Thread ytrewq2...@libero.it
Ok i try as you described but i get the following error whrn tuscany try to examine the implementation tag: GRAVE: Contribution Resolve Exception occured due to: Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M

reference to jax-ws external web service (calling it)

2009-10-16 Thread ytrewq2...@libero.it
Hi, i used tuscany but i have not found the right directions how to call an external web service.. first of all, my question is: can an external webservices implemented in JAX-WS be used as components in a SCA architecture (or this is right only for bpel process and SCA pure java classes)? i