gnodet wrote:
> 
> The problem is in the jbi descriptor for the SU.
> Iirc, this problem has been fixed. Which version do you use ?
> Also, you can try to disable the jbi.xml generation for the SU
> by adding the following in the pom for your SU
> 
> 
>   <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.servicemix.tooling</groupId>
>         <artifactId>jbi-maven-plugin</artifactId>
>         <version>${servicemix-version}</version>
>         <extensions>true</extensions>
>         <inherited>true</inherited>
>         <configuration>
>           <generateJbiDescriptor>false</generateJbiDescriptor>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
> 
> 

Ok, that fixed that problem.  Now back to my original problem.  I am trying
to post a message over http to my component and get a response back.  I am
using the client.html file located in the wsdl-first directory.  I'm not
exactly sure how to format the request.  Do I need to create a wsdl file
like in the WSDL-First example?
Any advice??? thanks.



-- 
View this message in context: 
http://www.nabble.com/Questions-about-Hello-World-Example-tf3036579s12049.html#a8572703
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to