cancel
Showing results for 
Search instead for 
Did you mean: 

Use a sap function module webservice in SAP PI

0 Kudos

HI,

I'm new to webservices. i wanted to use SAP function module webservice in SAP PI. i'm using a http to SOAP synchronuos senario, m getting a error

" Runtime exception occurred during application mapping com/sap/xi/tf/_MM_SOAP_HTTP_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:The element type "META" must be terminated by thematching end-tag "</META>". "

please let me know what might have gone wrong

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Dimitri
Active Contributor
0 Kudos

Hi Arun,

Seems like your XML structure is not correct.

Please have a look at it, especially the META element.

Kind regards,

Dimitri

Answers (3)

Answers (3)

subhro_de
Active Participant
0 Kudos

As this looks like a mapping error - please check if the error has been thrown before reaching the SOAP receiver and format of the input data you are posting. You may want to check at he following link for exposing rfc as webservice.

http://scn.sap.com/docs/DOC-38805

Regards

Former Member
0 Kudos

Hi,

its very much possible to call the FM as either directly or indirectly via WebService...

Test the WS exposed using either a SOAPUI Freeware tool or wsnavigator with the input data you are passing.. will get you know where the error is ..

HTH

Rajesh

iaki_vila
Active Contributor
0 Kudos

Hi Arun,

As Dimiti says the exception is clear and you are making an incorrect output, check the transformation.

On other hand you say that you are calling a ERP webservice that is wrapping a RFC. Why dont you call the RFC directly?, it's easier and you can import the RFC schema easily with PI.

Regards.