[IDE:deployment error]

2009-06-08 Thread Vaibhav Arya
Hi All, I have a web service class embedded into my project to use existing source. In my .aar file, I have only services.xml file. This web service is working well when I deploy project manually (copying .aar and sources in tomcat directory). But when I use JBuilder5.0 to build and run proje

[axis2] configuring my web service to use commons-logging and juli

2009-06-08 Thread Stadelmann Josef
Hi all, after some days of trials and error Reading this mail archive as many thing has been said about commons-logging in this axis-user mail list I still cry for help What I have is a web-service able to create ONE service-object PER-USER-SESSION (axis2 web service runs in scope=soap

How to invoke webservice with jca bindings/operations?

2009-06-08 Thread tv.raghavan
I have a wsdl with jca operations/bindings. I generated the stubs using wsdl2java. How do I invoke a webservice with jca operations/bindings using axis ? Thanks, -raghav -- View this message in context: http://www.nabble.com/How-to-invoke-webservice-with-jca-bindings-operations--tp23935747p2393

Problem with WSDL2C

2009-06-08 Thread Vadim Letitchevski
I am using WSDL2C utility from axis2-1.4.1 to generate code for use with axis2c 1.6.0 Most of the wsdl's I have processed produced the correct code. One has failed with next errors: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: j

Re: issues with xmlschema1.4.2.jar and jaxb

2009-06-08 Thread Axis PC
Also...attached is the stacktrace when I use xmlschema-1.4.x.jar [ERROR] Error occurred while attempting to read generated schema file {org.apache.ws.commons.schema.XmlSchemaException: Schema name conflict in collection. Namespace: http://schemas.x.com/y/2007/09/mc-description} [ERROR] Error occur

issues with xmlschema1.4.2.jar and jaxb

2009-06-08 Thread Axis PC
All, Has anyone faced the following issue?: 1. I have a wsdl which has multiple schema imports. For example abc.wsdl has x.xsd and y.xsd imports. y.xsd in turn imports x.xsd. 2. From what I see...xmlschema-1.4.2.jar doesnt like it. In XmlSchema 1.4.x, the schema collection can o

RE:

2009-06-08 Thread Martin Gainty
assuming this is non rest doc-lit please display WSDL (and accompaning XSDs) thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich u

Content-Length header not set

2009-06-08 Thread Julien HENRY
Hi, I'm trying to get size of the big attachment I'm downloading using Axis2. Axis2 is used on both side (client and server). The issue is the server is not sending content-size header so I can't estimate the progress of my download. Here are the headers: DEBUG 18:30:51.184 c.t.i.p.c.service.

[no subject]

2009-06-08 Thread Florian Kaltner
Hi! I set up a simple Web Service using POJOs. I defined a class MyService with a method update(A a, B b). If i call that method using the corresponding Web Service operation, the object b is always null. Looking at the SOAP message with TCPMon, I am seeing, that both objects are serialized (as

axis2 vs axis

2009-06-08 Thread rkrgarlapati
Hi there! I have created WSDL using axis2(java2wsdl), can i use this WSDL to generate client files with axis. Regards, Kumar -- View this message in context: http://www.nabble.com/axis2-vs-axis-tp23922760p23922760.html Sent from the Axis - User mailing list archive at Nabble.com.

Axis Skeleton

2009-06-08 Thread Toni Karhu
Hello, Is it possible to have the WSDL2java to generate only the skeleton interface. As the implemented skeleton that we use is located in a different location and the generated java files are generated always when a build is done. This causes the compile to fail as we have 2 skeletons. Or do i h

Sample code required for Axis 1.4

2009-06-08 Thread Sudhanshu Umalkar Umalkar
Need sample code of Axis 1.4 for this requirement: Provide an XML SOAP web service that receives an XML request and delivers an XML response. Thanks & Regards, Sud