private String inquiryURL =
"http://127.0.0.1/uddi/inquire.asmx";
~~~~~
uddipublic??
【 在 gzcowboy (不会骑马的牛) 的大作中提到: 】
: 仿照例程查找在公共uddi服务器上的business已经没有问题,但是连接windows 2003的私有uddi服务时出现以下的exception:
: Exception: Unsupported response content type "text/html", must be: "text/xml". Response was:
: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
: <HTML><HEAD><TITLE>?ú??±????¨?é??????</TITLE>
: <META HTTP-EQUIV="Content-Type" Content="text/html; charset=GB2312">
: <STYLE type="text/css">
: BODY { font: 9pt/12pt ???? }
: H1 { font: 12pt/15pt ???? }
: H2 { font: 9pt/12pt ???? }
: A:link { color: red }
: A:visited { color: maroon }
: ...................
--
FROM 202.197.125.175