Hi there..
New to this .. Got a connection to economic - but need a list of projects with their handles (to do a dropdown)
Tried
Hi there..
New to this .. Got a connection to economic - but need a list of projects with their handles (to do a dropdown)
Tried
Hi Osomanden
Null data entities not allowed means you've sent in an empty entity.
Here's your XML from the logs:
While building your solution it is often a good idea to setup debug logging that logs your entire outgoing messages so you can get the full insight into what you actually transferred over the pipes.
A great tool for this is Fiddler, which is a free proxy tool.
They have a guide for using it with PHP here:
http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigurePHPcURL
PHP Fatal error: Uncaught SoapFault exception: [soap:Client] Economic.Api.Exceptions.IntegrityException(E04010): An activity must be specified
What does that mean (ActivityHandle)?
Activation code: $result = $client->TimeEntry_CreateFromData(array( "data"=>$invoice_data))->TimeEntry_CreateFromDataResult;
Array sent:
Hi All
I too feel into this hole.
The documentation is a bit shakey on the parameter name: debtorHandle, everywhere else "D"ebtorHandle is with uppercase
Hi Mikkel
Here's the XML you're submitting:
Hi,
i've a developer account.For testing purposes, using economic-api, i imported customer and product from a trial account and sent orders to the trial account which was working nicely. But from few days,when i try to export order to the ecnomic trial account i am getting the following error
Economic.Api.Exceptions.AuthorizationException(E03062): To use this feature you must be authorized to use orders (id=79c8d205-afb7-4604-a82e-082daf5a046c)
As a developer, i need to send orders to ecomomic to check whether it is working. How can i send order for tesing?
it is urgent.please let me know
Best Regards
sabbir
Im rewriting our connection to Economic, using token-based solution in .NET.
I'm getting this error when trying to create a orderLine:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ServiceModel.FaultException: Economic.Api.Exceptions.ValidationException(E04010): The document may not be null. (id=21922a75-9977-4437-8517-3c1542e4fcfe)
My Code:
We didn't check for a document attribute in our previous solution, and niether can i find anything about this in the documentation
Can anybody explain to me what i should do to fix this?