soap-rpc

Hi All,

Is there any way can I debug the service called using pub.client.soapRPC? I am getting an error

[ISC.0042.9333] Attribute value of cellpadding should be enclosed in either single or double quotes

while executing the service using soapRPC call?

Can you please help me out on this.

Cheers,
Sasanka

Looks like the SOAP message you composed before pub.client.soapRPC is wrong.

You can execute the flow service step by step from developer, just stop the trace before the pub.client.soapRPC call, and check the SOAP message you have in the pipeline. It’s a correct SOAP message? :smiley: