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.
Yeah, you can't add the same line twice until you delete the line on the server. I get around this by just trying to update the line if the add fails. It means I have to have two different xml objects but that was easy to setup try:
req =...
Thank you! I was able to get it working in Java after your comment.XFkType routePartition = new XFkType();
routePartition.setValue("partition");
AddLineReq createLineReq = new AddLineReq();
XLine createLine = new XLine();
createLine.setPattern("543...