Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Forum post http://forums.adobe.com/message/2475723#2475723
Steps to reproduce:
1. Use the attached wsdl file and create <s:WebService/> component
2. Make a call to UpdateRelatie method and pass the argument according to xsd:Relatie
3. Check the SOAP response sent in network monitor
Actual Results:
Null is sent in SOAP Request ,
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <schema:UpdateRelatieRequest xmlns:schema="http://www.mydomain.nl/gbs/service/ws"/> </SOAP-ENV:Body></SOAP-ENV:Envelope>
Expected Results:
Value should be sent.
Workaround (if any):