cancel
Showing results for 
Search instead for 
Did you mean: 

populating abstract structures in the wsdl

Former Member
0 Kudos

Hi Experts,

Need your help in dealing with an abstract wsdl structure.

The scenario is a synchronous one and it is from CRM to legacy system via SAP-PO(7.4).

Some structures are created by extending to an abstract element called "Action" and I'm able to see those structures as well in the wsdl.

But I'm unable to see those structures in Message Mapping step as they are defined as abstract.

Legacy system wants those structures (which I cant see in MM) needs to be filled with appropriate data ELSE it would throw an exception.

I'm attaching here the MT that I created for CRM and the input request structure that is there in the wsdl.

Can you please let me know how to add xsi:type="sch:CreateAction" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the mapping step.

I tried changing the wsdl but unable to add the xsi:type in the wsdl structure.

Can some one help me out here.

Thanks,

Prajwal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190624
Active Contributor
0 Kudos

Hi Prajwal,

If i understand correctly , WSDL (not exactly WSDL , but request copy from SOAP UI tool i guess ) you provided is receiver WSDL ? Correct ?

I think , you manually created the CRM MT ? why don't you use same External definition(provided by receiver systems) in both sender and receiver Message type?



          Add a attribute <CreateAction> under <Action> element .


Please correct me , if get your requirement wrong.


Thanks

Hari.