Z zhoubd Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #1 照着李维的书上的demo写soap/web service程序时报的错,哪位大侠知道怎么解决吗?
猛 猛禽 Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #3 一般情况是你在URL属性中的输入有问题,比如少一个/soap之类,或者是WSDL属性不对, 没有/wsdl/iyourinterface(其中iyourinterface指你的服务端接口名), 这样HTTPRIO就会试图以XML方式解读一个HTML,所以出错
一般情况是你在URL属性中的输入有问题,比如少一个/soap之类,或者是WSDL属性不对, 没有/wsdl/iyourinterface(其中iyourinterface指你的服务端接口名), 这样HTTPRIO就会试图以XML方式解读一个HTML,所以出错
Z zhoubd Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #4 猛禽大侠 我用你的例子,在wsdllocation中输入http://localhost:1024/soaptest.soaptest/wsdl/Isoaphello 请问在url和wsdllocation中输入有什么区别?
猛禽大侠 我用你的例子,在wsdllocation中输入http://localhost:1024/soaptest.soaptest/wsdl/Isoaphello 请问在url和wsdllocation中输入有什么区别?
猛 猛禽 Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #5 没什么区别,不过内容不同,如果是在URL中应该是:http://localhost:1024/soaptest.soaptest/soap
Z zhoubd Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-26 #6 呵呵,周末没上了,不好意思。 我试了在URL中输入http://localhost:1024/soaptest.soaptest/soap是没有问题的 但是在WSDLLocation中应该输入什么才对呢?
呵呵,周末没上了,不好意思。 我试了在URL中输入http://localhost:1024/soaptest.soaptest/soap是没有问题的 但是在WSDLLocation中应该输入什么才对呢?