With primitives everything works fine.
I have changed the argument for WebMethod to simple class with two attributes 
and get/set methods. My wsdl file:

<definitions name="MyService" targetNamespace="http://org.mazurek.ws/jsr181ejb"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://org.mazurek.ws/jsr181ejb"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
  <schema elementFormDefault="qualified" 
targetNamespace="http://org.mazurek.ws/jsr181ejb"; 
xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns="http://org.mazurek.ws/jsr181ejb"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   
    
     
     
    
   

  
 
 
  
 
 
  
 
 

  
 
 
  
 
 
  
   
   

  
  
   
   
  
 
 
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  

   <soap:operation soapAction=""/>
   
    <soap:body namespace="http://org.mazurek.ws/jsr181ejb"; use="literal"/>
   
   
    <soap:body namespace="http://org.mazurek.ws/jsr181ejb"; use="literal"/>
   
  
  

   <soap:operation soapAction=""/>
   
    <soap:body namespace="http://org.mazurek.ws/jsr181ejb"; use="literal"/>
   
   
    <soap:body namespace="http://org.mazurek.ws/jsr181ejb"; use="literal"/>
   
  
 

 
  
   <soap:address location="http://adam:8080/jsr181ejb/EJB3Bean"/>
  
 


Maybe it is something wrong with namespaces in   element?
I don't believe that no one knows the answer for my problem :(


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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to