是否有支持XOP的XML的C

是否有支持XOP的XML的C

本文介绍了是否有支持XOP的XML的C ++库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道C ++的库,这有助于用XOP解析XML?



我已经看过 inet xerces

解决方案

p>

Microsoft



端点支持XOP和MTOM的CR版本,位于。有关端点的说明,请访问。联系Martin Gudgin有关端点。



Canon CRF MTOM实施



请访问。



White Mesa CRF MTOM实施



SOAP 1.2,有关详情,请参阅。


Does anyone know a library for C++, which helps to parse XML with XOP?

I have already looked at inet and xerces.

解决方案

From Sehe comment:

Microsoft

Endpoint supports CR versions of XOP and MTOM and is located at http://martingudgin-2.dsl.easynet.co.uk/dotnet/mtom/mtomecho.ashx. A description of the endpoint can be found at http://martingudgin-2.dsl.easynet.co.uk/dotnet/mtom/. Contact Martin Gudgin about the endpoint.

Canon CRF MTOM Implementation

An endpoint is available at http://ws.crf.canon.fr/mtominterop/test.

White Mesa CRF MTOM Implementation

Endpoint supports SOAP 1.2, see http://www.whitemesa.net/ for details.

这篇关于是否有支持XOP的XML的C ++库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 12:34