by community-syndication | Dec 24, 2015 | BizTalk Community Blogs via Syndication
And one more time we wretched to that special time of the year! And once again my sincere wishes for a Merry Christmas and a Happy New Year to all my readers, friends, coworkers (amazing guys at DevScope), Microsoft BizTalk Community, all the Portuguese Communities, my MVP “family” and of course to my family. Thanks […]
Blog Post by: Sandro Pereira
by community-syndication | Dec 24, 2015 | BizTalk Community Blogs via Syndication
For a very long time there was lot of debate and frustration within the Microsoft BizTalk Server community, what is going to be Microsoft Roadmap with BizTalk + some of the new cloud integration offering like MABS (Microsoft Azure BizTalk Services), Azure App Services (LogicApps and API apps), to some extend with Service Bus (Queues […]
The post What is the Microsoft Integration roadmap? appeared first on BizTalk360 Blog.
Blog Post by: Saravana Kumar
by community-syndication | Dec 23, 2015 | BizTalk Community Blogs via Syndication
If I use the BizTalk 2013 R2 JSON Encoder pipeline component to convert the following XML <ns0:ASCIISchema xmlns:ns0="http://RestASCIICharTest.ASCIISchema"><TAB> </TAB><LF> </LF><CR> </CR><SPACE> </SPACE><ExtendedASCII255></ExtendedASCII255></ns0:ASCIISchema> to JSON I get all null elements { "TAB": null, "LF": null, "CR": null, "SPACE": null, "ExtendedASCII255": null } I wanted to get TAB, LF, CR or a space not null. For a […]
Blog Post by: mbrimble
by community-syndication | Dec 11, 2015 | BizTalk Community Blogs via Syndication
Seroter has shown us how to call the Force.com REST API from BizTalk Server and we used this to successfully call standard Force.com objects like .salesforce.com/services/data/v34.0/sobjects/contacts”>https://<blah>.salesforce.com/services/data/v34.0/sobjects/contacts. We could not use this to call custom force.com objects like .salesforce.com/services/apex/ContactMapping”>https://<blah>.salesforce.com/services/apex/ContactMapping unless we modified the published WCF Behaviour for authentication. Thanks to Aravindh Kathiresan for working all this […]
Blog Post by: mbrimble
by community-syndication | Dec 7, 2015 | BizTalk Community Blogs via Syndication
In a community driven approach from Microsoft, the monthly Google Hangout session from the Azure Logic Apps team – sixth in the series – happened on December 3, 2015. We recommend you to read our earlier blog posts to understand the progress made by the Logic Apps team over the last few months. (July, September, […]
The post Azure Logic Apps Monthly Update – November 2015 appeared first on BizTalk360 Blog.
Blog Post by: Sriram Hariharan
by community-syndication | Dec 7, 2015 | BizTalk Community Blogs via Syndication
Do you ever look at a new technology and ask yourself: “I wonder if it could do THAT?” I had that moment last week when reading up on the latest release of Visual Studio Code, the free, lightweight, cross-platform IDE… Read More ›
Blog Post by: Richard Seroter
by community-syndication | Dec 2, 2015 | BizTalk Community Blogs via Syndication
Bonjour,
Les billets suivants de ce blog sont sur http://blog.3-4.fr.
Je tweete chaque nouveau billet.
Hi,
Next blog posts are at http://blog.3-4.fr.
I tweet for any new blog post.
🙂
Benjamin (@benjguin)
Blog Post by: Benjamin GUINEBERTIERE
by community-syndication | Dec 1, 2015 | BizTalk Community Blogs via Syndication
Mijn grootste drijfveer is het cre%u00ebren van waarde voor de klant met behulp van IT.
Blog Post by: AxonOlympus
by community-syndication | Nov 28, 2015 | BizTalk Community Blogs via Syndication
In a previous post I lamented that the JSON encoder pipeline component throws an error if a soap fault is sent to it. My colleague Deepa Kamalanthan has developed a workaround to this issue. The clue to this was taken from a previous post by Johann Cooper. The the JSON encoder pipeline component in our […]
Blog Post by: mbrimble
by community-syndication | Nov 25, 2015 | BizTalk Community Blogs via Syndication
We have discovered that if a SOAP fault is sent to a pipeline using the JSON Encoder the following error occurs; A response message sent to adapter “WCF-WebHttp” on receive port “OrderAPI” with URI “/order/v2/Service1.svc” is suspended. Error details: There was a failure executing the response(send) pipeline: “Pipelines.CustomerDetails.Snd_JSON, Pipelines.CustomerDetails, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1bdcdd64c42ec63e” Source: “JSON encoder” […]
Blog Post by: mbrimble