Forum Replies Created
-
AuthorPosts
-
Mind posting the answer then? 🙂
Setting up a receiveport A with a receive location that picks up the .pdf, and then set up a send port B that subscribes to messages received through receiveport A (this is done via filter on the send port) should do the trick.
Using a passthru pipeline on both receive and send ports makes BizTalk ignore the contents of the message (everything in BizTalk is a message, so by the time the .pdf has passed through an adapter, it would be referred to as a message until it once again leaves BizTalk)
Hi,
Take a look at the following blog for more information on how to achieve what you need:
geekswithblogs.net/…/biztalk-sample-pgp-encryptiondecryption-pipeline-components.aspx
Good luck.
February 27, 2015 at 4:03 AM in reply to: ReceivePort ‘ReceiveSupplierIDMsgPort’ already exists. #26495did you find the answer??
Hello, i having the same issue but i set the write encoding and throws me an error. It cant no be get the schema for the binding type.
1. Create a basic windows service which runs at scheduled time and drops a message into BizTalk and Biztalk picks up, a WCF send port subscribes to that message and do the regular Web service call.
2. Have a SQL Task to drop a message and have a WCF SendPort to do the regular Web Service call.
3. Create custom Adapter like scheduler Receive
Please refer consuming WCF services in biztalk. Hope this helps…
January 28, 2015 at 1:18 PM in reply to: Businss Rules Composer Not Installed? (Please help Newbie:) #26490This is really helpful
December 25, 2014 at 3:05 PM in reply to: An error occurred while making the HTTP request from BizTalk #26486Hi,
See if the proposed solution in the following blog resolves your issue:
geekswithblogs.net/…/tls-1.0-and-ssl3-woes-in-biztalk-wcf-send-port.aspx
Good luck.
December 22, 2014 at 6:21 AM in reply to: An error occurred while making the HTTP request from BizTalk #26485Nope
In the BizTalk administration console, go to Applications -> <All Artifacts -> Resources and look where the dll:s are located (which application). Then go to that application and either replace the dll (rightclick -> Modify) or delete it and add the new one.
I have found answer to this question
Hi,
Thanks for your reply. Any idea why I can't change the value in the Receive location settings though ?
Thanks.
Open Visual studio command Prompt and type this:
gacutil /u <YourAssemblyName> –> It removes your assembly from GAC
ReBuild the Project again and try to deploy….Its a problem of versioning
Open Visual studio command Prompt and type this:
gacutil /u <YourAssemblyName> –> It removes your assembly from GAC
Build the Project again and try to deploy
-
AuthorPosts