Sign In  Sign Up Live-Chat

Aspose.Form and Web Services

Last post 07-30-2009, 6:24 AM by aspose.notifier. 7 replies.
Sort Posts: Previous Next
  •  06-23-2009, 9:56 AM 185115

    Aspose.Form and Web Services .NET

    Hi, i need to have some clarification about Aspose.Form features.

    I've developed an infopath template (targeting Sharepoint Form Server) where the form fields values  are retrieved  and submitted using two web services. When used in Infopath and Sharepoint Form Server this template work correctly: field are filled with values at form load and the submit web services receive the fields data. When i try to use the template with aspose.form the field value remain blank and no web services are invoked.  Is Aspose.Form capable to invoke the web services used to retrieve and submit the fields values or entire form xml? Are addictional programmig required? I can't find any help from offical documentation.

    Thanks in advance.

    Gabriele Del Giovine.
    Microsoft MVP for Sharepoint Servers

     
  •  06-23-2009, 2:39 PM 185159 in reply to 185115

    Re: Aspose.Form and Web Services

    Dear Gabriele,

    As far as submitting data to a web service is concerned, it is not yet supported but you can receive data from any data source that is supported in Infopath.

    You need to add identity tag in your web.config file for data sources that require authentication e.g.

    <identity userName="<Domain>\<User>" impersonate="true" password="<password>"/>

    If you have entire form xml then you can use XmlDataString or XmlDataNode properties of XmlFormView control to populate the fields and you can also use these properties to get entire form xml. See below URLs for more details on these properties.

    http://www.aspose.com/documentation/file-format-components/aspose.form-for-.net/fill-infopath-form-with-xml-data.html

    http://www.aspose.com/documentation/file-format-components/aspose.form-for-.net/access-xml-data-of-form-control.html

    Please feel free to contact us in case you have further comments or questions.

    Best Regards,

     


    Muhammad Ijaz
    Support Developer,
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher
     
  •  06-24-2009, 6:06 AM 185258 in reply to 185115

    Re: Aspose.Form and Web Services

    Hello Gabriele,

    We were unable to reproduce the issue locally. We need some information to reproduce and check it. Could you possibly specify a link to your web service or attach your schema file and WSDL here for analysis?

    Sergey Semenov
    Developer,
    Aspose Odessa Team


     


    Sergey Semenov
    Software Developer,
    Aspose Odessa Team
    Contact Us
    Aspose - The .NET and Java Component Publisher
     
  •  06-24-2009, 7:46 AM 185280 in reply to 185258

    Re: Aspose.Form and Web Services .NET

    Attachment: Present (inaccessible)

    Hi Sergey, attached you can find the wsdl file and the infopath template. It is a very very simple web services with two methods, Read and Write. Both methods return boolean and have one parameters for passing values.

    My goal is to verify if Aspose.Form can be used to accomplish this task:

    - due an infopath template form tha consume a web service with at least two methos (read data and write data) set the fields value when the form template load and submit data (or send the entire form to the web service Write method) when the user click on a submit button.

    This task are accomplished with MOSS Form server (with the correct security setting about domain). I'm not able to accomplish using Aspose.form: no web service method are invoked by the aspose xmlformviewer.

    Thank you for any help.

     

     

     

     

     
  •  06-24-2009, 8:40 PM 185363 in reply to 185280

    Re: Aspose.Form and Web Services

    Hello Gabriele,

    Thank you for the information. We are working on this issue and we will inform you as soon as this issue will be resolved.

    Best Regards,
    Sergey Semenov
    Developer,
    Aspose Odessa Team

     


    Sergey Semenov
    Software Developer,
    Aspose Odessa Team
    Contact Us
    Aspose - The .NET and Java Component Publisher
     
  •  07-01-2009, 7:00 AM 186353 in reply to 185363

    Re: Aspose.Form and Web Services

    Attachment: Present (inaccessible)

    Dear Gabriele,

    The issue you were facing has been fixed in the attached build. Please use the attached build and let us know if it works for you.

    Please feel free to contact us in case you have further comments or questions.

    Best Regards,


    Muhammad Ijaz
    Support Developer,
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher
     
  •  07-09-2009, 5:23 AM 187693 in reply to 186353

    Re: Aspose.Form and Web Services

    Hi Muhammad, thank you very much for your reply. I've tested the new assembly and now the web services are invoked as espected.

    The only problem is that the field in the form isn't filled with the value returned as parameter by the read web service. I'm investigating about.

    Best regards.

    Gabriele Del Giovine

     

     
  •  07-30-2009, 6:24 AM 191156 in reply to 185115

    Re: Aspose.Form and Web Services

    The issues you have found earlier (filed as 9476) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML