On 5/17/07, Benamin <[EMAIL PROTECTED]> wrote:

Would this be the way to create my QName for the following http provider
xbean:

QName identityService = new
QName("http://servicemix.apache.org/servicemanagerassembly";,
         "httpService");

Yes, that namespace URI is now well-formed.

xbean.xml:

beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:sm="http://servicemix.apache.org/servicemanagerassembly";>

  <http:endpoint service="sm:httpService"
                 endpoint="soap"
                 role="provider"
                 locationURI="http://localhost:8192/NSRService/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true"
                 wsdlResource="http://localhost:8192/NSRService/main.wsdl";
                 soapAction="getNSR" />

</beans>

The only question I have is about the soapAction attribute. I don't
believe it has much affect unless you're using a SOAP stack that
utilizes it but it doesn't hurt anything to set it.

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

Reply via email to