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 andre voigt <se...@web.de> on 2008/10/24 20:48:09 UTC

DII & arbitrary Objects

Hello

I'm atm writing a Software to connect to each accessible Soap-WS.
But i have many problems by creating Calls for any Objects.

My project is written in Java and i'm using your wsimport and your Libraries.
Primitive objects aren't a problem, only Objects.

My way is :
- getting wsdl
- creating classes with wsimport
- getting info from classes(element-tags, annotations, reflections, ...)

- different application-logig-steps

- new Service();
- createCall();
- setOperationName(...);
- addParameters(dynArgNameFromWsimport, new QName("http://www.w3.org/2001/XMLSchema/","anyType"),dynClassFromWsimport);
- invoke(object[])

* Before sending the call an axis-fault is thrown(... Deserializer ...).
So i'm asking if it's possible to create a dyn. Call for each Object, which is known on client- and serversite.
I hope u understand my problem and can help me.

Btw:I tried to find good sources for DII but didn't found any great til now.
Maybe u know any.

Yours sincerely
A. Voigt

________________________________________________________________________
Schon gehört? Bei WEB.DE gibt' s viele kostenlose Spiele:
http://games.entertainment.web.de/de/entertainment/games/free/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org