Hello,
I am trying to make a call to a SOAP web service using an object that was created when I imported the WSDL. The web service receives the call, sends a reply, but nothing shows up in my return variables.
Now, when I look at the schema I see o...