[U2] SOAP requests from Universe

2005-08-16 Thread Kay, Malcolm
I'm trying to make a SOAP request from Universe 10.1.10, but can't work
out exactly how to use the SOAPSetRequestHeader function (the other
functions appear to be pretty obvious). I know what I need in the
header, but am unsure how to put it into the necessary databasic. Does
anyone have an example of how it works please?

Malcolm


IMPORTANT NOTICE.
This communication is intended solely for the person (s) or organisation to
whom
it is addressed.  It may contain privileged and confidential information and
if
you are not the intended recipient (s), you must not copy, distribute or take
any action in reliance on it.  If you have received this e-mail in error
please
notify the sender and copy the message to [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SOAP requests from Universe

2005-08-16 Thread Mike Dallaire
Malcolm,
We do not specifically set header information in our SOAP interfaces.  But,
you should be able to add a line similar to:

statusvalue = SOAPSetRequestHeader(Handle, SendValue)

after the create request.  Handle and SendValue should be able to be
variables or hardcoded values.
HTH,

Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kay, Malcolm
Sent: Tuesday, August 16, 2005 9:59 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] SOAP requests from Universe

I'm trying to make a SOAP request from Universe 10.1.10, but can't work
out exactly how to use the SOAPSetRequestHeader function (the other
functions appear to be pretty obvious). I know what I need in the
header, but am unsure how to put it into the necessary databasic. Does
anyone have an example of how it works please?

Malcolm


IMPORTANT NOTICE.
This communication is intended solely for the person (s) or organisation to
whom
it is addressed.  It may contain privileged and confidential information and
if
you are not the intended recipient (s), you must not copy, distribute or
take
any action in reliance on it.  If you have received this e-mail in error
please
notify the sender and copy the message to [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SOAP requests from Universe

2005-08-16 Thread Mike Dallaire
Malcolm,
This is how we do it for callHTTP.
HEADEROPTION = Content-Type
DEFAULTSET = 
setHTTPDefault(HEADEROPTION,'text/html':CHAR(59):'charset=utf-8')
HTH,

Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kay, Malcolm
Sent: Tuesday, August 16, 2005 11:30 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] SOAP requests from Universe

Mike

My problem is that I don't know what to put in the sendvalue, in ASP we
use have statements like:-

xhttp.setRequestHeader Content-Type, text/xml; charset=utf-8

but what's that supposed to look like in a single string (sendvalue)?

However, if the header isn't necessary, I'll see if I can get away
without it.

Malcolm

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Dallaire
Sent: 16 August 2005 15:46
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] SOAP requests from Universe

Malcolm,
We do not specifically set header information in our SOAP interfaces.
But, you should be able to add a line similar to:

statusvalue = SOAPSetRequestHeader(Handle, SendValue)

after the create request.  Handle and SendValue should be able to be
variables or hardcoded values.
HTH,

Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kay, Malcolm
Sent: Tuesday, August 16, 2005 9:59 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] SOAP requests from Universe

I'm trying to make a SOAP request from Universe 10.1.10, but can't work
out exactly how to use the SOAPSetRequestHeader function (the other
functions appear to be pretty obvious). I know what I need in the
header, but am unsure how to put it into the necessary databasic. Does
anyone have an example of how it works please?

Malcolm


IMPORTANT NOTICE.
This communication is intended solely for the person (s) or organisation
to whom it is addressed.  It may contain privileged and confidential
information and if you are not the intended recipient (s), you must not
copy, distribute or take any action in reliance on it.  If you have
received this e-mail in error please notify the sender and copy the
message to [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/



IMPORTANT NOTICE.
This communication is intended solely for the person (s) or organisation to
whom
it is addressed.  It may contain privileged and confidential information and
if
you are not the intended recipient (s), you must not copy, distribute or
take
any action in reliance on it.  If you have received this e-mail in error
please
notify the sender and copy the message to [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/