Hi Guillaume

what do you mean exactly by "change the uri to something"

where do I jave to change this, in the subscription request sent to the
broker or in xbean.xml file.

Thanks

YVDL


gnodet wrote:
> 
> I think it does ;-)
> The address of the subscriber in the request follows the usual URI in
> ServiceMix.
> It is used to resolve the endpoint, so if you want to go through an
> http endpoint explicitely defined, you need to change the uri to
> something like:
>    service:http://xmlns.oracle.com/NotifConsumer/NotifConsumer
> because the service QName of the provider endpoint you define is
>   {http://xmlns.oracle.com/NotifConsumer}:NotifConsumer
> 
> On Thu, Apr 17, 2008 at 1:52 PM, yvdl <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi Guillaume
>>
>> Here is the SOAP message I did send (using SOAPUI) to the SMX-wsn broker
>> in
>> order to subscribe my BPEL process
>>
>>
>> <soapenv:Envelope
>>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
>>  xmlns:b="http://docs.oasis-open.org/wsn/b-2";
>>  xmlns:add="http://www.w3.org/2005/08/addressing";>
>>   <soapenv:Header/>
>>   <soapenv:Body>
>>      <b:Subscribe>
>>         <b:ConsumerReference>
>>
>> <add:Address>http://sany.spacebel.be/orabpel/lbn/NotifConsumer/1.0</add:Address>
>>         </b:ConsumerReference>
>>         <b:Filter>
>>           <b:TopicExpression
>> Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Simple";>
>>              myTopic
>>           </b:TopicExpression>
>>         </b:Filter>
>>      </b:Subscribe>
>>   </soapenv:Body>
>> </soapenv:Envelope>
>>
>> Hope this can help
>>
>> YVDL
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SM-WSN2005%3A-Broker-does-not-set-SOAPAction-field-value-tp16583522p16761444.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to