I am having the same problem and my wsdl looks like the following.
  Here is my wscompile step.  Do I have to change anything?

C:\Sun\jwsdp-1.6\jaxrpc\bin\wscompile.bat -source 1.1.2 -features:rpcliteral -d 
W:\projects\tis\webServices\web\WEB-INF\classes -nd 
W:\projects\tis\webServices\web\WEB-INF\wsdl -s 
W:\projects\tis\webServices\web\src -g -gen:server -keep -mapping 
W:\projects\tis\webServices\web\WEB-INF\mappings\mapping.xml -verbose 
-Xprintstacktrace W:\projects\tis\webServices\web\config.xml -classpath 
W:\projects\tis\webServices\web\WEB-INF\classes


<?xml version="1.0" encoding="UTF-8"?>
<definitions name="HelloService" targetNamespace="http://mil.tis.demo/"; 
xmlns:tns="http://mil.tis.demo/"; xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:ns2="http://mil.tis.demo.types/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  
    <schema targetNamespace="http://mil.tis.demo.types/"; 
xmlns:tns="http://mil.tis.demo.types/"; 
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
      
        
          
      
    
  
  
  
    
  
  
    
  
  
    
  
    
  
    
      
      
    
      
      
    
      
      
  
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; style="rpc"/>
    
      <soap:operation soapAction=""/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
    
      <soap:operation soapAction=""/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
    
      <soap:operation soapAction=""/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
      
        <soap:body use="literal" namespace="http://mil.tis.demo/"/>
  
    
      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>


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

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


-------------------------------------------------------
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