1 2 Previous Next 15 Replies Latest reply on Jul 28, 2010 11:29 AM by dward

    SOAPProxy in ESB 4.7

      I've recently updated to ESB 4.7 and am trying to use the SOAPProxy class.  I've worked off the jboss provided example (http://jbossesb.blogspot.com/2009_11_01_archive.html) and everything works as expected except an http endpoint is not created in the contracts list.  The invm endpoint is created, and I can make calls through it using SOAP UI but I'd like the http endpoint like in the example, so I can provide a wsdl to customers.  Any insight on why this isn't being created?  Thank you for your help.

       

       <?xml version="1.0" encoding="UTF-8"?>
       <jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd" parameterReloadSecs="5">
         <services>
           <service category="Stock" name="Quote" description="Stock Quote" invmScope="GLOBAL">
             <listeners>
               <http-gateway name="StockQuote-GwListener"/>
             </listeners>
             <actions mep="RequestResponse">
               <action name="proxy" class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy">
                 <property name="wsdl" value="http://209.162.186.60/stockquote.asmx?WSDL"/>
               </action>
             </actions>
           </service>
         </services>
       </jbossesb>
      

       

      jonathan

        1 2 Previous Next