Home > Back-end >  Consult: axis2 server how to construct swa protocol data, implement communications?
Consult: axis2 server how to construct swa protocol data, implement communications?

Time:10-08

Now encountered problem is the client using swa agreement, the client technology used in unknown, now the server using the axis2, mtom agreement, but have not received the return data, the client is not an error, the data is null, consult how to build the axis2 swa data back, best attach a demo

CodePudding user response:

The communication protocol to clear first, swa agreement, not to search,

The unity agreement first, and then say what

CodePudding user response:

SwA is a return data type, mtom is always returns the data type is based on the soap protocol, following is the HTTP protocol on a slip of the tongue, I'm sorry, misleading

CodePudding user response:

http://axis.apache.org/axis2/java/core/docs/mtom-guide.html

https://github.com/lucidprogrammer/axis2-mtom-file-serve-sample

https://www.ibm.com/support/knowledgecenter/SS7K4U_9.0.5/com.ibm.websphere.zseries.doc/ae/twbs_enablemtom.html

CodePudding user response:

I informed the first time I heard the swa

CodePudding user response:

Finally thank you for my side has completely debug through the general idea is like this I'll reverse generate axis1 server, with one side the interface from the customers, catch the returned XML data, and then change in axis2 server source code, to find a way to construct the same XML, finally complete the mtom - swa data interaction, the core idea is to build almost the same XML
  • Related