开发者

Where to set charset for submitting punchout html form to SAP OCI [duplicate]

开发者 https://www.devze.com 2023-04-03 06:44 出处:网络
This question already has answers here: Is form charset required? (3 answers) Closed 2 years ago. We need to HTTP post an html form back to a return URL specif开发者_C百科ied by the OCI4 pu
This question already has answers here: Is form charset required? (3 answers) Closed 2 years ago.

We need to HTTP post an html form back to a return URL specif开发者_C百科ied by the OCI4 punchout system. We have to ensure that the form is encoded to the requested charset.

The question is, how best to ensure that the form is posted back in the correct charset?

HTTP header Content-Type: text/html; charset=ISO-8859-1 ?

In the HTML head

In the Form accept-charset="utf-8" ?


I didnt go into production yet, but will be soon.

For the resources, I have used OCI3 & 4 and Cxml as they are the only resource I have found on the net. What i have done is, I implemented a mock SAP system which primarly deals with PunchOut user. and then i implemented the Catalogue. It will allow you to do more testing in terms of OCI & cxml requirements.

0

精彩评论

暂无评论...
验证码 换一张
取 消