bsnyder wrote:
>
> On 5/16/07, Benamin <[EMAIL PROTECTED]> wrote:
>
>>Well it's probably line 289 then as it would seem that 284 is the
>> method signature line, correct? This is nearly impossible to
>> troubleshoot without a test of some sort, but I hazard a guess that
>> there's something wrong with the identityExchange, quite possibly the
>> identityService QName. I believe that the format of the namespace URI
>> is invalid (NSR:NSRService). Namespace URIs should match one of the
>> following example formats:
>>
>> 1) http://mycompany.com/foo/2.1
>>
>> 2) urn:com:mycompany:foo:2.1
>>
>> 3) ftp://mycompany.com/foo/2.1
>
>
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");
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>
--
View this message in context:
http://www.nabble.com/SE-that-continually-reads-and-sends-data-tf3764809s12049.html#a10671850
Sent from the ServiceMix - User mailing list archive at Nabble.com.