Axis version = axis 1.3

Why do I get a bunch of warnings saying I need to register a typemapping when I run Java2WSDL for a Doc/lit/wrapped style webservice but not when I run Java2WSDL for an RPC style webservice?

 

And the warnings are for exceptions. 

 

Ant commands being run.

 

                        <!—RPC style without warnings à

                        <axis-java2wsdl

                                    classname="com.blah.Service"

                                    output="${ wsdl.name}"

                                    location="${wsdl.location}" namespace="${ wsdl.namespace}"

                                    extraclasses="${axis.addl.classes}"

                                    >

                                    <mapping namespace="${.wsdl.namespace}"

                                                package="com.blah.ws" />

                                    <classpath refid="classpath.build" />

                        </axis-java2wsdl>

 

                        <!—doc/lit/wrapped with warnings à

                        <axis-java2wsdl

                                    classname="com.blah.Service"

                                    output="${wsdl.name} "

                                    location="${wsdl.location}"

                                    namespace="${wsdl.namespace}"

                                    style="WRAPPED"

                                    use="literal"

                                    extraclasses="${axis.addl.classes}"

                                    >

                                    <mapping namespace="${wsdl.namespace}"

                                                package="com.blah.ws" />

                                    <classpath refid="classpath.build" />

                        </axis-java2wsdl>

 

Any idea’s

 

Mark

Reply via email to