cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Form Error: Could not post data when not connected to VPN

Former Member
0 Kudos

Hi all,

The form works fine and  creates the order when I am logged in using VPN or inside client network.

But for the same form ,I am getting the error message 'Could not post data' when I am not connected to my VPN.

The client gave me URL like https://client.name-dev.com/..How to proceed with this URL...

This is urgent so can anyone help me to resolve the issue...

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have referred the below thread and tried the same logic , But there was no action performed when I clicked on submit button.

I just tried the below code

var cURL = "http://client.name:port/sap/bc/srt/wsdl/bndg_XXX/wsdl11/standard/ws_policy/document?sap-client=110" ;

var service = SOAP.connect(cURL);

xfa.connectionSet.mydataconnection.execute(0);

for submit button "Regular", I am using above code for "click" option.

It didn't solve my issue.

Please help me on this...