|
Re: Get.dll instructions
Sent you the help file
Sherm
Sent you the help file
Sherm
|
By
sherman levine
·
#191867
·
|
|
Get.dll instructions
Anyone have the parameters to pass get.dl for the week function?
Thanks,
Sent with Gmelius
Anyone have the parameters to pass get.dl for the week function?
Thanks,
Sent with Gmelius
|
By
John Knickerbocker
·
#191866
·
|
|
Re: App in Magic XPA or other tool
Govert, Tim, Todd,
Thanks for the advice and comments.
I'll go through the documentation and do the necassary.
First of all, I will contact MSE to inform myself about the license to use and the
Govert, Tim, Todd,
Thanks for the advice and comments.
I'll go through the documentation and do the necassary.
First of all, I will contact MSE to inform myself about the license to use and the
|
By
Freddy Dewulf
·
#191865
·
|
|
Re: Document Type WS
HI Brenda,
That worked – thank you!
Regards
Adam
HI Brenda,
That worked – thank you!
Regards
Adam
|
By
Jackson, Adam
·
#191864
·
|
|
Re: Document Type WS
Hi Andreas,
When I send the shortened payload below I get “Unexpected return Content-Type: application/json” error. I only want to use xpa if I can and preferably WS Lite to minimise
Hi Andreas,
When I send the shortened payload below I get “Unexpected return Content-Type: application/json” error. I only want to use xpa if I can and preferably WS Lite to minimise
|
By
Jackson, Adam
·
#191863
·
|
|
Re: How to get eDeveloper Service Pack 8 update?
Hi,
you need SP 10. You approach Magic Software company, they provide you with the link.
Hi,
you need SP 10. You approach Magic Software company, they provide you with the link.
|
By
Danica Majernikova
·
#191862
·
|
|
How to get eDeveloper Service Pack 8 update?
HI,
I work with eDeveloper v9.4SP5 long time ago. I wanna try again to make some business with him.
I hear that if I need to migrate applications from eDeveloper 9.4SP7 to Xpa I need first to migrate
HI,
I work with eDeveloper v9.4SP5 long time ago. I wanna try again to make some business with him.
I hear that if I need to migrate applications from eDeveloper 9.4SP7 to Xpa I need first to migrate
|
By
elitenet2002@...
·
#191861
·
|
|
Re: Outlook called from 8.30 (att Johan Vissenberg, and/or others...)
Hi Johan,
thanks for your answer, and sorry for the delay.... I've been in the hospital for a small surgery problem :(:(
I did the 2 modifications proposed, and still the same problem :
Loading the
Hi Johan,
thanks for your answer, and sorry for the delay.... I've been in the hospital for a small surgery problem :(:(
I did the 2 modifications proposed, and still the same problem :
Loading the
|
By
Jacques
·
#191860
·
|
|
Re: Document Type WS
Hi Adam,
That error message makes it quite clear. Look into the parameters of your WS Lite operation and probably you''ll see one there, Type: xsd:Sting or "Blob".
We could telly you exactly when you
Hi Adam,
That error message makes it quite clear. Look into the parameters of your WS Lite operation and probably you''ll see one there, Type: xsd:Sting or "Blob".
We could telly you exactly when you
|
By
Andreas Sedlmeier
·
#191859
·
|
|
Re: Document Type WS
This should work with invoke ws lite...
<?xml version="1.0" encoding="UTF-8" standalone="no" ? >
<tem:Import xmlns:tem="http://tempuri.org/"
This should work with invoke ws lite...
<?xml version="1.0" encoding="UTF-8" standalone="no" ? >
<tem:Import xmlns:tem="http://tempuri.org/"
|
By
Brenda Bullorini
·
#191858
·
|
|
Re: Document Type WS
Adam,
Are you using a blob to hold the xml message to pass as the body of the HTTP Post command?
Maybe convert it to UTF8 first using UTF8fromAnsi().
Van: main@magicu-l.groups.io
Adam,
Are you using a blob to hold the xml message to pass as the body of the HTTP Post command?
Maybe convert it to UTF8 first using UTF8fromAnsi().
Van: main@magicu-l.groups.io
|
By
Govert Schipper
·
#191857
·
|
|
Re: Document Type WS
HI,
HTTPPost looking better but not right. I get:
<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
HI,
HTTPPost looking better but not right. I get:
<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
By
Jackson, Adam
·
#191856
·
|
|
Re: Document Type WS
Try this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ? >
<tem:Import xmlns:tem="http://tempuri.org/"
Try this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ? >
<tem:Import xmlns:tem="http://tempuri.org/"
|
By
Brenda Bullorini
·
#191855
·
|
|
Re: Document Type WS
I get:
Start element 'Import' from namespace 'http://tempuri.org/' expected. Found element 'Import' from namespace ''. Line 1, position 102.
I get:
Start element 'Import' from namespace 'http://tempuri.org/' expected. Found element 'Import' from namespace ''. Line 1, position 102.
|
By
Jackson, Adam
·
#191854
·
|
|
Re: Document Type WS
What if you send this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Import>
<request>
<Jobs>
<Job>
<JobNumber>5</JobNumber>
<Weight>10.5</Weight>
<Cube>2.75</Cube>
What if you send this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Import>
<request>
<Jobs>
<Job>
<JobNumber>5</JobNumber>
<Weight>10.5</Weight>
<Cube>2.75</Cube>
|
By
Brenda Bullorini
·
#191853
·
|
|
Re: WinMaximize () - uniPaas 1.9g
Wes,
I set the Window Type to "Fit to MDI" and it works, but checker throws the following error:
P0090: 'Invalid Window Type for a concurrent program.'...
I removed the placement settings so that
Wes,
I set the Window Type to "Fit to MDI" and it works, but checker throws the following error:
P0090: 'Invalid Window Type for a concurrent program.'...
I removed the placement settings so that
|
By
JK Heydt
·
#191852
·
|
|
Re: Document Type WS
Adam,
Have you tried using HTTP Post instead of Invoke WS Lite?
You will probably have to put back all the stripped soap tags.
Govert
Van: main@magicu-l.groups.io <main@magicu-l.groups.io> namens
Adam,
Have you tried using HTTP Post instead of Invoke WS Lite?
You will probably have to put back all the stripped soap tags.
Govert
Van: main@magicu-l.groups.io <main@magicu-l.groups.io> namens
|
By
Govert Schipper
·
#191851
·
|
|
Re: Document Type WS
Govert,
Thanks for coming back so quickly. If I strip of those tags and xml tag I get similar error message and if do same but without adding xml tag get “Unexpected return Content-Type:
Govert,
Thanks for coming back so quickly. If I strip of those tags and xml tag I get similar error message and if do same but without adding xml tag get “Unexpected return Content-Type:
|
By
Jackson, Adam
·
#191850
·
|
|
Re: Document Type WS
Hi Adam,
I think you have to strip the soap Envelop, Header and Body tags and start with the Import tag. Maybe you have to add the XML declaration before that.
Govert
Van: main@magicu-l.groups.io
Hi Adam,
I think you have to strip the soap Envelop, Header and Body tags and start with the Import tag. Maybe you have to add the XML declaration before that.
Govert
Van: main@magicu-l.groups.io
|
By
Govert Schipper
·
#191849
·
|
|
Document Type WS
Hi,
I am struggling to get a Document type WS working using Invoke WS Lite. I have only used RPC types before so unsure of the details of what I need to do. The payload I am trying to send is
Hi,
I am struggling to get a Document type WS working using Invoke WS Lite. I have only used RPC types before so unsure of the details of what I need to do. The payload I am trying to send is
|
By
Jackson, Adam
·
#191848
·
|