We recently changed our GL account structure from 4 segments to 6 segments. We are also using GP Web Services to validate an account string. by call the GetGLAccounts operation.
However the process is only validating the first 4 segments and when I check the WSDL for the GetGLAccounts operation it shows only for segments to check. Any ideal how I can add the additional two segments?
<s:schema elementFormDefault="qualified" targetNamespace="http://jpasi.com/webservices1/">
<s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment1" type="s:string" />
<s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment2" type="s:string" />
<s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment3" type="s:string" />
<s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment4" type="s:string" />
<s:elementminOccurs="0" maxOccurs="1" name="CheckIfValidGLAccount" type="s:string" />
</s:sequence>