running samples

2008-01-20 Thread Gavan Hood
I have built the 1.2 version and built the samples a few times now, When I build the samples I get the client code created but cannot see where server code is deployed. When I hit the 9090 URL it shows a heading for installed services and nothing more. When I run any of the clients they

Re: running samples

2008-01-20 Thread Mark Nüßler
Hello Gavan, i don't know if i understand you correctly I have built the 1.2 version and built the samples a few times now, when you built axis2, you get an folder parallel to the 'bin' folder called 'services', each deployed service has its own subfolder. e.g. there an folder 'math', inside

using axis half way through?

2008-01-20 Thread אלחנן מעיין
Hi.. Is there a way to use axis's generated classes for request and response BUT, use it's dynamic proxy client by specifying wsdl and method name alone? We have a home grown web application infrastructure which up until now used glue behind the scenes, our application developers were

Re: Axis 1.2.1 and Weblogic 10

2008-01-20 Thread Scott
Thanks Azeez, I should point out that I am referring to version Axis 1.2.1, not Axis2. And I have Axis installed, and can query Axis for a list of services via HTTP in my browser. I believe I am all set. And like I said, when this same installation is used with Tomcat, it works. But I am

Re: [axis2] custom configuration context

2008-01-20 Thread Andreas Veithen
Michele, Since there is an exception, there must be a stack trace. If the stack trace is not dumped to the log, can you try to add e.printStackTrace()? As a workaround to the problem, can you try the following ways to construct the repository URL? URL repo =

Re: Webservice Client not working from inside Tomcat5

2008-01-20 Thread Stephen Souness
Is there anything showing up in Tomcat's logs? Is the Tomcat process running as a service, or as a user that may not be able to establish network connections? Are all of the jars that the web service client requires included in your web app? -- Stephen Callaway, Pamela wrote: Hi folks,

weblogic JVM crashes with axis 1.4

2008-01-20 Thread Ajit.Kamalakant
Hi Group, I am using axis 1.4. I am having this problem with one instance o f weblogic 8.1 . When the client makes a call to the web service, the weblogic JVM crashes with some dll references in the stack trace. Any help is highly appreciated. Thanks, Ajit DISCLAIMER: This

Re: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-20 Thread Deepal jayasinghe
Hi , If you create serviceClient as dynamic client then you need to give the correct operation name (qualified operation name). I hope following link will helpful for you to solve your problem http://people.apache.org/~deepal/colorado/quick-start/src/DynamicClientSample.java -Deepal Using