|
Home > Archive > BizTalk Server General > October 2004 > Transport type for Dynamic Port for SharePoint
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Transport type for Dynamic Port for SharePoint
|
|
|
| Hi,
In my BizTalk orchestration, I am trying to route an Infopath
document, based on some inforamtion in it. I read the form library
name from the Infopath document and accordingly create the destination
URL from it. I am using dynamic port for this. My problem is that I am
geeting an error, because BizTalk is using the HTTP adapter to post
the document to my Sharepoint library instead of using a Sharepoint
adapter. I would really appreciate it if someone could advise me as to
how I can specify the trasport type for a dynamic port for Sharepoint
in the orchestration. I am listing the code in the Expression Editor
that I am using to bind my dynamic port.
DynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
"http://localhost:8080/sites/BizTalk/LibraryName";
Thanks much,
| |
| Balaji Thiagarajan 2004-10-21, 5:51 pm |
| Try this
DynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
"SHAREPOINT://<serveraddress>/<foldername>/<documentname>"
--
Balaji Thiagarajan
MCP (BizTalk)
http://biztalkbits.blogspot.com
--
"Sam" <soumitra_mishra11@hotmail.com> wrote in message
news:ff975be8.0410211119.7c01e772@posting.google.com...
> Hi,
>
> In my BizTalk orchestration, I am trying to route an Infopath
> document, based on some inforamtion in it. I read the form library
> name from the Infopath document and accordingly create the destination
> URL from it. I am using dynamic port for this. My problem is that I am
> geeting an error, because BizTalk is using the HTTP adapter to post
> the document to my Sharepoint library instead of using a Sharepoint
> adapter. I would really appreciate it if someone could advise me as to
> how I can specify the trasport type for a dynamic port for Sharepoint
> in the orchestration. I am listing the code in the Expression Editor
> that I am using to bind my dynamic port.
>
> DynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
> "http://localhost:8080/sites/BizTalk/LibraryName";
>
> Thanks much,
| |
|
| Hi,
I am still stuck up with the same problem. Even if I use
"SHAREPOINT://<serveraddress>/<folderaddress>/<documentname>" to
assign the destination URL to my dynamic port, it is still not able to
post the infopath document to the sharepoint library (now the message
gets lost). Can some one suggest some way that I can post an infopath
form into a sharepoint library by using a dynamic port in the BizTalk
orchestration. I need to use a dynamic port because I create the url
at run time. Any suggestion will be appreciated.
Thanks,
Soumitra
"Balaji Thiagarajan" <tbalaji_mcsd@hotmail.com.NOSPAM> wrote in message news:<e9tI7Q6tEHA.1472@TK2MSFTNGP10.phx.gbl>...[vbcol=seagreen]
> Try this
>
> DynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
> "SHAREPOINT://<serveraddress>/<foldername>/<documentname>"
>
> --
> Balaji Thiagarajan
> MCP (BizTalk)
> http://biztalkbits.blogspot.com
> --
>
>
> "Sam" <soumitra_mishra11@hotmail.com> wrote in message
> news:ff975be8.0410211119.7c01e772@posting.google.com...
|
|
|
|
|