Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hmmm. I am still getting an error.System.InvalidOperationException: Request format is invalid: text/xml; charset=utf-8. at System.Web.Services.Protocols.HttpServerProtocol.ReadParameters() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()Odd that this is working outside of Mark...
Kenny - Thanks for the response! I made the change and now the response is much shorter:System.InvalidOperationException: Request format is invalid: text/xml; charset=utf-8. at System.Web.Services.Protocols.HttpServerProtocol.ReadParameters() at System.Web.Services.Protocols.WebServiceHandler.CorePr...
I am trying to execute this from the Marketo/Velocify integration guide, "Post must be set up in Marketo to update Velocify as Marketo Interesting Moments occur." The interesting moments for us is an Email Open and Link Click in an Email. We've written an HTTP Post using GET and POST and both are re...