DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21930>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21930 .Net not able to serialize data with doc/literal style. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-07-30 10:30 ------- You need to provide more information in your wsdd....reopen bug if necessary. --------------------------------------------------------------------------- <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <service name="math" provider="java:RPC" style="wrapped" use="literal"> <parameter name="wsdlTargetNamespace" value="http://math.samples"/> <parameter name="wsdlServiceElement" value="MathService"/> <parameter name="wsdlServicePort" value="math"/> <parameter name="className" value="samples.math.Math"/> <parameter name="wsdlPortType" value="Math"/> <operation name="add" qname="operNS:add" xmlns:operNS="http://math.samples" returnQName="retNS:addReturn" xmlns:retNS="http://math.samples" returnType="rtns:float" xmlns:rtns="http://www.w3.org/2001/XMLSchema" > <parameter qname="pns:a" xmlns:pns="http://math.samples" type="tns:float" xmlns:tns="http://www.w3.org/2001/XMLSchema"/> <parameter qname="pns:b" xmlns:pns="http://math.samples" type="tns:float" xmlns:tns="http://www.w3.org/2001/XMLSchema"/> </operation> <operation name="echo" qname="operNS:echo" xmlns:operNS="http://math.samples" returnQName="retNS:echoReturn" xmlns:retNS="http://math.samples" returnType="rtns:mybean" xmlns:rtns="http://math.samples" > <parameter qname="pns:a" xmlns:pns="http://math.samples" type="tns:mybean" xmlns:tns="http://math.samples"/> </operation> <parameter name="allowedMethods" value="echo add"/> <typeMapping xmlns:ns="http://math.samples" qname="ns:mybean" type="java:samples.math.Mybean" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" encodingStyle="" /> </service> </deployment> ---------------------------------------------------------------------------