Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP support #5

Open
mike442144 opened this issue Oct 11, 2017 · 0 comments
Open

SOAP support #5

mike442144 opened this issue Oct 11, 2017 · 0 comments

Comments

@mike442144
Copy link
Owner

Maybe add SOAP support when posting. Body like below:

<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.example.org/baseInfo/" xmlns:ns2="http://us.xueersi.org/namespace/">
  <SOAP-ENV:Header>
    <ns2:authentication SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next">
      <authinfo>...</authinfo>
    </ns2:authentication>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:xxx><request>{"bbq":"0"}</request></ns1:xxx>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant