Web Services Consumer Descriptor - NULL Value Problem

Hi,

I am testing Software AG Web Services Consumer Descriptor from Developer to invoke (excute) an internal service deployed on IIS server which requires some fields as follows;


<d4p1>
          <d4p1>
            <d6p1>BELSIZE ROAD</d6p1>
          </d4p1>
          <d4p1> <- In this line we have tag 'g' with attribute 'nil="true"'
        </d4p1>

If I leave above ‘g’ empty it says ‘It must exist’ and stops. The XML it produces for above field is as follows which completely misses the element ‘g’;

<record>
          <record>
            <array>
              <value>BELSIZE ROAD</value>
            </array>
          </record>
        </record>

Then if I select the last option ‘Include empty values for StringTypes’ without giving any values in ‘auth’ section, timeout, _port and _url fields and the XML it produce include element ‘g’ with no value (which is required) looks OK but this also fails with the following error message in message box;

[b]Could not run ‘ICustomerTWS_CUSTOMERACTIVITYFORTWS’.

com.wm.app.b2b.server.ServiceException: [ISS.0085.9273] URL must begin with “http:” or “https:”[/b]

I have attached a snapsshot I took from ‘Details’ button I got on above message box (which might help)

Am I missing something? Please let me know if you need more information on this;

Thanks

SJunejo