初学WebService,delphi如何调用java开发的WebService接口,求示例!

jcxhan 2017-03-27 09:56:36
测试Url:
http://223.68.184.9:8084/DAQItem/services/CallUniversalService?wsdl
...全文
595 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
jcxhan 2017-03-27
  • 打赏
  • 举报
回复
wsdl里面的方法不知怎么调用? <?xml version="1.0" encoding="UTF-8" ?> - <wsdl:definitions targetNamespace="http://service.rong" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://service.rong" xmlns:intf="http://service.rong" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <!-- WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT) --> - <wsdl:types> - <schema elementFormDefault="qualified" targetNamespace="http://service.rong" xmlns="http://www.w3.org/2001/XMLSchema"> - <element name="readStringXml"> - <complexType> - <sequence> <element name="x" type="xsd:string" /> </sequence> </complexType> </element> - <element name="readStringXmlResponse"> - <complexType> - <sequence> <element name="readStringXmlReturn" type="xsd:string" /> </sequence> </complexType> </element> </schema> </wsdl:types> - <wsdl:message name="readStringXmlResponse"> <wsdl:part element="impl:readStringXmlResponse" name="parameters" /> </wsdl:message> - <wsdl:message name="readStringXmlRequest"> <wsdl:part element="impl:readStringXml" name="parameters" /> </wsdl:message> - <wsdl:portType name="CallUniversalService"> - <wsdl:operation name="readStringXml"> <wsdl:input message="impl:readStringXmlRequest" name="readStringXmlRequest" /> <wsdl:output message="impl:readStringXmlResponse" name="readStringXmlResponse" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="CallUniversalServiceSoapBinding" type="impl:CallUniversalService"> <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="readStringXml"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="readStringXmlRequest"> <wsdlsoap:body use="literal" /> </wsdl:input> - <wsdl:output name="readStringXmlResponse"> <wsdlsoap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:service name="CallUniversalServiceService"> - <wsdl:port binding="impl:CallUniversalServiceSoapBinding" name="CallUniversalService"> <wsdlsoap:address location="http://223.68.184.9:8084/DAQItem/services/CallUniversalService" /> </wsdl:port> </wsdl:service> </wsdl:definitions>
jcxhan 2017-03-27
  • 打赏
  • 举报
回复
谢谢,初步已解决,下面还有更多问题,谢谢大家。
EnForGrass 2017-03-27
  • 打赏
  • 举报
回复
搜索引擎用起来啊
EnForGrass 2017-03-27
  • 打赏
  • 举报
回复
http://www.cnblogs.com/GarfieldTom/archive/2012/09/14/2684461.html http://blog.csdn.net/oemoon/article/details/22940377

12,162

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 Web Services
社区管理员
  • Web Services社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧