[jboss-user] [JBossWS] - Re: No way to write a working client

2007-07-19 Thread GenesisD
palin wrote : GenesisD wrote : ok ok now i know where i was wrong...but if some one helped me I' wouldn't lost so much time... | | Letting the community know your problem's solution instead of complaining about the response you didn't get might eventually help someone else. | Please check

[jboss-user] [JBossWS] - Re: No way to write a working client

2007-07-17 Thread GenesisD
ok ok now i know where i was wrong...but if some one helped me I' wouldn't lost so much time... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065033#4065033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065033

[jboss-user] [JBossWS] - No way to write a working client

2007-07-13 Thread GenesisD
Hi all, I'm going crazy! I'm trying to write a f***ing client for a web service using: jboss-4.0.5GA jbossws-1.2.1.GA the service I deployed is the jax-ws/WebResult of jbossws-samples-1.2.1.GA/jbossws-samples-1.2.1.GA I downloaded for your site. The service results correctly deployed.

[jboss-user] [JBossWS] - jbossws installation problem?

2007-07-06 Thread GenesisD
I'm using jboss 4.0.5GA and I tryed to integrate it with jbossws-1.2.1.GA. I followed instruction and if I access to localHost:8080/jbossws I see the Welcome to JBoss Web Services page. Now, in bin folder of my AS i can't see, nor use, wsprovide, wsconsume and other similar tools. Why? Where

[jboss-user] [JBossWS] - Re: Writing WS client returning complex object

2007-07-04 Thread GenesisD
Hi davideling, i was reading this thread 'cause i'have the same problems of andra. Now, it seems that we must produce this artifacts to consume the service, but it is not so clear if we must use wsconsume or wsprovide (in relation to the fact we wrote service class befor wsdl and not the

[jboss-user] [JBossWS] - Re: Writing WS client returning complex object

2007-07-04 Thread GenesisD
davideling wrote : | | Looking your WSDL I saw that the input part is a complex type. | No, output is complex, input is just a String. davideling wrote : | Sorry for my english, but | I'm italian ;) | Me too View the original post :

[jboss-user] [JBoss Seam] - Help 4 conversation

2007-05-18 Thread GenesisD
Hi Gavin, is it possible to send a param from one nested conversation to the parent one? I've one conversation where i need open another one, in this second one after an insert into db i need pass an id (or better a object) but this one isn't visible from first conversation!!! Can u help me,

[jboss-user] [JBoss Seam] - Object across nested conversation: just a raw solution

2007-05-18 Thread GenesisD
Also if no one answer us, we have solved the question about passing object across nested conversation using the session. has someone any other idea? Is our solution formaly correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046753#4046753 Reply to the

[jboss-user] [JBoss Seam] - Passing object across different conversation

2007-05-15 Thread GenesisD
We are developing a web application that uses jpdl to define navigational paths and use cases. We have 2 flows and one starts the second in a nested conversation. How can we pass an object or a value from the nested conversation context to the first (and then close the second conversation