Re: Axis2/Java Nightly builds

2009-01-05 Thread Nateshan Soundarapandian
Amila, Any updates on this one ? Please advice. I used Axis2 1.4.1 release. Many Thanks, Nateshan On Wed, Dec 31, 2008 at 8:51 AM, Nateshan Soundarapandian nates...@gmail.com wrote: Dear Amila, Thanks for the response. I tried what you mentioned. I till get the same exception. Here are

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-05 Thread rabelenda
iksrazal wrote: On Fri, Jan 2, 2009 at 5:26 PM, rabelenda rabele...@gmail.com wrote: [CODE]org.apache.axis2.AxisFault: The SERVICE_OBJECT_SUPPLIER parameter is not specified. You most likely have a bean name / service class mismatch. I'd look for typos. Here's the problem code from

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-05 Thread rabelenda
Ready, I didn't kow that that was an expected behaivour. Now I run the client and all works, thanks to all. Solution: change serviceObjectSupplier to ServiceObjectSupplier. The null message was beacause I had forgotten that I had deleted the service folder in the webapplication :-). Thanks to all

Axis2/jax-ws unmarshal response

2009-01-05 Thread Pauli Savolainen
Hi, I use wsimport to generate classes from my wsdl. My webservice has one method called getVersion. I call this webservice and all works fine except when the response is unmarshalled into a java object the return value disappears. WebService class @WebService(name = Version, targetNamespace

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-05 Thread rabelenda
Amila Suriarachchi wrote: have a look at here[1]. you need to specify a object supplier at the services.xml thanks, Amila. [1] http://ws.apache.org/axis2/1_4_1/spring.html On Sat, Jan 3, 2009 at 2:11 AM, robert lazarski robertlazar...@gmail.comwrote: On Fri, Jan 2, 2009 at

Re: Axis2 client request to IIS 5.0 returns a 500 error.

2009-01-05 Thread excess2
Thanks! I see the problem you pointed out. However, I have no idea how to fix this. The stubs I'm using for the client were generated from a VOIP_SIP_Trouble_Ticket10 wsdl. The urn:AuthenticationInfo xmlns:urn = urn:VOIP_SIP_Trouble_Ticket10 is populated by stub code not by an explicit call.

Re: Axis2 client request to IIS 5.0 returns a 500 error.

2009-01-05 Thread Andreas Veithen
Can you check which of the two requests conforms to the WSDL? Andreas On Mon, Jan 5, 2009 at 20:21, excess2 gafo...@yahoo.com wrote: Thanks! I see the problem you pointed out. However, I have no idea how to fix this. The stubs I'm using for the client were generated from a

Re: Axis2 client request to IIS 5.0 returns a 500 error.

2009-01-05 Thread excess2
The non-working request matches the wsdl. Somehow the working request has apparently been tweaked. G Andreas Veithen-2 wrote: Can you check which of the two requests conforms to the WSDL? Andreas On Mon, Jan 5, 2009 at 20:21, excess2 gafo...@yahoo.com wrote: Thanks! I see the

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-05 Thread robert lazarski
On Mon, Jan 5, 2009 at 11:43 AM, rabelenda rabele...@gmail.com wrote: I have changed serviceObjectSupplier with ServiceObjectSupplier in the services.xml file and I get a different error. When loading tomcat I get [INFO] org.apache.axis2.deployment.DeploymentException: The following error occu

Re: minimum set of libraries in classpath.

2009-01-05 Thread Shah Asrani
Hi Amila, Thanks for you response. Shah On Sat, Jan 3, 2009 at 9:28 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: please have a look at here[1]. thanks, Amila. [1]http://amilachinthaka.blogspot.com/2008/11/minimal-jars-to-run-apache-axis2.html On Sat, Jan 3, 2009 at 12:55 AM,

Re: Axis2 client request to IIS 5.0 returns a 500 error.

2009-01-05 Thread Amila Suriarachchi
On Tue, Jan 6, 2009 at 1:21 AM, excess2 gafo...@yahoo.com wrote: The non-working request matches the wsdl. wsdl2java tool assumes that the wsdl correctly describes the service. one option is to change the wsdl file to suite for the service and generate the code with that. thanks, Amila.

Re: Axis2 Data Types And Values

2009-01-05 Thread Amila Suriarachchi
On Mon, Jan 5, 2009 at 12:52 PM, ibrahim demir ibrahimdem...@yahoo.comwrote: Hi; Below is the related part. Even I do not set anything for the Customerid ,it is set to 0 somewhere inside Axis2. But 0 is diffrent than empty for my query. Yours. s:complexType name=Customer

Re: Axis2/jax-ws unmarshal response

2009-01-05 Thread Pauli Savolainen
Hello, Strike the previous code example out. Here is a more complete extract of my code. schema.xsd xsd:schema ... xsd:element name=getVersion xsd:complexType xsd:sequence /xsd:sequence /xsd:complexType /xsd:element xsd:element name=getVersionResponse