| Author |
how to xsi:type attribute for elements in soap message
|
Rr Kumaran
Ranch Hand
Joined: Sep 17, 2001
Posts: 548
|
|
Hi All, I have a web service developed using .NET and I trying to consume it using AXIS 1.2.1 Final. When I request the service I am getting "org.xml.sax.SAXParseException ocument root element is missing" AxisFault from the service. I was suggest that because of lack of "xsi:type=xsd:string" in the request soap message generated by Axis client I am getting this exception from the service and so I want to have "xsi:type=xsd:string" for each of elements in the generated soap message from axis client, and I have tried this piece of code "_call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);" in the axis generated stubs (out of wsdl) but this did not help me. I have also tried "<parameter name=sendXsiTypes value=true/>" in client-config.wsdd file and this also is of no use. Can anyone please clarify on how to generatexsi:type="xsd:string" for each of the elements in the request soap message from axis 1.2.1 final to .net web service. Thanks & Regards,
|
RR Kumaran
SCJP 1.4
|
 |
 |
|
|
subject: how to xsi:type attribute for elements in soap message
|
|
|