Hi all,
I'm a very newbie with web service.
I've created a webservice on MS Dynamics AX.
Iìve create a simple call from Visual studio and c# following a sample on the WEB:
http://axwonders.blogspot.com/2012/0...uming.html?m=1
If I call the service from iExplorer with
http://ax2012r2a:8101/DynamicsAx/Ser...ceGroupCGK5188
I get:
How can I try to call it from Lianja?HTML Code:<?xml version="1.0" encoding="utf-8" ?> - <wsdl:definitions name="GeneralInputOutputServiceGroupCGK5188" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:i0="GeneralInputOutputServiceCGK5188" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> - <wsp:Policy wsu:Id="NetTcpBinding_GeneralInputOutputServiceCGK5188_policy"> - <wsp:ExactlyOne> - <wsp:All> <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" /> - <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> - <wsp:Policy> - <sp:TransportToken> - <wsp:Policy> - <msf:WindowsTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy"> <msf:ProtectionLevel>EncryptAndSign</msf:ProtectionLevel> </msf:WindowsTransportSecurity> </wsp:Policy> </sp:TransportToken> - <sp:AlgorithmSuite> - <wsp:Policy> <sp:Basic256 /> </wsp:Policy> </sp:AlgorithmSuite> - <sp:Layout> - <wsp:Policy> <sp:Strict /> </wsp:Policy> </sp:Layout> </wsp:Policy> </sp:TransportBinding> <wsaw:UsingAddressing /> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsdl:import namespace="GeneralInputOutputServiceCGK5188" location="http://ax2012r2a:8101/DynamicsAx/Services/GeneralInputOutputServiceGroupCGK5188?wsdl=wsdl0" /> <wsdl:types /> - <wsdl:binding name="NetTcpBinding_GeneralInputOutputServiceCGK5188" type="i0:GeneralInputOutputServiceCGK5188"> <wsp:PolicyReference URI="#NetTcpBinding_GeneralInputOutputServiceCGK5188_policy" /> <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" /> - <wsdl:operation name="Execute"> <soap12:operation soapAction="GeneralInputOutputServiceCGK5188/GeneralInputOutputServiceCGK5188/Execute" style="document" /> - <wsdl:input name="GeneralInputOutputServiceCGK5188ExecuteRequest"> <soap12:header message="i0:GeneralInputOutputServiceCGK5188ExecuteRequest_Headers" part="context" use="literal" /> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output name="GeneralInputOutputServiceCGK5188ExecuteResponse"> <soap12:body use="literal" /> </wsdl:output> - <wsdl:fault name="AifFaultFault"> <soap12:fault name="AifFaultFault" use="literal" /> </wsdl:fault> </wsdl:operation> </wsdl:binding> - <wsdl:service name="GeneralInputOutputServiceGroupCGK5188"> - <wsdl:port name="NetTcpBinding_GeneralInputOutputServiceCGK5188" binding="tns:NetTcpBinding_GeneralInputOutputServiceCGK5188"> <soap12:address location="net.tcp://ax2012r2a:8201/DynamicsAx/Services/GeneralInputOutputServiceGroupCGK5188" /> - <wsa10:EndpointReference> <wsa10:Address>net.tcp://ax2012r2a:8201/DynamicsAx/Services/GeneralInputOutputServiceGroupCGK5188</wsa10:Address> - <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity"> <Upn>admin@contoso.com</Upn> </Identity> </wsa10:EndpointReference> </wsdl:port> </wsdl:service> </wsdl:definitions>
thanks
Fabio
Bookmarks