UNIFACE est l'environnement de développement et de déploiement d'applications complexes de Compuware. UNIFACE est conçu pour délivrer des applications stratégiques pour l'e-commerce B2B, le renouvellement de l'existant et les solutions d'entreprises de type web. Il se base sur les réalités de la technologie actuelle tout en offrant une voie de développement claire pour demain.
For all of you who have already done RIA development with Uniface 9, I
would like to challenge you to join the discussion "What are the Top
Challenges in RIA development?" on LinkedIn:
[link]
Let's join this discussion and let the world know about building RIA
cette discussion sur Uniface en entier !
For all of you who have already done RIA development with Uniface 9, I
would like to challenge you to join the discussion "What are the Top
Challenges in RIA development?" on LinkedIn:
[link]
Let's join this discussion and let the world know about building RIA
cette discussion sur Uniface en entier !
Hi Ingo
That would work well for a Uniface component - change the URL, compile
and put the executable in the relevant environment.
However because it is a SOAP component it only exists in the URR and so
each time we recreate the URR (which we do regularly), we would have to
go through the same process each time.
cette discussion sur Uniface en entier !
Hi Ingo
That would work well for a Uniface component - change the URL, compile
and put the executable in the relevant environment.
However because it is a SOAP component it only exists in the URR and so
each time we recreate the URR (which we do regularly), we would have to
go through the same process each time.
cette discussion sur Uniface en entier !
On 1 Jul., 14:58, "Martyn Thomas"
What about $ude ("compile") :-))
Change the URL in USIMPL and compile the signature
Ingo
cette discussion sur Uniface en entier !
On 1 Jul., 14:58, "Martyn Thomas"
What about $ude ("compile") :-))
Change the URL in USIMPL and compile the signature
Ingo
cette discussion sur Uniface en entier !
Hi Ingo - we will probably have to do something similar using $logical
to check which environment we are running. But as I said I was hoping to
avoid having multiple signatures.
Martyn
-----Original Message-----
Behalf Of Ingo Stiller
Sent: 01 July 2009 13:14
To: uniface-l-g...@lists.umanitoba .ca
Hi Martyn
cette discussion sur Uniface en entier !
Hi Martyn
What about:
SELECTCASE v_CHOICE
CASE 1
v_SIG="WSDL_SIG_1"
CASE 2
v_SIG="WSDL_SIG_2"
CASE 3
v_SIG="WSDL_SIG_3"
...
ENDSELECTCASE
v_HNDL=""
newinstance v_SIG,v_HNDL
Okay, you are still restricted to n addresses, but better then on :-)
Ingo
cette discussion sur Uniface en entier !
Hi Martyn
What about:
SELECTCASE v_CHOICE
CASE 1
v_SIG="WSDL_SIG_1"
CASE 2
v_SIG="WSDL_SIG_2"
CASE 3
v_SIG="WSDL_SIG_3"
...
ENDSELECTCASE
v_HNDL=""
newinstance v_SIG,v_HNDL
Okay, you are still restricted to n addresses, but better then on :-)
Ingo
cette discussion sur Uniface en entier !
Hi Thomas
That discussion appears to focus on a slightly different issue. The
solution offered still only has one version of the wsdl available to
Uniface at any one time. We want to be able to call different wsdls from
the same signature at any one time.
Thanks anyway though :)
Martyn
-----Original Message-----
cette discussion sur Uniface en entier !
Hi,
have a look in the uniface community. There is also this discussion.
[link]
Reference to a local wsdl (for each environment) and in the wsdl you
can redirect to your server.
HTH
THOMAS
cette discussion sur Uniface en entier !
Hi,
have a look in the uniface community. There is also this discussion.
[link]
Reference to a local wsdl (for each environment) and in the wsdl you
can redirect to your server.
HTH
THOMAS
cette discussion sur Uniface en entier !
On Jun 29, 12:05 pm, "Martyn Thomas"
The solution is to use some signature :
Web Service name : AWS
In dev , create AWSDEV
In Acceptance : AWSACC
In Prod : AWSPRO
Use a table of parameter to specify where you wants web service.
Regards,
Antoine
cette discussion sur Uniface en entier !
On Jun 29, 12:05 pm, "Martyn Thomas"
The solution is to use some signature :
Web Service name : AWS
In dev , create AWSDEV
In Acceptance : AWSACC
In Prod : AWSPRO
Use a table of parameter to specify where you wants web service.
Regards,
Antoine
cette discussion sur Uniface en entier !
Hello all
We want to call a web service from several different Uniface runtime
environments (eg development, live) and the location of the web service
will reflect the different Uniface environment (ie Uniface development
will call the development web service, live will call live).
It would appear that we will need a different signature for each