Hi all,
In implementing a consumed SOAP webservice, I have created XML Import and XML Export mappings based on the provided WSDL. When I call the webservice and set the loglevels for webservices to Trace, I nicely see a response coming back, wth all the returned attributes I need to have and was expecting. Sadly this XML Import mapping does not reflect the attributes that came back in the response.
I think it is related to the fact that the XML I see in the tracing of the webservice response, has a multiRef tag. This multiRef tag is not correctly translated to my response entity, even though it came from it's own WSDL.
Does anybody have experience with the multiRef response in a standard Mendix SOAP webservice call?