Sending a repeating table to a Web Service. Works on local, not on Server... - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Sending a repeating table to a Web Service. Works on local, not on Server...

Last post 11-22-2011 08:31 AM by nenemourinho. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 11-16-2011 08:53 AM

    Sending a repeating table to a Web Service. Works on local, not on Server...

    Dear All,

     I'm facing a problem from a couple of days now and I'm starting to lose my mind....

    I have an Administrator Approved InfoPath 2010 form linked with a SharePoint 2010 Document Library. This form contains

    - a Data connection "Get Analysis" linked with a Web Service which get me the result of a table.

    [WebMethod] public List<Analysis_Results_PDS> GetAnalysisByProduct(string DocTypeAndNumber)

    - a Table linked with the result of "Get Analysis".

    - a Second data connection "Submit Analysis" linked with a web service to send the updated resuls in the table.

     

    [WebMethod] public void SubmitAnalysisByProductStaging(XmlNode xEntry, string AnalysisType, string sMasterDataID, string sProduct_unid)

     

    The Goal is to load the results at form load, modify them and update the results when we click on a button.

    This is working fine on my computer when I do a preview, but when I publish the form on the server the form is blocked on the submit. (blocked means they are various rules after the submit function and they are not executed). I've checked on my logs on the web service side, it's like if the submit function was never called...

    I'm pretty sure that's the problem comes from he repeating table transfer because if I remove the parameter "XmlNode xEntry" from my submit function the solution works.

    For information I've already clear all the unnecessary data connections and the form have been uploaed already more than 50 times...

    Any help would be really apreciated.

    Best Regards, 

    Nelson

     

  • 11-21-2011 12:13 AM In reply to

    Re: Sending a repeating table to a Web Service. Works on local, not on Server...

    I still don't find any issues to my problem... 

    Someone has already submit a repeating table to a web service in an administrator approved InfoPath form ?

    Best Regards, 

    Nelson,

  • 11-21-2011 08:28 AM In reply to

    Re: Sending a repeating table to a Web Service. Works on local, not on Server...

    Nelson, Did you ever figure this one out? Thanks! Chris.
    Chris ... er, Arthur Fonzarelli!
  • 11-21-2011 11:46 PM In reply to

    Re: Sending a repeating table to a Web Service. Works on local, not on Server...

    Still not unfortunately...

  • 11-22-2011 08:31 AM In reply to

    Re: Sending a repeating table to a Web Service. Works on local, not on Server...

Page 1 of 1 (5 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.