You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Siamak Haschemi <si...@gmx.de> on 2006/05/08 21:35:32 UTC

[axis2] How would you do this?

Hello to all.

I'll be happy if someone could help me.

I want to create a Web-Service which uses abstract-types and extensions. 
Until now I try to use Axis2 with XmlBeans but I go crazy because Axis2 
always throws Databinding errors (see 
http://issues.apache.org/jira/browse/AXIS2-644).

So *PLEASE* can someone help me with this?

Maybe the usage of extensions is not right for my scenario so I'm gonna 
describe it i a few words:

Think of having the Classes
- User
- Product
- Profile

A Web-Service provides the following operations for all this classes:
- save
- update
- getAll
- get
- delete

So should I go and write so much wsdl-messages?

-saveUserRequest
-saveUserResponse
- saveProductRequest
- saveProductResponse
- saveProfileRequest
- saveProfileResponse
- updateProductRequest
.......

No, I don't think so. So is the usage of abstract-types and extensions 
right here?

Thank you very much,

Siamak Haschemi