Ciao Martin,
I've a jar containing the beans and after execute wsdl2java i've a new pkg with the same name with other classes with serialize and deserailizer, so I think there are class entity. By the way if I use default style (no style attribute in the axis-java2wsdl ant task) all works fine.

tnx
Luca

Martin Gainty ha scritto:
because wrapped effective wraps or includes the entitys datatype

It seems your Java class is referencing a class entity which is not yet
defined
please display to group source for

FetWrapper.java

as well as any or all classes defined within package
it.telecomitalia.client.interop.beans

Molte Grazie
Martin-
----- Original Message -----
From: "Luca Rasconi" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, March 03, 2008 9:52 AM
Subject: java2wsdl question


Hi all, my goal is to create an interoperable ws (java server and dot
net client) so I would like to create document style wsdl, so I:
- wrote my ws in java and then build wsdl using java2wsd lant task:
<axis-java2wsdl
            output="${wsdl.dir}/buy.wsdl"
            location="http://client.yalp.it/buy/services/FetWrapper";
            namespace="it.telecomitalia.rossoalice.fetwrapper.ws.server"

classname="it.telecomitalia.rossoalice.fetwrapper.ws.server.FetWrapper"
            style="document"
        >
            <!--mapping
namespace="it.telecomitalia.client.interop.beans"
package="it.telecomitalia.client.interop.beans"/-->
            <!--mapping
namespace="it.telecomitalia.rossoalice.fetwrapper.ws.bean"
package="it.telecomitalia.rossoalice.fetwrapper.ws.bean"/-->
            <classpath refid="project.class.path"/>
        </axis-java2wsdl>

the problem is when i run the task i've this error:
Please register a typemapping/beanmapping for
'it.telecomitalia.client.interop.beans.GWProduct'

what'is the meaning? what do i've to do? is there a way to automatically
register it?

If I generate wsdl with style="wrapped" i've no wanring message but what
kind of wsdl have I as result?
Using a dot net client the marshalling dot net side doesn't work.

Any suggestion is appreciated.
Luca


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to