cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to SOAP sceario : Multiple line items

former_member190239
Participant
0 Kudos


Hi Experts,

I have a scenario... Proxy to SOAP.. the proxy has multipl eline items.. but the currency converter wsdl has occurence 1..1

so only one lien item is gettign executed each time..

Ne idea how I can attned to this?

Accepted Solutions (1)

Accepted Solutions (1)

rhviana
Active Contributor
0 Kudos

Ravi,

You must ask for Webservice team provide you another wsdl with correct cardinality - 0:unbound

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Ask the webservice provider to provide the WSDL as per the requirement .

You can use the multi_mapping to make call for each line item. your purpose will solve

Thanks,

Vijay Kumar K.V.N


former_member182455
Active Contributor
0 Kudos

Hi Ravi,

you can Change the occurrence to 0..unbounded in wsdl by opening the wsdl in xmlspy

Regards

Former Member
0 Kudos

Hi Ravi,

I agree with Srinu, you can easily edit the WSDL and redeploy it again with 0....unbounded using xmlspy or eclipse.

Regards,

Mastan

former_member190239
Participant
0 Kudos

Hi Ricardo..

a wsdl like currency converter also has just 1..1..

that seems to be the choice to ask the wsdl providers.. but do we have any other chance using PI?


rhviana
Active Contributor
0 Kudos

Yes,

In this case you must create DataType, MsgType and do not user external definition.

But my concern is if Webservice could receive more lines...

Regards,

javier_alcubilla
Contributor
0 Kudos

Use multimapping and make one request to the webservice per line item

Regards

Javi