文章列表
在此我用的是Asix框架来解决的,在Asix包下有一个叫作WSDL2Java的类,可用来解析WSDL以生成Java代码供程序员使用,我尝试过用soap来处理Dataset,不过没有成功(浪费了不少时间)。
首先下载Asix包,直接到Apache下就可以了,下载完成后将解压的webroot/lib下的包全部拷到JDK的lib目录下。然后由控制台进入Jdk目录,运行:
Java -Djava.ext.dirs=lib org.apache.axis.wsdl.WSDL2Java http://www.webxml.com.cn/WebServices/TrainTimeWebServic ...
#include <iostream.h>
void rectangle(int heigth, int width);
void isosceles(int heigth);
void diamond(int heigth);
int main()
{
int heigth;
int width;
char c;
cout<<"please choose the shapes that you would like using,if you want to quit please enter Q(uit)" ...
Properties extraProperties = new Properties();
extraProperties.put("hibernate.connection.useUnicode", "true");
extraProperties.put("hibernate.connection.characterEncoding", "UTF-8");
myConfiguration.addProperties(extraProperties);
- 2008-10-03 23:51
- 浏览 770
- 评论(0)