Simples Assim

How to Publish a JBossESB 4.7 Service as a Web Service

leave a comment »

<?xml version="1.0" encoding="UTF-8"?>
<jbossesb ...>
  <services>
    <service category="Sample" name="SampleService" description="Sample Service">
      <listeners>
        <http-gateway name="HTTP" />
      </listeners>
      <actions inXsd="/xsd/Sample.xsd" outXsd="/xsd/SampleResponse.xsd" faultXsd="/xsd/SampleFault.xsd">
        ...
      </actions>
    </service>
  </services>
</jbossesb>

Refer to page 44 of the Programmers Guide.

Advertisement

Written by Fernando Ribeiro

December 24, 2009 at 6:25 pm

Posted in Software

Tagged with

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 781 other followers