Re: WSDL2Java - Inheritance problem

2008-07-20 Thread Amila Suriarachchi
Can you send your wsdl? I think you use only Axis2 at the server side. thanks, Amila. On Mon, Jul 21, 2008 at 10:06 AM, Matt Wlazlo <[EMAIL PROTECTED]> wrote: > 2008/7/21 Amila Suriarachchi <[EMAIL PROTECTED]>: > > > > > > On Mon, Jul 21, 2008 at 8:26 AM, Matt Wlazlo <[EMAIL PROTECTED]> wrote: >

Re: WSDL2Java - Inheritance problem

2008-07-20 Thread Matt Wlazlo
2008/7/21 Amila Suriarachchi <[EMAIL PROTECTED]>: > > > On Mon, Jul 21, 2008 at 8:26 AM, Matt Wlazlo <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I'm having trouble with passing inheritance types. I've followed this >> url: >> http://www.ibm.com/developerworks/websphere/techjournal/0401_brown/brown.h

Re: ADBException: Unexpected subelement

2008-07-20 Thread Amila Suriarachchi
Please check whether the response you get is as given in the wsdl. check whether the namesapce and element names are mapped correctly. use tcpmon[1] to see the response comes back. thanks, Amila. [1] http://ws.apache.org/commons/tcpmon/ On Sun, Jul 20, 2008 at 8:06 PM, Zhang Qian <[EMAIL PROTEC

Re: WSDL2Java - Inheritance problem

2008-07-20 Thread Amila Suriarachchi
On Mon, Jul 21, 2008 at 8:26 AM, Matt Wlazlo <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having trouble with passing inheritance types. I've followed this > url: > http://www.ibm.com/developerworks/websphere/techjournal/0401_brown/brown.html > as a guide to WSDL inheritance, and everything seems to b

WSDL2Java - Inheritance problem

2008-07-20 Thread Matt Wlazlo
Hi, I'm having trouble with passing inheritance types. I've followed this url: http://www.ibm.com/developerworks/websphere/techjournal/0401_brown/brown.html as a guide to WSDL inheritance, and everything seems to be working except that when it comes time to do a typecast, there doesn't appear to

Re: [Axis2] handlers per operation

2008-07-20 Thread Jack Sprat
I've been down that road and it is not what I am looking for. If I do this then I need to hard-code the comparison to the SOAP action and I'd rather not do that. If the operation name ever changes then I'd need to go back and change the code. That is not ideal. Robert Wierschke wrote: > Hi, >

ADBException: Unexpected subelement

2008-07-20 Thread Zhang Qian
Hi, I want to use my client to call a method provided by my web service, but this error occures: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement FindServiceResponse at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apac

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Samisa Abeysinghe
Curtis Jensen wrote: Thanks. I'll look into client side modules. Any suggestions on where to look for a good example? Everything I've found so far was setting up for server side modules. You can see how addressing is engaged on client side. How about the return trip? When we recieve th

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Curtis Jensen
Thanks. I'll look into client side modules. Any suggestions on where to look for a good example? Everything I've found so far was setting up for server side modules. How about the return trip? When we recieve the response string, how would that get deserialized back into an object? The axis en

Re: [AXIS2] how to use enum types

2008-07-20 Thread Amila Suriarachchi
On Thu, Jul 17, 2008 at 5:55 PM, <[EMAIL PROTECTED]> wrote: > > Dear Listmembers, > > i'am using axis2 1.4 release version togehter with eclipse version 3.4.0 > (WST). I have created a webservice from a skeleton class called JobWS. > Generating the associated wsdl definition and an appropriate cli

Re: Axis2.1.4 ADB known limitations

2008-07-20 Thread Amila Suriarachchi
On Fri, Jul 18, 2008 at 8:42 PM, Chen, Jennifer <[EMAIL PROTECTED]> wrote: > Hi, could you please send me some examples or documents that describe > the Axis2.1.4 ADB known limitations? On your website, I only found the > following sentence: > > "ADB is meant to be a 'Simple' databinding framewor

Re: [Axis2] handlers per operation

2008-07-20 Thread Amila Suriarachchi
On Fri, Jul 18, 2008 at 11:25 PM, Jack Sprat <[EMAIL PROTECTED]> wrote: > Hello. > > Is there a way to add handlers only for specific operations in a service > and not for all? > For example, I'd like to validate the user/password in the SOAP header on > all operations except the simple echo opera

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Samisa Abeysinghe
Curtis Jensen wrote: Thanks for the suggestion. I assume you meant the "lOggin" module sample. It was promising. However, this looks like a server side solution. I'm looking for a client side solution. It is not. It is a module, and hence can be engaged on client side as well. Maybe the l