You need to sign in to do that
Don't have an account?
Andy Boettcher
Parsing SOAP Response Message
Howdy.
I'm trying to make a call to an external web service - the WSDL imports correctly, I'm able to actually invoke the port call, and the processing works on the remote side, but I get a Callout Exception thrown on the response envelope:
public class deliveryActivitySinceResponse { public WS_CO.deliveryActivity deliveryActivity; private String[] deliveryActivity_type_info = new String[]{'deliveryActivity','http://<clientwebsite>.com','deliveryActivity','0','1','false'}; private String[] apex_schema_type_info = new String[]{'http://<clientwebsite>.com','false','false'}; private String[] field_order_type_info = new String[]{'deliveryActivity'}; }
Hi,
did you overcome this?
I have the same exception.
Thanks,
Yishay