MobiPlusWS
Click here for a complete list of operations.
Layout_SetFormReport
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /MobiWebServices/MobiPlusWS.asmx HTTP/1.1 Host: mobiwebt.nestle.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/Layout_SetFormReport" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Layout_SetFormReport xmlns="http://tempuri.org/"> <ReportID>string</ReportID> <ReportName>string</ReportName> <ReportQuery>string</ReportQuery> <Report_SP_Params>string</Report_SP_Params> <ReportCaption>string</ReportCaption> <ReportDataSourceID>string</ReportDataSourceID> <ReportTypeID>string</ReportTypeID> <IsActive>string</IsActive> <UserID>string</UserID> <FragmentName>string</FragmentName> <FragmentDescription>string</FragmentDescription> <FragmentTypeID>string</FragmentTypeID> <FragmentHasCloseButton>string</FragmentHasCloseButton> <HeaderZoomObjTypeID>string</HeaderZoomObjTypeID> <HeaderZoomObjID>string</HeaderZoomObjID> <RowReportZoomObjTypeID>string</RowReportZoomObjTypeID> <RowReportZoomObjID>string</RowReportZoomObjID> <ConString>string</ConString> <LayoutTypeID>string</LayoutTypeID> <IsZebra>string</IsZebra> <IsLastRowFooter>string</IsLastRowFooter> <HasSubTotals>string</HasSubTotals> <IsToShowRowsNumberOnTitle>string</IsToShowRowsNumberOnTitle> <RowsPerPage>string</RowsPerPage> <GroupBy>string</GroupBy> <HasSubTotalsOnGroup>string</HasSubTotalsOnGroup> <ShowActionBattonOnTitle>string</ShowActionBattonOnTitle> <ActionBattonOnTitleText>string</ActionBattonOnTitleText> <ActionBattonOnTitleReportZoomObjTypeID>string</ActionBattonOnTitleReportZoomObjTypeID> <ActionBattonOnTitleReportZoomObjID>string</ActionBattonOnTitleReportZoomObjID> <SectionsPerRow>string</SectionsPerRow> <SectionsRowHeight>string</SectionsRowHeight> <IsToShowSectionFrame>string</IsToShowSectionFrame> <SectionImageHeightWeight>string</SectionImageHeightWeight> <IsWebInternal>string</IsWebInternal> <tableToEdit>string</tableToEdit> <AllowAdd>string</AllowAdd> <AllowEdit>string</AllowEdit> <AllowDelete>string</AllowDelete> <ChosenTemplet>string</ChosenTemplet> <FragmentID>string</FragmentID> <Extra1>string</Extra1> <Extra2>string</Extra2> <Extra3>string</Extra3> <Extra4>string</Extra4> <Extra5>string</Extra5> </Layout_SetFormReport> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Layout_SetFormReportResponse xmlns="http://tempuri.org/"> <Layout_SetFormReportResult>boolean</Layout_SetFormReportResult> <NewReportID>string</NewReportID> </Layout_SetFormReportResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /MobiWebServices/MobiPlusWS.asmx HTTP/1.1 Host: mobiwebt.nestle.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Layout_SetFormReport xmlns="http://tempuri.org/"> <ReportID>string</ReportID> <ReportName>string</ReportName> <ReportQuery>string</ReportQuery> <Report_SP_Params>string</Report_SP_Params> <ReportCaption>string</ReportCaption> <ReportDataSourceID>string</ReportDataSourceID> <ReportTypeID>string</ReportTypeID> <IsActive>string</IsActive> <UserID>string</UserID> <FragmentName>string</FragmentName> <FragmentDescription>string</FragmentDescription> <FragmentTypeID>string</FragmentTypeID> <FragmentHasCloseButton>string</FragmentHasCloseButton> <HeaderZoomObjTypeID>string</HeaderZoomObjTypeID> <HeaderZoomObjID>string</HeaderZoomObjID> <RowReportZoomObjTypeID>string</RowReportZoomObjTypeID> <RowReportZoomObjID>string</RowReportZoomObjID> <ConString>string</ConString> <LayoutTypeID>string</LayoutTypeID> <IsZebra>string</IsZebra> <IsLastRowFooter>string</IsLastRowFooter> <HasSubTotals>string</HasSubTotals> <IsToShowRowsNumberOnTitle>string</IsToShowRowsNumberOnTitle> <RowsPerPage>string</RowsPerPage> <GroupBy>string</GroupBy> <HasSubTotalsOnGroup>string</HasSubTotalsOnGroup> <ShowActionBattonOnTitle>string</ShowActionBattonOnTitle> <ActionBattonOnTitleText>string</ActionBattonOnTitleText> <ActionBattonOnTitleReportZoomObjTypeID>string</ActionBattonOnTitleReportZoomObjTypeID> <ActionBattonOnTitleReportZoomObjID>string</ActionBattonOnTitleReportZoomObjID> <SectionsPerRow>string</SectionsPerRow> <SectionsRowHeight>string</SectionsRowHeight> <IsToShowSectionFrame>string</IsToShowSectionFrame> <SectionImageHeightWeight>string</SectionImageHeightWeight> <IsWebInternal>string</IsWebInternal> <tableToEdit>string</tableToEdit> <AllowAdd>string</AllowAdd> <AllowEdit>string</AllowEdit> <AllowDelete>string</AllowDelete> <ChosenTemplet>string</ChosenTemplet> <FragmentID>string</FragmentID> <Extra1>string</Extra1> <Extra2>string</Extra2> <Extra3>string</Extra3> <Extra4>string</Extra4> <Extra5>string</Extra5> </Layout_SetFormReport> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Layout_SetFormReportResponse xmlns="http://tempuri.org/"> <Layout_SetFormReportResult>boolean</Layout_SetFormReportResult> <NewReportID>string</NewReportID> </Layout_SetFormReportResponse> </soap12:Body> </soap12:Envelope>