sorry but i could not see what s wrong. here are wsdl und wsdd under 
${jboss.data.dir}


[list=]<deployment
 xmlns='http://xml.apache.org/axis/wsdd/'
 xmlns:java='http://xml.apache.org/axis/wsdd/providers/java'
 xmlns:soap='http://schemas.xmlsoap.org/soap/encoding/'
 xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
 xmlns:xsd='http://www.w3.org/2001/XMLSchema'>



  
  

  <operation name='callServiceString' 
    qname='ns1:callServiceString'
   returnQName='callServiceStringReturn'
     returnType='xsd:string' 
xmlns:ns1='http://interfaces.services.web.tuberlin.de' >
    
    
    <parameter name='in2' qname='in2' mode='IN' type='ns1:ArrayOf_xsd_string' 
   xmlns:ns1='http://interfaces.services.web.tuberlin.de' />
  

  <typeMapping
    qname='ns1:ArrayOf_xsd_string'
    xmlns:ns1='http://interfaces.services.web.tuberlin.de'
    type='java:de.tuberlin.web.services.ArrayOf_xsd_string'
    serializer='org.apache.axis.encoding.ser.BeanSerializerFactory'
    deserializer='org.apache.axis.encoding.ser.BeanDeserializerFactory'
    encodingStyle=''>
  





the wsdl

[list=]<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://interfaces.services.web.tuberlin.de"; 
xmlns:impl="http://interfaces.services.web.tuberlin.de"; 
xmlns:intf="http://interfaces.services.web.tuberlin.de"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://schemas.xmlsoap.org/wsdl/";>
  <wsdl:types>
    
   
   
    
     
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
     
    
   
  
  </wsdl:types>
  <wsdl:message name="callServiceStringRequest">
    <wsdl:part name="in0" type="xsd:string"/>
    <wsdl:part name="in1" type="xsd:string"/>
    <wsdl:part name="in2" type="impl:ArrayOf_xsd_string"/>
  </wsdl:message>
  <wsdl:message name="callServiceStringResponse">
    <wsdl:part name="callServiceStringReturn" type="xsd:string"/>
  </wsdl:message>
  <wsdl:portType name="ToolWebPlug">
    <wsdl:operation name="callServiceString" parameterOrder="in0 in1 in2">
      <wsdl:input name="callServiceStringRequest" 
message="impl:callServiceStringRequest"/>
      <wsdl:output name="callServiceStringResponse" 
message="impl:callServiceStringResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ToolWebPlugSoapBinding" type="impl:ToolWebPlug">
    <wsdlsoap:binding style="rpc" 
transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="callServiceString">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="callServiceStringRequest">
        <wsdlsoap:body use="literal" 
namespace="http://interfaces.services.web.tuberlin.de"/>
      </wsdl:input>
      <wsdl:output name="callServiceStringResponse">
        <wsdlsoap:body use="literal" 
namespace="http://interfaces.services.web.tuberlin.de"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ToolWebPlugService">
    <wsdl:port name="ToolWebPlug" binding="impl:ToolWebPlugSoapBinding">
      <wsdlsoap:address 
location="http://localhost:8080/simple-ws4ee/exactpath/jse"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

the method callServiceString :

public String callServiceString(String service, String method, String[] params)

thanks

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to