Re: How store login password data to use them in WebService
Tech-Archive recommends: Fix windows errors by optimizing your registry
You should consider using SSO for this storage.
Another option would be of course using a helper class and call it from an
expression shape
Yossi Dahan
"Jerome" <Jerome@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9D28C1D3-0BA5-4378-8D27-E391635355A7@xxxxxxxxxxxxxxxx
> Hello,
>
> My orchestration calls a WebService which has an exec.vbs script to run an
> executable on an another server. i need to pass a login and a password to
> the
> WebService. How and where can i store these informations and have easy
> access
> to them in my orchestations??
>
> thanks for help,
>
> Jerome
.
Relevant Pages
- RE: Zip Files
... message with two parts - one of each schema; then in the orchestration you ... required for an IBM configured hardware order. ... "Yossi Dahan" wrote: ... with one part using the comporessed stream. ... (microsoft.public.biztalk.general) - Re: Custom pipeline in a Orchestration webservice
... other message and implement your transform functionality. ... In Orchestration my Receive shape receives the message type ... But when i publish this Orchestration as a webservice. ... (microsoft.public.biztalk.general) - Re: Consuming BizTalk webservice
... The web service exposed by your orchestration is not different from any other webservice. ... In your orchestration case the parameter you pass will be the message, from a XSD schema which is equivalent to a complex type in ..NET. ... Say for example a webservice is expecting an object of type Employee, then the client application needs to construct that object and pass it as a parameter, which will eventually get serialized in the wire format and transmitted to the webservice. ... calls all want this object of "rootNodeName" type. ... (microsoft.public.biztalk.general) - Re: wait in orchestration
... >I am doing very simple orchestration but facing a tricky situation. ... >that expression shape executes before file is written at send location. ... I guess Jan's solution will work as well, I haven't tested it myself, if you can achieve it using "Delivery Notification", then that will be cleaner solution. ... (microsoft.public.biztalk.general) - Re: wait in orchestration
... The file adapter macros %MessageID% is writing the file with BTS.MessageID property, but the problem is the MessageID is different after each service instance. ... I read you question again, since your are transferring an executable file, why don't you write the name of the original executing file itself, instead of %MessageId%, you can use this macro "%SourceFileName%" to write the original file name. ... >>>I am doing very simple orchestration but facing a tricky situation. ... >>>that expression shape executes before file is written at send ... (microsoft.public.biztalk.general) |
|