sorry it seems there is somes mod for xml ...

i put it again :

?
  |     <definitions name="wsSiteBeanService" targetNamespace="http://wsSite/";>
  | <types/>
  | ?
  |     <message name="wsSite_getDelaiProduitResponse">
  | <part name="return" type="xsd:int"/>
  | </message>
  | ?
  |     <message name="wsSite_getPrixProduit">
  | <part name="arg0" type="xsd:string"/>
  | </message>
  | ?
  |     <message name="wsSite_getPrixProduitResponse">
  | <part name="return" type="xsd:double"/>
  | </message>
  | ?
  |     <message name="wsSite_getDelaiProduit">
  | <part name="arg0" type="xsd:string"/>
  | </message>
  | ?
  |     <portType name="wsSite">
  | ?
  |     <operation name="getDelaiProduit" parameterOrder="arg0">
  | <input message="tns:wsSite_getDelaiProduit"/>
  | <output message="tns:wsSite_getDelaiProduitResponse"/>
  | </operation>
  | ?
  |     <operation name="getPrixProduit" parameterOrder="arg0">
  | <input message="tns:wsSite_getPrixProduit"/>
  | <output message="tns:wsSite_getPrixProduitResponse"/>
  | </operation>
  | </portType>
  | ?
  |     <binding name="wsSiteBinding" type="tns:wsSite">
  | <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  | ?
  |     <operation name="getDelaiProduit">
  | <soap:operation soapAction=""/>
  | ?
  |     <input>
  | <soap:body namespace="http://wsSite/"; use="literal"/>
  | </input>
  | ?
  |     <output>
  | <soap:body namespace="http://wsSite/"; use="literal"/>
  | </output>
  | </operation>
  | ?
  |     <operation name="getPrixProduit">
  | <soap:operation soapAction=""/>
  | ?
  |     <input>
  | <soap:body namespace="http://wsSite/"; use="literal"/>
  | </input>
  | ?
  |     <output>
  | <soap:body namespace="http://wsSite/"; use="literal"/>
  | </output>
  | </operation>
  | </binding>
  | ?
  |     <service name="wsSiteBeanService">
  | ?
  |     <port binding="tns:wsSiteBinding" name="wsSiteBeanPort">
  | <soap:address location="http://localhost:8080/SiteMarchand-ejb/wsSiteBean"/>
  | </port>
  | </service>
  | </definitions>

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

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

Reply via email to