locked
consume xml from url RRS feed

  • Question

  • i am receiving xml from a url with parameters. there is no wsdl associated with it. i need to create a web client and consume it in biztalk how is it possible without wsdl. or is it possible to consume this xml directly in orchestration and expose as webservice.

    any suggestions are highly appreciated considering me as a beginner in using Biztalk orchestrations and message assignements

    Thanks & Regards

    Mich



    • Edited by Jessy2102 Thursday, August 23, 2012 6:45 AM
    Thursday, August 23, 2012 6:45 AM

Answers

  • You can use the HTTP adapter to receive XML from a URL. See the demo in this post.


    Please mark the post answered your question as answer, and mark other helpful posts as helpful, it'll help other users who are visiting your thread for the similar problem, Regards -Rohit Sharma (http://rohitt-sharma.blogspot.com/)

    Thursday, August 23, 2012 7:15 AM
    Moderator

All replies

  • You can use the HTTP adapter to receive XML from a URL. See the demo in this post.


    Please mark the post answered your question as answer, and mark other helpful posts as helpful, it'll help other users who are visiting your thread for the similar problem, Regards -Rohit Sharma (http://rohitt-sharma.blogspot.com/)

    Thursday, August 23, 2012 7:15 AM
    Moderator
  • thank you Mr. Rohit. that gave me the idea on how to do it.

    i need to send parameters in the message assignment shape to a url for eg:

    i have the url http://servername/ws/service1?parameter1=x1&parameter2=x2&parameter3=x3&parameter4=x4&parameter5=x5

    i have the req schema/message with all the 5 elements (x1,x2,x3,x4,x5. with string, date and integer values). i know this is a simple thing to do but i am caught here as i am not a programmer. any help on this please ??

    thanks & regards

    Mich



    • Edited by Jessy2102 Sunday, August 26, 2012 9:50 AM
    Sunday, August 26, 2012 9:38 AM