![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have developed web services under .net framework 1.1, myWebServ.asmx with methods, getInfo() and getInfo(int). Those are working fine for the clients created by .NET Visual Studio. However, when I used Eclipse to develop Java client to consume the service, I got error massage: the element type "br" must be terminated by the matching end-tag "</br>". I use webbrowser to check the myWebServ.asmx, and found the web method attributes such as [WebMethod(Description="Given...")] are quoted as "<br>Given... " without closed tag <\br>. The web service in design in .net visual studio does not have the HTML or XML tab for the file. Therefore, I do not know where i should go to make a change such that the WSDL file is well-defined. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |