User ksvendsen
Activity by ksvendsen
Score: | 6,100 points (ranked #14) |
Questions: | 6 (1 with best answer chosen) |
Answers: | 12 |
Comments: | 1 |
Voted on: | 2 posts, 1 answer |
Gave out: | 3 up votes, 0 down votes |
Received: | 0 up votes, 0 down votes |
Recent activity by ksvendsen
0
1
answer
919
view
Hi I am getting this error on one server, but works fine on another. What is the violation that I am making in the request? where can I get the information of e-conomic SOAP encoding rules? Thanks for any help! product ...
0
2
answers
697
views
Has anybody used the CashBook_RegisterPdfVoucher command in the API with success? It seem pretty straight forward, but for some reason I cannot get it to work. Using PHP i have encoded the PDF as follows: $filename=/tmp/somefile.pdf; $pdfdata=base64_encode(file_get_contents($filename)); and then entered that ...
0
1
answer
393
view
When using webhook for cashbook booked, i get from serialnumber and to serialnumber. With these, it is possible to get Entries from the API via Entry_FindBySerialNumberInterval, where the data afterwards can be requested with Entry_GetData(Array). However the result from Entry_GetData, does ...
0
0
answers
79
views
Hello people. I have succesfully created a few integrations to e-conomic the past two years, but i think one major feature is missing, or else i am missing something. I have a customer which has activated and is using the project ...
0
3
answers
297
views
Hello, I am using below code but unable to create debtor. I get a blank page when i click on create debtor. Below is my code: $wsdlUrl = https://www.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL; $client = new SoapClient($wsdlUrl, ... all debtors. $debtorHandles = $client-Debtor_GetAll()-Debtor_GetAllResult-DebtorHandle; $debtorDataObjects =$client-Debtor_GetDataArray(array('entityHandles' ...
0
3
answers
110
views
Hello experts. I am having very many trouble using the OrderLine_CreateFromDataArray function. I tried to change very many things, but here is a code snip, how i read it should be? //$orderHandle is defined and is correct - used earlier in ...
0
1
answer
77
view
En lille finte (som jeg i hvert fald ikke lige havde tænkt på). Man kan udtrykke felter og metoder i objekter med variable. Så man f.eks. kan skrive: $tname = 'DebtorGroup'; $GetAll = $tname'_GetAll'; $GetAllResult = $tname'_GetAllResult'; $Handle = $tname'Handle'; $handles = $client-$GetAll()-$GetAllResult-$Handle; /Kjeld
0
2
answers
233
views
Hello. I am a little stuck on a problem. In the web service definition from for example OrderLine_GetDataArray ( https//wwwe-conomiccom/secure/api1/EconomicWebserviceasmx?op=Order_GetDataArray ) There is following format: entityHandles OrderHandle Idint/Id /OrderHandle OrderHandle Idint/Id ... ) ) ) Anyone knows how to handle this? ...
0
2
answers
67
views
Just a short wish list and possible inputs for the Economic team to consider. Expost ID's of records Expose ID of records makes it easier to compare import/export and mapping of external data sources. Timestamps on records As Economic builds on ...
0
12
answers
308
views
Hello Experts. I have played around with the e-conomic API for some time now. - My biggest concern is the speed of connections. When i am transfering an ordernumber with 30-40 lines, it takes 30 seconds (normal php execution timeout), is ...
0
5
answers
163
views
Hej, Den pdf man kan se hvis man logger ind på e-conomic og klikker på igangværende fakturaer, kan man ikke hive den ud med en SOAP client? Hvis det ikke kan lade sig gøre, har I så en idé til hvordan ...
0
2
answers
105
views
Hi, I have tried to create the Debtors, but not able to create. i got the following error Could not create debtor. Economic.Api.Exceptions.SchemaException(E00500): The element 'debtorGroupHandle' in namespace 'http://e-conomic.com' has incomplete content. List of possible elements expected: 'Number' in namespace 'http://e-conomic.com'. ...
0
1
answer
75
view
Hello, How can i set Employee number? I've tried: $client-Debtor_SetOurReference (array( 'debtorHandle' = $newDebtorHandle, 'value' = 10)); But it ain't work. The API creators said that i should make a handler first, but how can i do that? Please give me a code to show how to do it. Regards Jesper
0
2
answers
84
views
Hej. Jeg arbejder med kommunikation v.h.a jeres API. Jeg har ledt endeløst efter et sted, hvor jeg kan slå op, hvilke parametere som funktionerne tager imod. Hvis jeg skal tage et eksempel, så prøver jeg at lave et script, der kan ...
Network
Find all the documentation and resources you need to build great apps.
Go to Developer site
Newsletter
Get the latest news and important info from the e-conomic developer world.
Sign up now