Hi, I'm trying to use a credit card service over axis2 1.4, and I'm
trying to use the <transports> option in the services.xml to only let
it accept connections over my https transport.

<serviceGroup>
    <service name="CreditCardService">
        <transports>
                <transport>https</transport>
        </transports>

        <and more specific configs go here />

        </operation>
    </service>
</serviceGroup>

Instead of this working, it exposes the service to both http and
https, but I get a 500 error when I go to either url:

org.apache.axis2.AxisFault: Server does not have an epr for the wsdl
epr==>http://www.company.com/ecom/creditCardService
org.apache.axis2.description.AxisService.getLocationURI
(AxisService.java:1438)

Any advice or suggestions would be _great_.

Reply via email to