Re: xpa 4.7 - FedEx api
Tom Worthen
Hi Joe,
Thanks for the reply. I just checked the ini and that is my setting for HTTPFramework.
Any other things I need to check?
We are currently using their test services and not the production ones. One thing I thought was odd is that they don’t have a “link” to a wsdl. They have a wsdl they just don’t have it accessible from a URL or at least we have not found one. My boss has been on the phone with them even getting it to work with Soap UI.
Thanks, Tom
From: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
On Behalf Of joe moore
Sent: Wednesday, June 02, 2021 4:11 PM To: main@magicu-l.groups.io Subject: Re: [magicu-l] xpa 4.7 - FedEx api
HI Tom, We have been using the api to book/get tracking for years now
First thing to check in ini file that need to have, ( related to TLS security ) HTTPFramework = D
Regards
From: main@magicu-l.groups.io <main@magicu-l.groups.io>
On Behalf Of Tom Worthen via groups.io
We are working towards a way to integrate some of the services with FedEx using there api. We have gotten it working with Soap UI but when I try to do the same process in xpa it tells me the service we are looking for is not available. It appears that it is connecting to the URL but something else is failing.
Has anyone done this that could maybe point me in the correct direction?
This is USA FedEx is case that makes a difference. Thanks, Tom Worthen
|
|
Re: xpa 4.7 - FedEx api
joe moore
HI Tom, We have been using the api to book/get tracking for years now
First thing to check in ini file that need to have, ( related to TLS security ) HTTPFramework = D
Regards
From: main@magicu-l.groups.io <main@magicu-l.groups.io>
On Behalf Of Tom Worthen via groups.io
Sent: June-02-21 11:01 AM To: main@magicu-l.groups.io Subject: [magicu-l] xpa 4.7 - FedEx api
We are working towards a way to integrate some of the services with FedEx using there api. We have gotten it working with Soap UI but when I try to do the same process in xpa it tells me the service we are looking for is not available. It appears that it is connecting to the URL but something else is failing.
Has anyone done this that could maybe point me in the correct direction?
This is USA FedEx is case that makes a difference. Thanks, Tom Worthen
|
|
Re: Drag & Drop XPA 4.7
Frederik Soete
Straight to Prod? Does your xpa runtime also have "Run as Magician"? That setting really does wonders... Bye,
|
|
Re: Drag & Drop XPA 4.7
Steven Burrows
Thanks, that’s the one. Works in Runtime. Annoying, but not too bad as I always write perfect code so it can go straight to Prod 😉
Wonder how long MSE Support will take to realise, they have reproduced the bug and have passed it on.
Steven Burrows
From: main@magicu-l.groups.io <main@magicu-l.groups.io>
On Behalf Of Frederik Soete via groups.io
Sent: 02 June 2021 14:41 To: main@magicu-l.groups.io Subject: Re: [magicu-l] Drag & Drop XPA 4.7
Hi, Steven,
Have you checked mgxparuntime.exe's permissions? Namely "Run as Administrator". I recall Andreas Sedlmeier mentioning sth. about that.
See:
Bye,
Frederik Soete
Op wo 2 jun. 2021 08:14 schreef Steven Burrows <steven.burrows@...>:
|
|
xpa 4.7 - FedEx api
Tom Worthen
We are working towards a way to integrate some of the services with FedEx using there api. We have gotten it working with Soap UI but when I try to do the same process in xpa it tells me the service we are looking for is not available. It appears that it is connecting to the URL but something else is failing.
Has anyone done this that could maybe point me in the correct direction?
This is USA FedEx is case that makes a difference. Thanks, Tom Worthen
|
|
Re: Drag & Drop XPA 4.7
Frederik Soete
Hi, Steven, Have you checked mgxparuntime.exe's permissions? Namely "Run as Administrator". I recall Andreas Sedlmeier mentioning sth. about that. See: Bye, Frederik Soete
|
|
Re: Drag & Drop XPA 4.7
De Netwerkadviseur BV
Hi Steven,
I use drop with 4.71 and have no problems. Kind regards, André
|
|
Re: Drag & Drop XPA 4.7
oldone
maybe a hole in the bucket, dear liza as the song once said...
|
|
Drag & Drop XPA 4.7
Steven Burrows
Anyone noticed that Drag&Drop into XPA no longer works (specifically Drop from an External Application) ? Even the “Online Samples” seem broken
Steven Burrows
|
|
Font for menu and title bar [XPA4.7]
Hi all,
Is it possible to change the fonttype that is used for the drop down menu and the title bar or is it inherited from the Windows theme? Gr Florian
|
|
Re: use of a tablet W10 with Magic 8.30
Hi Jacques,
I'm impressed that this (at least 20 years old) version is still running under W10. Personally I would not waste a second time to maintain such an old version - except migration to a newer version. Is there an API (ActiveX/COM or .NET) from ACER or Windows to check the keyboard state? If there is a .NET-API you have no chance with V8. Otherwise maybe?! If there is an API you write e.g. an C#/VB-wrapper to check the keyboard state and set a flag e.g in the MAGIC.INI HTH Best regards Friedrich
|
|
Re: Magic TreeView XPA4.7
Olivier Besson
Hi Steven,
We have the same problem here and we have open a case at MSE support. They are supposed to correct it in the next release, hopefully soon I played a little with the dotnet treeview but I failed to add images on the node Olivier
|
|
Re: DirectSql and delete multiple tables
#mssql
Kenan Zahirovic
Yes, definitely stored procedure.
Direct SQL should be used only if you don't have a better approach. With direct sql there is an additional issue of transaction processing related to Magic/xpa. It is much easier and more safe to put that SQL code inside procedure. Take care: If you are truncating tables / deleting data in 60 tables, you can't be sure if you are violating referential integrity. The order of truncate statements could be an issue. To safe on the safe side, I'd create procedure with return value - just to be 100% sure everything is OK. Regards - Kenan
|
|
Re: C# Devexpress Xtrascheduler Non-static method requires a target
Vili CANKAR
Dear Friedrich,
I missed your mail, but thank you anyway... I just did that and It do the trick... I could do with Magic from this: to this: And the code: Argument for the net snippet is the XtraScheduler control. Regards, Vili CANKAR On 26. 05. 2021 07:56, Friedrich Geisler-Buckert wrote: Hi Vili, -- Lep pozdrav, Vili
|
|
Re: Magic TreeView XPA4.7
Todd Baremore
Steven,
toggle quoted messageShow quoted text
I've had success using a magic table control to drill down one or two layers. Todd On 5/28/2021 11:46 AM, Steven Burrows
wrote:
|
|
Magic TreeView XPA4.7
Steven Burrows
The Magic Treeview, is just plain flakey. Not sure I have it in me to try and get MSE Support to accept it, I have walls that need headbutting. Opening and closing Folders/Nodes either with their fork of double click, or with the +- option works 95% of the time on my machine, 10% of the time on others. I have investigated the hell out of it, and it’s a Magic problem so need to look at an alternative.
Has anyone any experience (and example code!) of Windows Treeview which looks like a LOT of work, or if that is a bad choice, another option we might consider ?
Steven Burrows
|
|
Re: Getting data from Google Analytics within a Magic program XPA 3.3g
Is this something you do in Magic with client-server programming? Sounds interesting but I don't see the connection. TIA
|
|
Re: Expression Screen NOT showing
Wes Hein
You can also go the registry and just delete the key for the one item - Computer\HKEY_CURRENT_USER\SOFTWARE\MSE\Magic xpa lists the various options in xpa. You can just delete the ExpressionEditor key so you don't get a complete reset of everything
Wes
|
|
Re: Getting data from Google Analytics within a Magic program XPA 3.3g
Andreas Sedlmeier
On Wed, May 26, 2021 at 11:00 PM, Graham White wrote:
Do I need to do something with the private key we received when registering the service account?You need to do what the documentation tells, apply SHA256WithRSA to your message (that JSON). SHA256WithRSA gets the message and your private key as parameters. You then add the resulting byte string to the message and post that. You would not base64 encode it. A quick search for SHA256WithRSA implemented with .NET resulted in nothing. Java examples are easy to find. Best regards, Andreas
|
|
Re: Getting data from Google Analytics within a Magic program XPA 3.3g
Hi Graham,
sounds complex - this not realy my skill. I saw under https://jwt.io/ is a debbuger. Did you try to work with this? Best regards Friedrich
|
|