Hi All,
There is a JSP calling a flow service in Business connector 4.6. Http posts the xmlData parameter to this service, this service inturn calls the SAP system gathers the query result and reply back with the xml data.
This is working fine on SAP BC 4.0.1 @ port 5555. I have installed the SAP BC 4.6 core fix8 @ port 5556 and is up on the same machine.
When the port is changed in JSP to point ot 5556. The http call reaches Business connector server but the xml data is missing. I see the below exception in server log.
000040 [B2BCORE.0076.0007] XMLCoder encode invalid data type: com.wm.app.b2b.server.BoundedInputStream
Does this mean the xmlData in not coming in the http call? or the Data is coming and not recognized or parsed on the the server.
I have also tried to start the SAP BC 4.6 server at 5555 as primary port the result is same.
Please advise. Any Help is appreciated.
Thanks & Regards
Amit K Gupta
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods