I will repost the WSDL here:

  | 
  | <?xml version="1.0" encoding="UTF-8"?>
  | <wsdl:definitions targetNamespace="urn:ws.kgb.itude.com" 
xmlns:impl="urn:ws.kgb.itude.com" xmlns:intf="urn:ws.kgb.itude.com" 
xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns2="urn:generated.ws.kgb.itude.com" 
xmlns:tns1="urn:plsql.generated.ws.kgb.itude.com" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  | <!--WSDL created by Apache Axis version: 1.3
  | Built on Oct 05, 2005 (05:23:37 EDT)-->
  |  <wsdl:types>
  |   <schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="urn:ws.kgb.itude.com" elementFormDefault="qualified">
  |    <import namespace="urn:generated.ws.kgb.itude.com"/>
  |    <import namespace="urn:plsql.generated.ws.kgb.itude.com"/>
  |    <element name="Sportverenigingid" type="xsd:decimal"/>
  |    <complexType name="ArrayOf_xsd_string">
  |     <sequence>
  |      <element name="item" type="xsd:string" minOccurs="0" 
maxOccurs="unbounded"/>
  |     </sequence>
  |    </complexType>
  |    <element name="slctVerDtlReturn" 
type="tns1:WsSptVSportverenigingDetaiSlctVerDtlReturn"/>
  |    <element name="fault" 
type="tns2:SptVSportverenigingDetailFactoryServiceException"/>
  |   </schema>
  |   <schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="urn:plsql.generated.ws.kgb.itude.com" 
elementFormDefault="qualified">
  |    <import namespace="urn:ws.kgb.itude.com"/>
  |    <import namespace="urn:generated.ws.kgb.itude.com"/>
  |    <complexType name="DhgThemaWsSptVSportverenigingDetaiTMasterRecordAttrs">
  |     <sequence>
  |      <element name="Naam" nillable="true" type="xsd:string"/>
  |      <element name="Straat" nillable="true" type="xsd:string"/>
  |      <element name="Huisnummer" nillable="true" type="xsd:decimal"/>
  |      <element name="Huisletter" nillable="true" type="xsd:string"/>
  |      <element name="Toevoeging" nillable="true" type="xsd:string"/>
  |      <element name="Postcode" nillable="true" type="xsd:string"/>
  |      <element name="Woonplaats" nillable="true" type="xsd:string"/>
  |      <element name="Contactpersoon" nillable="true" type="xsd:string"/>
  |      <element name="Tel" nillable="true" type="xsd:string"/>
  |      <element name="Email" nillable="true" type="xsd:string"/>
  |      <element name="Website" nillable="true" type="xsd:string"/>
  |     </sequence>
  |    </complexType>
  |    <complexType name="WsSptVSportverenigingDetaiSlctVerDtlReturn">
  |     <sequence>
  |      <element name="masterResult" nillable="true" 
type="tns1:DhgThemaWsSptVSportverenigingDetaiTMasterRecordAttrs"/>
  |      <element name="detailResult" nillable="true" 
type="impl:ArrayOf_xsd_string"/>
  |     </sequence>
  |    </complexType>
  |   </schema>
  |   <schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="urn:generated.ws.kgb.itude.com" elementFormDefault="qualified">
  |    <import namespace="urn:ws.kgb.itude.com"/>
  |    <import namespace="urn:plsql.generated.ws.kgb.itude.com"/>
  |    <complexType name="SptVSportverenigingDetailFactoryServiceException">
  |     <sequence>
  |      <element name="detailMessage" nillable="true" type="xsd:string"/>
  |     </sequence>
  |    </complexType>
  |   </schema>
  |  </wsdl:types>
  | 
  |    <wsdl:message name="SptVSportverenigingDetailFactoryServiceException">
  | 
  |       <wsdl:part name="fault" element="impl:fault"/>
  | 
  |    </wsdl:message>
  | 
  |    <wsdl:message name="slctVerDtlResponse">
  | 
  |       <wsdl:part name="slctVerDtlReturn" element="impl:slctVerDtlReturn"/>
  | 
  |    </wsdl:message>
  | 
  |    <wsdl:message name="slctVerDtlRequest">
  | 
  |       <wsdl:part name="Sportverenigingid" element="impl:Sportverenigingid"/>
  | 
  |    </wsdl:message>
  | 
  |    <wsdl:portType name="SptVSportverenigingDetailFactoryServiceInterface">
  | 
  |       <wsdl:operation name="slctVerDtl">
  | 
  |          <wsdl:input name="slctVerDtlRequest" 
message="impl:slctVerDtlRequest"/>
  | 
  |          <wsdl:output name="slctVerDtlResponse" 
message="impl:slctVerDtlResponse"/>
  | 
  |          <wsdl:fault 
name="SptVSportverenigingDetailFactoryServiceException" 
message="impl:SptVSportverenigingDetailFactoryServiceException"/>
  | 
  |       </wsdl:operation>
  | 
  |    </wsdl:portType>
  | 
  |    <wsdl:binding name="SPT_V_SPORTVERENIGING_DETAILSoapBinding" 
type="impl:SptVSportverenigingDetailFactoryServiceInterface">
  | 
  |       <wsdlsoap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
  | 
  |       <wsdl:operation name="slctVerDtl">
  | 
  |          <wsdlsoap:operation soapAction=""/>
  | 
  |          <wsdl:input name="slctVerDtlRequest">
  | 
  |             <wsdlsoap:body use="literal"/>
  | 
  |          </wsdl:input>
  | 
  |          <wsdl:output name="slctVerDtlResponse">
  | 
  |             <wsdlsoap:body use="literal"/>
  | 
  |          </wsdl:output>
  | 
  |          <wsdl:fault 
name="SptVSportverenigingDetailFactoryServiceException">
  | 
  |             <wsdlsoap:fault 
name="SptVSportverenigingDetailFactoryServiceException" use="literal"/>
  | 
  |          </wsdl:fault>
  | 
  |       </wsdl:operation>
  | 
  |    </wsdl:binding>
  | 
  |    <wsdl:service 
name="SptVSportverenigingDetailFactoryServiceInterfaceService">
  | 
  |       <wsdl:port name="SPT_V_SPORTVERENIGING_DETAIL" 
binding="impl:SPT_V_SPORTVERENIGING_DETAILSoapBinding">
  | 
  |          <wsdlsoap:address 
location="http://195.86.21.39/KgbSptWS/services/SPT_V_SPORTVERENIGING_DETAIL"/>
  | 
  |       </wsdl:port>
  | 
  |    </wsdl:service>
  | 
  | </wsdl:definitions>
  | 
  | 

The version of JBoss used / tested are 4.02 and 4.03SP1


Thanks for your reply
Karl


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to