02-25-05 01:46 AM
Hi Syedbiz,
When you design a new InfoPath form, you can choose to create a new form
based on a Data Connection and specify your published web service's WSDL.
This tells InfoPath to submit the contents of a completed InfoPath form as
XML over SOAP/HTTP to your orchestration which is exposed as a web service.
Within your orchestration, you'll have a Receive Shape which takes this
incoming data and saves it as a local orchestration Message variable. From
within the orchestration, you can do whatever you like with this message.
For example, you can save it unchanged to a FILE share, you can convert it
to another format with a Transform and then email it via SMTP to someone in
your company, you can archive it to a Sharepoint doc library, whatever you
like.
The quick answer: When you click submit in InfoPath, the XML file does not
get saved anywhere, but instead is submitted as bits over the wire to the
BizTalk-enabled web service. If you want it to be saved somewhere, you can
EITHER Save As... from within InfoPath instead of submitting to save the
XML file to disk OR you can use business logic within your orchestration to
save the message somewhere.
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>From: syedbiz <syedbiz.1ky9d0@mail.webservertalk.com>
>Subject: Where does my infopath files get submitted?
>Date: Wed, 23 Feb 2005 23:09:07 -0600
>Message-ID: <syedbiz.1ky9d0@mail.webservertalk.com>
>Organization: Web Servers forum
>User-Agent: www.webservertalk.com news gateway
>X-Newsreader: www.webservertalk.com news gateway
>X-Originating-IP: 203.101.64.129
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: mcse.ms 66.98.192.98
>Lines: 1
>Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp1
3.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.biztalk.general:24920
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>
Hi all,
>After creating Receive Pipeline and Orchestration in Biztalk i
published the orchestration as Web service. Then from Infopath form i
submitted the form to that web service. I even receive the message that
the form is successfully submitted.
>
>Now where does that form is submitted? Can anybody tell me where to
locate that form?
>
>Thanks in advance.
--
syedbiz
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message931633.html
>
[ Post a follow-up to this message ]
|