dscss8996 2013-06-11 17:27
浏览 142
已采纳

通过PHP SoapClient解析WSDL

I'm trying to connect to Dynamics CRM via PHP. PHPs inbuilt SoapClient parses the WSDL successfully but I want/need to be able to look at some of the tags in the WSDL and extract information from it.

My question is thus:

Is there a clever way to extract and re-parse the WSDL via the inbuilt SOAP Client?

I could obviously use SimpleXML / DomDocument / Curl libraries to parse the WSDL but then I'd have to re-write functionality such as processing namespace imports which I'm trying to avoid.

Any help / suggestions even if it is that parsing without SoapClient is the best solution would be greatly appreciated.

  • 写回答

1条回答 默认 最新

  • dpw30157 2013-06-11 20:50
    关注

    Use soapui

    This is an excelent tool for easy and fast check of all wsdl functions.

    Download:

    Tutorias:

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 (标签-STM32|关键词-智能小车)
  • ¥20 关于#stm32#的问题,请各位专家解答!
  • ¥15 (标签-python)
  • ¥20 搭建awx,试了很多版本都有错
  • ¥15 java corba的客户端该如何指定使用本地某个固定IP去连接服务端?
  • ¥15 activiti工作流问题,求解答
  • ¥15 有人写过RPA后台管理系统么?
  • ¥15 Bioage计算生物学年龄
  • ¥20 如何将FPGA Alveo U50恢复原来出厂设置哇?
  • ¥50 cocos2d-x lua 在mac上接入lua protobuf?