10-21-04 10:51 PM
The InfoPath form make this easiest as it is a natural client for biztlak.
The SP1 version even has the capability to build an HWS taskpane for you
giving you the commands you need to use the HWS web service and use the HTTP
post to send the document.
If you want to use sharepoint alone, then you can write an event handler for
your sharepoint library and in the handler call out to HWS on your own using
a proxy to the web service. Then you'd post the document into the system
manually.
Out of curiosity, if you are not using InfoPath to edit these XML documents,
what are your users going to use to edit the XML?
If you are using InfoPath, then I'm confused by your statement about not
wanting to use it as another user interface? FYI, InfoPath can submit a
form to a sharepoint site, but it can also call web services to submit the
document. If you use SP1 of InfoPath, you can use rules and submit to
multiple places.
matt
"Paritosh Mhaisekar" <ParitoshMhaisekar@discussions.microsoft.com> wrote in
message news:3C3DC6E8-4F38-4143-82BA-67875836C043@microsoft.com...
> Hi,
> I am looking for feasibilty of following scenario using Infopath,
> sharepoint
> , HWS
> 1. User1 submits an infopath form to Sharepoint server
> 2. This should trigger start the workflow.
> 3. Workflow sends an email to User2 stating the link of the submitted
> document
> 4. User2 checks email(link) and updates the document status to be sent to
> User3.
> 5. The workflow gets the latest link to the doc and sends to User3.
> 6. User 3 opens the email and updates the final status of the document and
> trigers end of workflow.
>
> What are my options of implementing such requirement?
> As i understand i can store the document in the sharepoint document
> library
> and use HWS for the workflow. But am not sure of how to trigger the HWS
> from
> the sharepoint w/o removing the document from sharepoint.( the sahrepoint
> adapter removes the doc).
> I dont want to use an infopath form as that woul;d be another user
> interface. I want to use the exisiting upload document ,mechanism provided
> by
> Sharepoint services. Sharepoint is totally new for me.
> Can i invoke HWS when i do a "Save & Close " for a document????
>
> Any suggestion would be very useful
>
> Thanks
[ Post a follow-up to this message ]
|