Hi,
I’m creating custom adapter in ADK and I need to put on input of one service template (let’s call it TestService) document list. It should contain some string fields.
I can easily get document parameter with fields but when I try to get document list it doesn’t work.
I’m defining parameters in service template as below:
protected String IN_DocList;
protected String IN_DocListName = “IN_DocumentList”;
protected String IN_DocListType = “record”;
protected String IN_String;
protected String IN_StringName = “IN_DocumentList.IN_String”;
protected String IN_StringType = “string”;
Instead of creating document list, it creates document parameter with string field.
Anybody knows how to do it ?
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards