cancel
Showing results for 
Search instead for 
Did you mean: 

consuming Webservice

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

eddy_declercq
Active Contributor
0 Kudos

Hi,

This is more a question for the scripting forum ()

Eddy

-


PS. Reward useful answers and earn points yourself

Former Member
0 Kudos

Ok, I posted the question there also... but will leave it here in case anybody can help me out...

If anybody has experience consuming WebServices with version 700, and especially with a client who used Delphi, let me know!

Thanks,

Tim

Answers (0)