sending flat file string to the Web service
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > sending flat file string to the Web service




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    sending flat file string to the Web service  
anand kumar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:20 PM

Hi,
I have published the orchestration as a web service.

How can I send the flat file string to web service. If the string is XML, I
could deserialize and send as a object.

Can a string be passed to the orchestration web service from the code?

We are not using file receive location or MSMQT and is not recommended for
scability purpose.

Please advise.

Thanks,
Anand





[ Post a follow-up to this message ]



    RE: sending flat file string to the Web service  
Gilles [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 10:51 PM

Hello,

>I have published the orchestration as a web service.
>
>How can I send the flat file string to web service. If the string is XML, I
>could deserialize and send as a object.

I am not sure I fully understand what you want to do.

If you orchestration has been published as a web service, this means that an
y SOAP
client can now send messages to it. Usually, you publish orchestrations as w
eb services
because you would like to enable clients to communicate with the orchestrati
on and
you already have the web service aware clients or you are planning to write 
them.

In your case, you would write a client that calls the web service and passes
 the
data as a string if you wish. Using .NET, this is very easy. Add a reference
 to the web service
in a C# application project and you are alsmost done.

Usually, people approach flat files processing a little differently. First, 
they set up a receive location
to pick up the flat file. Then, they have a pipeline to disassemble the flat
 file (create an XML out of it).
Finally, they have an orchestartion that picks the XML up and process it.

>Can a string be passed to the orchestration web service from the code?

Web services expose methods. One of the methods can take a string and client
s can pass whatever they want in this string.

Thanks,
-Gilles.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:05 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register