Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,We have recently upgraded to 12.5 and now the request that must add the Remote Destination fails with a -1 error. I have tried a setting a few other properties in the payload, but cannot get it to work. We are using .net to generate the SOAP...
I managed to solve the issue.The problem was with the nil=true attributes that gets added by dotnet.I had to remove the "IsNullable=true" on the C# XML attribute in the AXLAPIService file. So I think the WDSL is wrong when parsed for dotnet. I did ha...