[jboss-dev-forums] [Design of JBoss ESB] - Re: A problem about soapAction and wsdl in JBossESB

desbonns62 do-not-reply at jboss.com
Fri Apr 17 08:39:20 EDT 2009


Hi,

I had the same problem today: my wsdl was on port 8081 but when Jboss was sending soap messages, the endpoint port was 80 and the message connection refused follows.

I didn't really understood what I did but I solved my problem.
I suppose that it's not a Jboss problem.
I did my test with Axis2 and I saw that the port was wrong in the wsdl. By reading again the previous post we can see in the wsdl file

<wsdl:port name="ESBServiceHttpport" binding="axis2:ESBServiceHttpBinding">
  |   <http:address location="http://211.87.226.219:80/axis2/services/ESBService" />
  |  </wsdl:port>

So the wsdl is wrong (port 80). After restarting my tomcat server and made few changes in the axis2.xml file (on port and disable soap12 and REST) my problem was solved.

maybe it will help someone...


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

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



More information about the jboss-dev-forums mailing list