Hi,
I receive the SOAP-RESPONSE with the SOAP-BODY typed below and don't
know how to set the Return-type for my Call. The problem is that I get
two different types and I only can set one Return-type for a call.
How can I work with these 2 different Return-types:
<status>-Element: as a complexType
<cnc>-Element: as a SimpleType(float)
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:svapi="http://ssugianto:2001"
xmlns:svas="http://ssugianto:2001/svas.xsd">
<SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<svas:connectRes>
<status xsi:type="svas:status">
<id>0</id>
</status>
<cnc>32004968</cnc>
</svas:connectRes>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any suggestions?
Oli
