cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with HTTP SENDER

Former Member
0 Kudos

HI all!

I send a http request from Oracle :

HTTP_REQ := utl_http.BEGIN_REQUEST(ReqString);

...

utl_http.WRITE_TEXT(HTTP_REQ, Payload);

...

--getting response

HTTP_RESP := utl_http.GET_RESPONSE(HTTP_REQ);

utl_http.READ_TEXT(HTTP_RESP, Response);

utl_http.END_RESPONSE(HTTP_RESP);

...

In PI in SXMB_MONI I have an error :

...

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_HR_HUMAN_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>

<SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.ParserE</SAP:P3>

<SAP:P4>xception: Unsupported character: bf(:main:, row:7~</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_HR_HUMAN_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Unsupported character: bf(:main:, row:7~</SAP:Stack> ...

How can I resolve this problem?

Regards,

Andrey

Accepted Solutions (0)

Answers (3)

Answers (3)

jagesh_lakdawala
Active Participant
0 Kudos

Hi,

I have a scenario like Oracle (9i) - SAP PI - Oracle (10g). I want to impliment this scenario by using the SOAP sender - SAP PI - JDBC receiver. i.e. i will generate the WSDL file in PI.

I dont know how to consume the web service in Oracle 9i database. I think you have done the same scenario.

Requesting you to share the same and will be appreciate if you give me step by step information.

Thanks in Advance

Regards

Jagesh

jagesh_lakdawala
Active Participant
0 Kudos

Dear All,

Kindly suggest for such scenario.

Regards

Jagesh

Former Member
0 Kudos

Mapping is ok.

If I send Latin letters - all fine

When i send russian text (Cyrillic) - error

I send request from oracle server with UTF8, JDBC adapter works fine.

Where i must set encoding?

GabrielSagaya
Active Contributor
0 Kudos

Try to use ISO-8859-1 in your mapping

https://wiki.sdn.sap.com/wiki/display/XI/NAMESPACE

Former Member
0 Kudos

ISO-8859-1 does not help

GabrielSagaya
Active Contributor
0 Kudos

try with ISO-8859-5 encoding

Former Member
0 Kudos

))) I tested ISO-8859-5 too

it does not help((

Former Member
0 Kudos

Kindly provide the payload info also..

though error is .at mapping level..unsupported characters..