| Author |
Send Port with basic authentication
|
|
|
| I was wondering if I have to create the dynamic send port to pass the following;
mySendPort(HTTP.AuthenticationScheme) = "Basic";
mySendPort(HTTP.Username) = "mydynamicusername";
mySendPort(HTTP.Password) = "mydynamicpassword";
Is it possible to have a static send port and still be able to set the above values dynamically.
| |
| Christof 2004-05-30, 10:47 am |
| What sense does that make? Static means that the port's destination is
already configured externally to the orchestration!
Kind regards,
Christof
"SB" <anonymous@discussions.microsoft.com> wrote in message
news:B565F900-981A-45E0-A52E-BCAC4B934789@microsoft.com...
> I was wondering if I have to create the dynamic send port to pass the
following;
> mySendPort(HTTP.AuthenticationScheme) = "Basic";
> mySendPort(HTTP.Username) = "mydynamicusername";
> mySendPort(HTTP.Password) = "mydynamicpassword";
>
> Is it possible to have a static send port and still be able to set the
above values dynamically.
| |
|
| I understand what static means. Is it static in terms of every properties. In my case the location is static but i've the querystrings that are dynamic and the username and the password is dynamic.
| |
| Christof 2004-05-30, 10:47 am |
| I see.
There's no way you can set "defaults" to a dynamic port...
Kind regards,
Christof
"SB" <anonymous@discussions.microsoft.com> wrote in message
news:139AEED8-11BA-4599-9BEA-7A7315FB521C@microsoft.com...
> I understand what static means. Is it static in terms of every properties.
In my case the location is static but i've the querystrings that are dynamic
and the username and the password is dynamic.
| |
| Christof 2004-05-30, 10:47 am |
| Ok, just found out that there is an option though for the HTTP adapter...
Copy pasted the posting below, all credits to: Allen Zhang
Kind regards,
Christof
========================================
=====
With static ports, you can create a custom pipeline components and modify
the OutboundTransportLocation location property to add additional
querystring as needed, the adapter will pick up the updated setting. So
answer is yes.
- Allen Zhang (MSFT)
"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:u3UQtp2QEHA.3452@TK2MSFTNGP10.phx.gbl...
> I see.
> There's no way you can set "defaults" to a dynamic port...
>
> Kind regards,
> Christof
>
> "SB" <anonymous@discussions.microsoft.com> wrote in message
> news:139AEED8-11BA-4599-9BEA-7A7315FB521C@microsoft.com...
properties.[vbcol=seagreen]
> In my case the location is static but i've the querystrings that are
dynamic
> and the username and the password is dynamic.
>
>
|
|
|
|