webserviceaxis2调用
这是http://www.36wu.com提供的接口信息,但是始终报异常:服务器未能识别 HTTP 头 SOAPAction 的值的错误,求大拿指点。
String mobile = "18710102020";
String output = "json";
String authke……继续阅读 »
11年前 (2015-04-02) 1990浏览 0评论
0个赞
servlet异常
webservice的stub类在main方法中测试正确,但是在servlet中调用失败!抛出异常:
2015-3-20 15:43:55 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet MobileSe……继续阅读 »
11年前 (2015-04-02) 2021浏览 0评论
0个赞
配置文件
<bean id="loginService" class="com.testPlatform.service.LoginService" scope="prototype">
<property name="userDao" ref="userDaoImp"/>
</bean>
<bea……继续阅读 »
11年前 (2015-04-02) 1625浏览 0评论
0个赞
web.xml 配置
context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:/applicationContext-resources.xml
……继续阅读 »
11年前 (2015-04-02) 1576浏览 0评论
0个赞
strutsjava多线程
<form id=”touxinagform” enctype=”multipart/form-data” method=”post” action=”shangche”>
<input type=̶……继续阅读 »
11年前 (2015-04-02) 1454浏览 0评论
0个赞
jsp的form里面这样写的:
<html:form method=”post” action=”/t04_report/t04_report_list.do” enctype=”multipart/form-data”>
Action里面这样写的:
priva……继续阅读 »
11年前 (2015-04-02) 1825浏览 0评论
0个赞
[img=http://][/img]package org.ultimania.service;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import org.ultimania.dao.UserDAO;
import ……继续阅读 »
11年前 (2015-04-02) 1377浏览 0评论
0个赞
这是在别处看到关于spring mvc里的一段话。
引用
方案一,传统型:
父上下文容器中保存数据源、服务层、DAO层、事务的Bean。
子上下文容器中保存Mvc相关的Action的Bean.
事务控制在服务层。
由于父上下文容器不能访问子上下文容器中内容,事务的Bean在父上下文容器中,无法访问子上下文容器中内容,就无法对子上下文容器中Ac……继续阅读 »
11年前 (2015-04-02) 1258浏览 0评论
0个赞
springservlet
<!-- 启动SpringMVC的注解功能,它会自动注册HandlerMapping、HandlerAdapter、ExceptionResolver的相关实例 -->
<mvc:annotation-driven />
<mvc:default-servlet-handler />……继续阅读 »
11年前 (2015-04-02) 1480浏览 0评论
0个赞