cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Webservice toRFC

Former Member
0 Kudos

Hi All,

I am generating webservice in ID for an RFC and using this webservice in webdynpro application to get data from R/3 system.It is webservice to RFC synchronous scenario

In RFC response structure data type of one field is "xstring" in R/3 system. If we import this RFC in XI it is changing as "base64Binary" data type.

So if we test this webservice in SOAP sonar tool output for that field is different from the value which get in R/3 system by executing RFC in Se37.For other fields output is coming same as in R/3 output.

If data for that field is sent as "base64Binary" format to webdynpro application, it is not supported.

So in RFC particular field value is converted from "xstring" to "string" and stored in one more field.

Again RFC is imported in XI and webservice is generated.

While testing in SOAP sonar, error is coming as

com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_GetPoPdf_Res_: Fatal Error: com.sap.engine.lib.xml.parser.Parser~

New field which we added in RFC is having lot of values and there are also some special characters in that field..How to solve this issue..?

Can any one give me some useful suggestion...

Regards,

Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Can any one suggest some ideas to achieve some solution for the problem which I posted

Regards,

Babu