一些使用ChilKat的ActiveX (或类似的东西)的人设法使用了医疗保健卡系统(在意大利)提供的EsitoInvioDatiSpesa730Service或EsitoInvioDatiSpesa730Service端点。我可以使用前面提到的ActiveX发送数据,但是我不能理解如何创建SOAP请求来了解寄售的结果。谢谢你的帮忙
*编辑2020-07-01
以下是SOAP服务的WSDL URL和XSD模式:
CSV类型错误请求https://github.com/BigNerd95/STSClient/tree/master/STSClient/resources/wsdl/WS_Ricevute/DettaglioErrori-CSV https://github.com/BigNerd95/STSClient/blob/master/STSClient/resources/wsdl/WS_Ricevute/DettaglioErrori-CSV/DettaglioErrori730Service_schema.xsd
服务请求发送结果https://github.com/BigNerd95/STSClient/blob/master/STSClient/resources/wsdl/WS_Ricevute/EsitoInvio/EsitoInvioDatiSpesa730Service.wsdl https://github.com/BigNerd95/STSClient/blob/master/STSClient/resources/wsdl/WS_Ricevute/EsitoInvio/EsitoInvioDatiSpesa730Service_schema.xsd
接收请求PDF RECEIPT https://github.com/BigNerd95/STSClient/blob/master/STSClient/resources/wsdl/WS_Ricevute/RicevutoPDF/RicevutaPdf730Service.wsdl https://github.com/BigNerd95/STSClient/blob/master/STSClient/resources/wsdl/WS_Ricevute/RicevutoPDF/RicevutaPdf730Service_schema.xsd
发布于 2020-01-05 23:55:16
您有SOAP服务的WSDL URL吗?没有规范,任何人都不可能帮助处理这种请求。
https://stackoverflow.com/questions/59591593
复制相似问题