Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
290 views
in Technique[技术] by (71.8m points)

quickbooks - How to get FileId or OwnerId or CustomAttribut in Qbwc file in wsdl implementation

I am thinking of how I can fetch fileId or ownerId or any custom attribute in any or all wsdl methods. I am thinking to create generic qbwc file.

    <?xml version="1.0"?>
<QBWCXML>
 <AppName>WCWebService1</AppName>
 <AppID></AppID>
 <AppURL>http://localhost:8000/wsdl </AppURL>
 <AppDescription>A short description for WCWebService1</AppDescription>
 <AppSupport>http://developer.intuit.com</AppSupport>
 <UserName>Admin</UserName>
 <OwnerID>{57F3B9B1-86F1-4fcc-B1EE-566DE1813D20}</OwnerID>
 <FileID>{90A 44FB5-33D9-4815-AC85-BC87A7E7D1EB}</FileID>
 <QBType>QBFS</QBType>
 <Scheduler>
 <RunEveryNMinutes>2</RunEveryNMinutes>
 </Scheduler>
</QBWCXML>

Not sure how to get those attribute. Was able to get ticketid in all of them but that is random uuid creating after auth.

question from:https://stackoverflow.com/questions/65915561/how-to-get-fileid-or-ownerid-or-customattribut-in-qbwc-file-in-wsdl-implementati

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...