Hallo,

I need some schema definitions in my wsdl.
It should look like:


  | <definitions 
xmlns:tns="http://cardservice.handler.jaxws.company.com/service"; 
  |     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
  |     xmlns="http://schemas.xmlsoap.org/wsdl/"; 
  |     xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
  |     xmlns:ns1="http://cardservice.handler.jaxws.company.com/creditcard"; 
  |     xmlns:ns2="http://cardservice.handler.jaxws.company.com/exception"; 
  |     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
  |     targetNamespace="http://cardservice.handler.jaxws.company.com/service"; 
  |     name="CardService">
  |     <types>
  |         <schema 
targetNamespace="http://cardservice.handler.jaxws.company.com/service"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  |             <import schemaLocation="CreditCardAuthorization.xsd" 
namespace="http://cardservice.handler.jaxws.company.com/creditcard"; id="ns1"/>
  |             <import schemaLocation="FaultInfo.xsd" 
namespace="http://cardservice.handler.jaxws.company.com/exception"; id="ns2"/>
  |         </schema>
  |     </types>
  | 
  | 

I need this, because my DelphiClient don't understand the soap-message from 
jbossws. As I have found on the net there are problems with namespace 
declarations.

Is it possible to write any annotations to get this wsdl?
Or do I have to deploy my own wsdl file with the webservice?

Thank you,
Werner


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024047
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to