Hello,
<u>Level</u> : CRM 5.0, WebAS 700.
<u>Situation</u> : Consuming a WebService (using client provided WSDL, we have created the Client Proxy and corresponding logical port).
<u>Problem</u>: The client uses <b>Delphi</b> to generate the WSDL/XML and therefore, some tags do not seem to be supported between SAP and Delphi resulting in <b>SOAP</b> <u>errors</u>.
For example, Delphi uses :
<message name="AthenaReqAstreinteInit0Request">
<part name="Req" <b>type</b>="ns1:TAthIAReq"/>
</message>
Whereas SAP requires :
<message name="AthenaReqAstreinteInit0Request">
<part name="Req" <b>element</b>="ns1:TAthIAReq"/>
</message>
<u><b>Questions</b></u> : Can anybody give me suggestions or solutions general as to how we can get around this? Do there exist any "Delphi plug-in" so that our SOAP and XML tags understand each other, etc..??
Thanks,
Tim