on 2024 Mar 29 9:06 AM
Hello SAPians,
While trying to connect with S4Hana Public cloud through Sales Order Odata v2 API , I'm getting the WstxUnexpectedCharException error ,attached the image below.
Our odata API url - https://XXXX/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder.
I am stuck here now for a few days trying, googling, checking help documentation, but there is no clear description/explanation available.
Can someone help me here .
Regards,
Muskan
SAP Integration Suite OData API SAP BTP, ABAP environment SAP S/4HANA Cloud Public Edition
Request clarification before answering.
You have to create a communication user and use that for the integration. You can find several resources in the community and in other SAP assets for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are seeing this issue because authentication is failing. The server is responding with a page to login. The adapter is failing to parse the html page.
Solution is to fix authentication.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dinu
We are passing the required authentications, you could see that in Screenshot below
we are getting the same unexpectedcharacterexception error
but when we are using local emdx file it is accepting the Connection, but the iflow gets fail in the triggering throwing same error.
Could you highlight if we are doing something wrong??
One of the your query parameters was not preceded by "&", you will need check your endoint call to find it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
45 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.