1. #1
    Sencha User
    Join Date
    Feb 2013
    Posts
    2
    Vote Rating
    0
    ChrisXu is on a distinguished road

      0  

    Default Ext.data.JsonP.request with XML payload

    Ext.data.JsonP.request with XML payload


    Hi experts,

    I am new to ST2. Now I try to make cross domain call by using Ext.data.JsonP.request.
    In my scenario, I need to pass a XML payload to the target URL.
    I tried by set like below:
    xmlData:payload OR data:payload
    Both failed. Target service get the HTTP request but without HTTP BODY data.

    When I tried not to pass any payload, this method works fine.

    My question is how can I insert a XML payload into the HTTP BODY by using JsonP.request?

    Thank you very much!

  2. #2
    Sencha User
    Join Date
    Jan 2013
    Posts
    13
    Vote Rating
    5
    NineBerry is on a distinguished road

      0  

    Default


    JsonP can only be used to make GET requests to a server. POST requests cannot be made via JsonP, you need to use AJAX for that purpose.

  3. #3
    Sencha User
    Join Date
    Feb 2013
    Posts
    2
    Vote Rating
    0
    ChrisXu is on a distinguished road

      0  

    Default


    Berry, thanks!

    I also tried Ext.Ajax.request, but failed because of cross domain call. Only success if I disable web securit in desktop Chrome. Not able to do the call in Android Chrome. Any advice on this?
    Thank you very much!

  4. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Enable CORS on the server and you can do cross domain calls with Ext.Ajax
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

Tags for this Thread