tian-zhihui / cordyssapcon

Automatically exported from code.google.com/p/cordyssapcon
Apache License 2.0
0 stars 0 forks source link

Request is not formed SAP RFC with forward slashes('/') in the field names #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.We have a RFC with forward slashes in the field names
2.The SOAP request for the Web Service generated for this RFC is not getting 
formed
3.

What is the expected output? What do you see instead?
We should get a response back with the required data. Instead the request 
itself is not getting formed as the some xml nodes have '/' in them.

We are using SAP connector version 2.1.5 on BOP-4.1 CU 7.1 Windows Operating 
System

WSDL and the error screenshot is attached

Original issue reported on code.google.com by ashis....@simbustech.com on 27 Dec 2012 at 7:45

GoogleCodeExporter commented 8 years ago
 Issue is with  SAP integration library, it does not use a standard XML parser. There are recommendations (http://help.sap.com/javadocs/NW04/current/jc/com/sap/mw/jco/JCO.Record.html#fromXML(java.lang.String)
)to do some pre processing for special fields (that have invalid xml characters 
in name). This was handled for WSDL QNames  but is missing for field names. 
This has to be implemented.

Original comment by jvmo...@cordys.com on 27 Dec 2012 at 7:57

GoogleCodeExporter commented 8 years ago
Hi

Any update on the resolution of this issue. Any indication on the time frame 
for fixing  this issue..

Regards
Ashis

Original comment by ashis....@simbustech.com on 1 Feb 2013 at 4:52