|
I'm not sure but what if you try to use the following in your wsdd <service name="ComplexType1ServiceDoc" provider="java:RPC"> instead of <service name="ComplexType1ServiceDoc" style="document"> and in the <beanMapping> try to use xmlns:ns="example.com" instead of xmlns:ns="http://example.com" I have that kind of wsdd and for me it is working fine. Patrick. Denero Watz wrote: Package name of ComplexType1: soap.test.axisThis is my wsdd file: --------------------- <deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"> <service name="ComplexType1ServiceDoc" style="document"> <parameter name="className" value="soap.test.axis.ComplexType1Service"/> <parameter name="allowedMethods" value="*"/> <beanMapping qname="ns:MyComplex" xmlns:ns="http://example.com" languageSpecificType="java: soap.test.axis.ComplexType1"/> </service> </deployment> --------------------- --- "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]> wrote: |
Re: Wrong namespace in the response??
BLIS Webmaster (Patrick Houbaux) Tue, 30 Sep 2003 23:33:04 -0700
- Wrong namespace in the response?? Denero Watz
- Re: Wrong namespace in the response?... Oliver Kie�ler
- Re: Wrong namespace in the response?... BLIS Webmaster (Patrick Houbaux)
- Re: Wrong namespace in the respo... Denero Watz
- Re: Wrong namespace in the r... BLIS Webmaster (Patrick Houbaux)
- Re: Wrong namespace in the response?... vairamuthu thayapavan
