Here's the WSDL (note that I have created this for testing, so it is simple, 
but a representation of the type of WS-* imports that are used).  I will post 
the stack trace as a separat reply...


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <wsdl:definitions
  | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
  | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
  | xmlns:xs="http://www.w3.org/2001/XMLSchema";
  | xmlns:tns="http://itag.wswg.testing.test";
  | targetNamespace="http://itag.wswg.testing.test";
  | name="TestingServiceWSDL">
  | 
  | <wsdl:types>
  |     <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://itag.wswg.testing.test"; 
xmlns="http://itag.wswg.testing.test"; elementFormDefault="qualified">
  |             <xs:complexType name="CreateTestInputT">
  |                     <xs:sequence>
  |                             <xs:element name="createInput" 
type="xs:string"/>
  |                             <xs:element name="createInputx" 
type="xs:string"/>
  |                     </xs:sequence>
  |             </xs:complexType>
  |             <xs:element name="CreateTestInput" type="tns:CreateTestInputT"/>
  |             <xs:complexType name="CreateTestOutputT">
  |                     <xs:sequence>
  |                             <xs:element name="createOutput" 
type="xs:string"/>
  |                             <xs:any namespace="##any" processContents="lax" 
minOccurs="0" maxOccurs="1"/>
  |                     </xs:sequence>
  |             </xs:complexType>
  |             <xs:element name="CreateTestOutput" 
type="tns:CreateTestOutputT"/>
  |             <xs:complexType name="TerminateTestInputT">
  |                     <xs:sequence>
  |                             <xs:element name="terminateInput" 
type="xs:string"/>
  |                     </xs:sequence>
  |             </xs:complexType>
  |             <xs:element name="TerminateTestInput" 
type="tns:TerminateTestInputT"/>
  |             <xs:complexType name="TerminateTestOutputT">
  |                     <xs:sequence>
  |                             <xs:element name="terminateOutput" 
type="xs:string"/>
  |                     </xs:sequence>
  |             </xs:complexType>
  |             <xs:element name="TerminateTestOutput" 
type="tns:TerminateTestOutputT"/>
  |             <xs:complexType name="SomeHeaderValueT">
  |                     <xs:sequence>
  |                             <xs:element name="someHeaderValue" 
type="xs:string"/>
  |                     </xs:sequence>
  |             </xs:complexType>
  |             <xs:element name="SomeHeaderValue" type="tns:SomeHeaderValueT"/>
  |     </xs:schema>
  | </wsdl:types>
  | 
  | 
  | <wsdl:message name="CreateTest">
  |   <wsdl:part name="createTest" element="tns:CreateTestInput"/>
  | </wsdl:message>
  | <wsdl:message name="CreateTestResponse">
  |   <wsdl:part name="createTestResponse" element="tns:CreateTestOutput"/>
  | </wsdl:message>
  | <wsdl:message name="TerminateTest">
  |   <wsdl:part name="terminateTest" element="tns:TerminateTestInput"/>
  | </wsdl:message>
  | <wsdl:message name="TerminateTestResponse"/>
  | <wsdl:message name="SomeHeader">
  |   <wsdl:part name="someHeader" element="tns:SomeHeaderValue" />
  | </wsdl:message>
  | 
  |  <wsdl:portType name="TestingServicePort">
  |   <wsdl:operation name="CreateTest">
  |     <wsdl:input message="tns:CreateTest"/>
  |     <wsdl:output message="tns:CreateTestResponse"/>
  |   </wsdl:operation>
  |   <wsdl:operation name="TerminateTest">
  |     <wsdl:input message="tns:TerminateTest"/>
  |     <wsdl:output message="tns:TerminateTestResponse"/>
  |   </wsdl:operation>
  | </wsdl:portType>
  | 
  | <wsdl:binding name="TestingServiceSoap" type="tns:TestingServicePort">
  |   <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
  |   <wsdl:operation name="CreateTest">
  |       <soap:operation 
soapAction="http://itag.wswg.testing.test/CreateTest"/>
  |       <wsdl:input>
  |           <soap:header message="tns:SomeHeader" part="someHeader" 
use="literal"/>
  |           <soap:body use="literal"/>
  |       </wsdl:input>
  |       <wsdl:output>
  |           <soap:body use="literal"/>
  |       </wsdl:output>
  |   </wsdl:operation>
  |   <wsdl:operation name="TerminateTest">
  |       <soap:operation 
soapAction="http://itag.wswg.testing.test/TerminateTest"/>
  |       <wsdl:input>
  |           <soap:body use="literal"/>
  |       </wsdl:input>
  |       <wsdl:output>
  |           <soap:body use="literal"/>
  |       </wsdl:output>
  |   </wsdl:operation>
  | </wsdl:binding>
  | 
  | <wsdl:service name="TestingServiceService">
  |   <wsdl:port name="TestingServicePort" binding="tns:TestingServiceSoap">
  |       <soap:address 
location="http://localhost:8080/rm/itag/wswg/tesing/test/services/TestingService"/>
  |   </wsdl:port>
  | </wsdl:service>
  | 
  | </wsdl:definitions>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954301#3954301

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954301

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to