[ http://jira.codehaus.org/browse/XFIRE-741?page=comments#action_79150 ] wangyi commented on XFIRE-741: ------------------------------
how do i get the soap message?by the way,this is published xml <?xml version="1.0" encoding="UTF-8" ?> - <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://archives.bjczoa" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://xfire.codehaus.org/ArchiveService" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xfire.codehaus.org/ArchiveService"> - <wsdl:types> - <xsd:schema targetNamespace="http://archives.bjczoa" elementFormDefault="qualified" attributeFormDefault="qualified"> - <xsd:complexType name="ArchivesInstanceInfo"> - <xsd:sequence> <xsd:element name="arc_arc_no" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="arc_catalog_no" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="arc_dept_no" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="arc_no" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="assistdept" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="author" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="cause" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="content" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="copytodept" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="deeldept" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="deptguid" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="deptname" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="docdate" type="xsd:dateTime" minOccurs="0" nillable="true" /> <xsd:element name="docdutier" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="docno" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="docresult" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="docsubject" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="doctitle" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="doctype" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="fond" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="pagecount" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="permission" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="retention" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="secret" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="sendtodept" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="status" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="user_guid" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="year" type="xsd:string" minOccurs="0" nillable="true" /> </xsd:sequence> </xsd:complexType> - <xsd:complexType name="ArchivesAttachmentInfo"> - <xsd:sequence> <xsd:element name="archivesinstance_guid" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachment_classify" type="xsd:int" minOccurs="0" /> <xsd:element name="attachment_description" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachment_extension" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachment_isnewest" type="xsd:int" minOccurs="0" /> <xsd:element name="attachment_lastmodified" type="xsd:dateTime" minOccurs="0" nillable="true" /> <xsd:element name="attachment_link" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachment_status" type="xsd:int" minOccurs="0" /> <xsd:element name="attachment_step" type="xsd:int" minOccurs="0" /> <xsd:element name="attachment_title" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachment_type" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attachmentrow_guid" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="attchment_name" type="xsd:string" minOccurs="0" nillable="true" /> <xsd:element name="employee_name" type="xsd:string" minOccurs="0" nillable="true" /> </xsd:sequence> </xsd:complexType> </xsd:schema> - <xsd:schema targetNamespace="http://xfire.codehaus.org/ArchiveService" elementFormDefault="qualified" attributeFormDefault="qualified"> - <xsd:element name="saveArchive"> - <xsd:complexType> - <xsd:sequence> <xsd:element name="in0" type="ns1:ArchivesInstanceInfo" nillable="true" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> - <xsd:element name="saveArchiveResponse"> - <xsd:complexType> - <xsd:sequence> <xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> - <xsd:element name="saveAttachment"> - <xsd:complexType> - <xsd:sequence> <xsd:element name="in0" type="ns1:ArchivesAttachmentInfo" nillable="true" minOccurs="1" maxOccurs="1" /> <xsd:element name="in1" type="xsd:base64Binary" nillable="true" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> - <xsd:element name="saveAttachmentResponse"> - <xsd:complexType> - <xsd:sequence> <xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> - <wsdl:message name="saveArchiveRequest"> <wsdl:part element="tns:saveArchive" name="parameters" /> </wsdl:message> - <wsdl:message name="saveArchiveResponse"> <wsdl:part element="tns:saveArchiveResponse" name="parameters" /> </wsdl:message> - <wsdl:message name="saveAttachmentRequest"> <wsdl:part element="tns:saveAttachment" name="parameters" /> </wsdl:message> - <wsdl:message name="saveAttachmentResponse"> <wsdl:part element="tns:saveAttachmentResponse" name="parameters" /> </wsdl:message> - <wsdl:portType name="ArchiveServicePortType"> - <wsdl:operation name="saveArchive"> <wsdl:input message="tns:saveArchiveRequest" name="saveArchiveRequest" /> <wsdl:output message="tns:saveArchiveResponse" name="saveArchiveResponse" /> </wsdl:operation> - <wsdl:operation name="saveAttachment"> <wsdl:input message="tns:saveAttachmentRequest" name="saveAttachmentRequest" /> <wsdl:output message="tns:saveAttachmentResponse" name="saveAttachmentResponse" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="ArchiveServiceHttpBinding" type="tns:ArchiveServicePortType"> <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="saveArchive"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="saveArchiveRequest"> <wsdlsoap:body use="literal" /> </wsdl:input> - <wsdl:output name="saveArchiveResponse"> <wsdlsoap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="saveAttachment"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="saveAttachmentRequest"> <wsdlsoap:body use="literal" /> </wsdl:input> - <wsdl:output name="saveAttachmentResponse"> <wsdlsoap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:service name="ArchiveService"> - <wsdl:port binding="tns:ArchiveServiceHttpBinding" name="ArchiveServiceHttpPort"> <wsdlsoap:address location="http://localhost:7001/services/ArchiveService" /> </wsdl:port> </wsdl:service> </wsdl:definitions> > deploy to weblogic813 problem > ----------------------------- > > Key: XFIRE-741 > URL: http://jira.codehaus.org/browse/XFIRE-741 > Project: XFire > Issue Type: Test > Affects Versions: 1.1.2 > Environment: windowsXp ; weblogic813 > Reporter: wangyi > Assigned To: Tomasz Sztelak > Priority: Minor > Attachments: 王 > > > before I deploy my project to weblogic domain, i remove Qname.class from > weblogic.jar ,and add qname.jar into myproject, so it runing > when i run client, it show server run , but client get problem, as > follows:(all of this run good for tomcat) > client: > org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested > exception is org.codehaus.xfire.fault.XFireFault: Couldn't send message. > org.codehaus.xfire.fault.XFireFault: Couldn't send message. > at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89) > at > org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:30) > at > org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:110) > at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75) > at org.codehaus.xfire.client.Client.invoke(Client.java:335) > at > org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77) > at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57) > at $Proxy0.saveArchive(Unknown Source) > at bjczoa.archives.ArchiveClient.main(ArchiveClient.java:41) > Caused by: org.codehaus.xfire.XFireException: Couldn't send message. > at > org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:125) > at > org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:44) > at > org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26) > ... 7 more > Caused by: java.io.IOException: Couldn't find MIME boundary: > ------=_Part_0_6512542.1162478478031 > at > org.codehaus.xfire.attachments.StreamedAttachments.<init>(StreamedAttachments.java:73) > at > org.codehaus.xfire.attachments.StreamedAttachments.<init>(StreamedAttachments.java:43) > at > org.codehaus.xfire.transport.http.CommonsHttpMessageSender.getInMessage(CommonsHttpMessageSender.java:217) > at > org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:118) > ... 9 more > server: > <2006-11-2 下午10时40分42秒 CST> <Info> > <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) > Client VM Version 1.4.2-b28 from Sun Microsystems Inc.> > <2006-11-2 下午10时40分43秒 CST> <Info> > <Configuration Management> <BEA-150016> <This server is being started as the > administration server.> > <2006-11-2 下午10时40分43秒 CST> <Info> > <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 > 16:21:29 PST 2004 471647 > WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 > > <2006-11-2 下午10时40分43秒 CST> <Notice> > <Management> <BEA-140005> <Loading domain configuration from configuration > repository at E:\bea\user_projects\domains\Bjczdomain\config.xml.> > <2006-11-2 下午10时40分45秒 CST> <Notice> <Log > Management> <BEA-170019> <The server log file > E:\bea\user_projects\domains\Bjczdomain\myserver\myserver.log is opened. All > server side log events will be written to this file.> > <2006-11-2 下午10时40分47秒 CST> <Notice> > <Security> <BEA-090082> <Security initializing using security realm myrealm.> > <2006-11-2 下午10时40分47秒 CST> <Notice> > <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for > domain "Bjczdomain"> > <2006-11-2 下午10时40分55秒 CST> <Warning> > <HTTP> <BEA-101164> <User defined class > czj.net.risesoft.sso.listener.SsoAgentListener is not a Listener, as it does > not implement the correct interface(s).> > <2006-11-2 下午10时40分55秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/fn.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 17).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/x.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\FCKeditor-2.1.jar!/META-INF/FCKeditor.tld" > is malformed. Check against the DTD: The content of element type "taglib" > must match "(tlibversion,jspversion?,shortname,uri?,urn?,info?,tag+)". (line > 194, column 10).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/permittedTaglibs.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/c.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/sql.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/scriptfree.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > <2006-11-2 下午10时40分56秒 CST> <Warning> > <HTTP> <BEA-101248> > <[ServletContext(id=18038616,name=risenetoabjcz,context-path=/)]: Deployment > descriptor > "jar:file:E:\bea\user_projects\domains\Bjczdomain\myserver\.wlnotdelete\extract\myserver__appsdir_risenetoabjcz_dir_risenetoabjcz\jarfiles\WEB-INF\lib\standard.jar!/META-INF/fmt.tld" > is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration > of element 'taglib'. (line 6, column 19).> > 正在装载日志配置文件:/WEB-INF/config/RiseNetLog.properties > 正在装载系统配置文件:/WEB-INF/riseconfig.xml > 正在装载授权证书文件:/WEB-INF/license.xml > -- listing properties -- > password= > shutdown=true > username=SA > 系统使用db认证方式登陆,跳过nds认证 > <2006-11-2 下午10时41分02秒 CST> <Notice> > <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "myserver" for > domain "Bjczdomain" running in Development Mode> > <2006-11-2 下午10时41分02秒 CST> <Notice> > <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> > <2006-11-2 下午10时41分02秒 CST> <Notice> > <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on > port 7001, ip address *.*> > 2006-11-02 22:41:10,203 INFO (XmlBeanDefinitionReader.java:163) - Loading > XML bean definitions from class path resource > [org/codehaus/xfire/spring/xfire.xml] > 2006-11-02 22:41:10,281 INFO (XmlBeanDefinitionReader.java:163) - Loading > XML bean definitions from class path resource > [org/codehaus/xfire/spring/customEditors.xml] > 2006-11-02 22:41:11,546 INFO (XmlBeanDefinitionReader.java:163) - Loading > XML bean definitions from class path resource [META-INF/xfire/services.xml] > 2006-11-02 22:41:17,234 INFO (Conn.java:54) - Now is use datasource. It's > RisenetDataSourceJNDIName. > 2006-11-02 22:41:17,765 DEBUG (EventSupport.java:94) - > 调用[0]net.risesoft.risearchives.engine.event.SaveInstanceImpListener于net.risesoft.risearchives.engine.event.OpenInstanceEvent[source=openArchives]事件。 > is anybody help me , thanks a lot ! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
