I am a beginer to JBOSS ESB, it's really wonderful to work on different features of it .
pls help me to solve this issue.
for this i downloaded Galileo , Jboss ESB 4.7 and installed ESB and AS Tools .
<?xml version="1.0" encoding="UTF-8"?>
<services>
<service category="Proxy_Basic" name="Proxy"
description="Basic WebService Proxy"
invmScope="GLOBAL">
<listeners>
<http-gateway name="Proxy_Basic-GwListener" />
</listeners>
<actions mep="RequestResponse">
<action name="echo-request"
class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value="Message before SOAPProxy" />
</action>
<action name="proxy"
class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy">
<property name="http.proxyHost" value="XXXX"/>
<property name="http.proxyPort" value="XXXX"/>
</action>
<action name="echo-response"
class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value="Message after SOAPProxy" />
</action>
</actions>
</service>
</services>
</jbossesb>
Application deployed succesfully
but while calling from client program its giving Response Code 500 and
</pre></p><p><b>root cause</b> <pre>org.jboss.soa.esb.couriers.FaultMessageException: org.jboss.soa.esb.actions.ActionProcessingException: null transport for soapaction [""], operation [{http://www.webservicex.net/}GetQuote], binding [null]