You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Eric Dofonsou <ew...@yahoo.com> on 2006/04/03 22:09:10 UTC

Bug in the servicemix-http component

I was wondering  if this is a bg or if I'am doing
something wrong when I tried to generate stub's from a
servicemix-jsr181 component, the WSDL generated has a
bad transport attribut with fails when the ws-import
task is called.  here is the current binding transport
value :

transport=http://java.sun.com/xml/ns/jbi/binding/service+engine

This fails when trying to generate the stub source
code since this is not a valid transport.  Output from
the console : 
 [wsimport] warning: ignoring SOAP port
"LogServicePort": unrecognized transport
 [wsimport] warning: Service "LogService" does not
contain any usable ports

The tranport should be :
<wsdlsoap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" /> 

So my real question is: is this considered a bug and
if so can I open a JIRA (I don't think its any longer
called this).

PS: I've also got the fix for it.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Bug in the servicemix-http component

Posted by Guillaume Nodet <gn...@gmail.com>.
Yes, please raise a JIRA and attach your patch.
Thanks,

Guillaume Nodet

On 4/3/06, Eric Dofonsou <ew...@yahoo.com> wrote:
>
> I was wondering  if this is a bg or if I'am doing
> something wrong when I tried to generate stub's from a
> servicemix-jsr181 component, the WSDL generated has a
> bad transport attribut with fails when the ws-import
> task is called.  here is the current binding transport
> value :
>
> transport=http://java.sun.com/xml/ns/jbi/binding/service+engine
>
> This fails when trying to generate the stub source
> code since this is not a valid transport.  Output from
> the console :
>  [wsimport] warning: ignoring SOAP port
> "LogServicePort": unrecognized transport
>  [wsimport] warning: Service "LogService" does not
> contain any usable ports
>
> The tranport should be :
> <wsdlsoap:binding style="document"
> transport="http://schemas.xmlsoap.org/soap/http" />
>
> So my real question is: is this considered a bug and
> if so can I open a JIRA (I don't think its any longer
> called this).
>
> PS: I've also got the fix for it.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>