Index: AXimpl/Dynamics/SalesPriceOut/SalesPriceService.cls.xml =================================================================== diff -u -r49181 -r50299 --- AXimpl/Dynamics/SalesPriceOut/SalesPriceService.cls.xml (.../SalesPriceService.cls.xml) (revision 49181) +++ AXimpl/Dynamics/SalesPriceOut/SalesPriceService.cls.xml (.../SalesPriceService.cls.xml) (revision 50299) @@ -1,13 +1,80 @@ -1 -TECH.Interface +1 +%SOAP.WebClient + + +This is the namespace used by the Service +http://tempuri.org/ + + + + +Use xsi:type attribute for literal types. +1 + + + +RoutingService + + + + +This is the name of the Service +This is the SOAP version supported by the service. +1.1 + + + + +This is the namespace used for types by the Service +http://tempuri.org + + + +1 +1 +%Status +1 + + + -1 -SalesPriceInput:AXif.Dynamics.SalesPriceOut.MessageParts.ADUSalesPriceHeaderInputDC +1 +SalesPriceInput:AXif.Dynamics.SalesPriceOut.MessageParts.ADUSalesPriceHeaderInputDC(XMLNAME="_salesPriceInput") +1 AXif.Dynamics.SalesPriceIn.MessageParts.ADUSalesPriceHeaderOutputDC +1 +document +literal + 1) + { + Try { + #dim SalesPriceInputLijn As AXif.Dynamics.SalesPriceOut.MessageParts.ADUSalesPriceLineInputDC = SalesPriceInput.Lines.GetAt(1) + Do ##class(vhLib.Logger).%New("SalesPriceService").Debug("getPrice traag", + "CustAccount='"_SalesPriceInput.CustAccount + _"'; Snelheid=" _ (HuidigeTijdSeconden-StartTijdSeconden) + _ "sec; ItemId='" _ SalesPriceInputLijn.ItemId _ "'; MessageId='" _ SalesPriceInput.MessageId _ "'") + + } Catch { + Do ##class(vhLib.Logger).%New().LogExceptie(##class(TECH.ExceptionHandler).Catch()) + } + } + Quit Resultaat +]]>