Hi ,
i have created a document web service with create method in AX 2012 R3 and successfully deployed it.
I have the WSDL URL but that WSDL does not contain the schemas
eg…
xs:element minOccurs=“0” name="_DocumentHash" nillable=“true” type=“xs:string” />
<xs:element minOccurs=“0” name=“RecId” nillable=“true” type=“st:AxdExtType_RecId” />
However I can find this in the AIFServices form → operations ->for create parameter schema.
Any idea how can i get the element types also in the WSDL url.
I need to send the WSDL url to the SAP team to get the data into AX .
Thanks,
Vikas Mehta
this is the wsdl url as below…
wssecurity-utility-1.0.xsd" xmlns:wsa10="">www.w3.org/…/addressing" xmlns:wsp="">schemas.xmlsoap.org/…/policy" xmlns:wsap="">schemas.xmlsoap.org/…/policy" xmlns:msc="">schemas.microsoft.com/…/contract" xmlns:soap12="">schemas.xmlsoap.org/…/" xmlns:wsa="">schemas.xmlsoap.org/…/addressing" xmlns:wsam="">www.w3.org/…/metadata" xmlns:xsd="">www.w3.org/…/XMLSchema" xmlns:tns="">http://tempuri.org/" xmlns:soap="">schemas.xmlsoap.org/…/" xmlns:wsaw="">www.w3.org/…/wsdl" xmlns:soapenc="">schemas.xmlsoap.org/…/">
- <wsp:Policy wsu:Id=“NetTcpBinding_OptionsService_policy”>
- wsp:ExactlyOne
-
wsp:All
<msb:BinaryEncoding xmlns:msb="">schemas.microsoft.com/…/netbinary1" /> - <sp:TransportBinding xmlns:sp="">schemas.xmlsoap.org/…/securitypolicy">
- wsp:Policy
- sp:TransportToken
- wsp:Policy
- <msf:WindowsTransportSecurity xmlns:msf="">schemas.microsoft.com/…/policy">
msf:ProtectionLevelEncryptAndSign</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="">http://tempuri.org" location="">in-ccushrpnt:8101/…/OptionServicedoc />