cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft Dynamics CRM (soap) to SAP (proxy) asynch

0 Kudos

Hi,

we have an requirement where we need to send data from microsoft CRM webservice to PI to SAP (asynchronous mode).

in this case PI will generate an wsdl and source system will use this . I am right?

but client says that PI need to use the WS wsdl which was provided by the source system. for this how can we built the scenario.

Please explain.

Thanks

Robin.

Accepted Solutions (0)

Answers (3)

Answers (3)

smavachee
Active Contributor
0 Kudos

Agreed with Praveen.

> Import WSDL as an External Defination.

> Create Expected DT, MT and respected SI for Inbound.

Do the rest routine mapping and configuration.

Hope it help.!

Regards,

Sunil

0 Kudos

Thanks Sunil and Praveen

then no need to generate wsdl from ID--> define webservice?

shall PI user credentails need to share to source system for sending data from source syste?

BR,

Robin

former_member181985
Active Contributor
0 Kudos

Hi Robin,

You should still generate WSDL from ID, since it contains port bindings and end point URL. The generated WSDL message types will obviously match client WSDL message types.

Regards,

Praveen Gujjeti

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

en impor by external definion is to avoid modeling the structures in PI, but the WSDL from PI you need to generate it because it contains the endpoint to PI, remenber that the wsdl generated in PI in the URL contains parameters like Business System, QoS, Service Interface, Namespace that allow the system to know which sender agreement or Receiver Determination must be called.

regards

Rodrigo

former_member181985
Active Contributor
0 Kudos

Hi Robin,

You can do this in either ways.

1. import WSDL provided by client in XI as external definition and use it as outbound message/service interface.

2. create structure (data type) as required by client system manually in XI and wrap it with a message/service interface.

Option1 is easy.

Regards,

Praveen Gujjeti

0 Kudos

any inputs pls