The Artima Developer Community
Sponsored Link

Web Services Forum
AXIS: xis:nil="true" is not set in the SOAP messages

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Johannes R.

Posts: 1
Nickname: titustiger
Registered: Jan, 2005

AXIS: xis:nil="true" is not set in the SOAP messages Posted: Jan 17, 2005 8:49 AM
Reply to this message Reply
Advertisement
Hi,
I use AXIS v1.1. In my WSDL is the following complex type defined:


<xs:complexType name="Item">
<xs:complexContent>
<xs:sequence>
<xs:element name="Id" type="xs:string"/>
<xs:element name="Name" type="xs:string"/>
<xs:element name="Version" type="Version" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexContent>
</xs:complexType>


In the SOAP messages I find the Item object and if the Version was "null", the Version element isn't contained in the SOAP message. But I want to have a Version element like this: <Version xsi:nil="true"/>

What can be wrong?

Topic: MQ Java Client on iSeries Previous Topic   Next Topic Topic: MMS service

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use