You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "Zhao, Ying (IT)" <Y....@morganstanley.com> on 2006/08/24 17:21:25 UTC

Anyone ever able to install/run soap-binding (with http bc)?

Hi,

I haven't been able to run soap binding example with http binding bc
ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 08/23,
the lastest. Still no luck. Any ideas?

BTW the soap-binding example is not there any more.

Thanks,
-Ying
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

RE: Anyone ever able to install/run soap-binding (with http bc)?

Posted by "Zhao, Ying (IT)" <Y....@morganstanley.com>.
Basically, I installed jsr181 and http bc and deployed soap-demo.sa. It
all seemed to start and I checked from Jconsole. But when I clicked the
"submit" botton on "client.html", nothing happened. No response.

Ying
-----Original Message-----
From: Alex Boisvert [mailto:boisvert@intalio.com] 
Sent: Friday, August 25, 2006 2:16 PM
To: servicemix-users@geronimo.apache.org
Subject: Re: Anyone ever able to install/run soap-binding (with http
bc)?


I have not tried the SOAP binding examples from ServiceMix but I've had
success deploying my own WSDLs with SOAP binding using the
servicemix-http component.

Perhaps you can tell you what you're doing more specificaly and what
doesn't work for you?

alex

Zhao, Ying (IT) wrote:
> Hi,
>
> I haven't been able to run soap binding example with http binding bc 
> ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 
> 08/23, the lastest. Still no luck. Any ideas?
>
> BTW the soap-binding example is not there any more.
>
> Thanks,
> -Ying
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
does not intend to waive confidentiality or privilege. Use of this email
is prohibited when received in error.
>
>
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

Re: Anyone ever able to install/run soap-binding (with http bc)?

Posted by Alex Boisvert <bo...@intalio.com>.
I have not tried the SOAP binding examples from ServiceMix but I've had 
success deploying my own WSDLs with SOAP binding using the 
servicemix-http component.

Perhaps you can tell you what you're doing more specificaly and what 
doesn't work for you?

alex

Zhao, Ying (IT) wrote:
> Hi,
>
> I haven't been able to run soap binding example with http binding bc
> ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 08/23,
> the lastest. Still no luck. Any ideas?
>
> BTW the soap-binding example is not there any more.
>
> Thanks,
> -Ying
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
>
>   


RE: Anyone ever able to install/run soap-binding (with http bc)?

Posted by "Zhao, Ying (IT)" <Y....@morganstanley.com>.
Hi Guillaume,

Thanks! I will wait your documentation about deployment specially with
ant :)

-Ying 

-----Original Message-----
From: Guillaume Nodet [mailto:gnodet@gmail.com] 
Sent: Thursday, August 24, 2006 1:15 PM
To: servicemix-users@geronimo.apache.org
Subject: Re: Anyone ever able to install/run soap-binding (with http
bc)?

The new maven examples, and in particular those who use standard jbi
packaging are here just to show that you can deploy them in a jbi
standard way : ie, use ant tasks to deploy them to an already running
container.  This may not be ovious when you launch the
   jbi:deployProject
command, but this is what happen.  This command just uses the ant tasks
under the cover.  Feel free to use them from the command line if you
wish, you will achieve the same thing.

You can still download the pre-built service assembly and deploy it
either by:
  * copying it in the deploy directory
  * using ant tasks
  * using a jmx console

That said, i will write some docs in the REAME explaining how to
download and deploy (but not build) the examples using ant, jmx or
hot-deploy.

Does it sounds reasonable ?


On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> So does this mean there is no way that we can adopt servicemix for 
> hot-deployment/soap-binding/wsdl-first test?
>
> This all comes from the answer to hot-deployment. Somebody pointed me 
> to soap-binding example. Now I am getting no where.
>
> To me if servicemix did what it claimed to have fully implmented 
> hot-deloyment based on JBI spec is:
>
> 1. no whatever servicemix.xml on command line when the container 
> starts (one default hidden in classpath is all). The cmd could only be

> bin\ervicemix.bat. We can't offer to stop the container and add 
> servicemix.xml on cmd line to just run another exampleconfigure the 
> container by servicemix.xml according to earilier threads.
>
> 2. no mvn in the middle in order to either install or run a se/bc 
> component.
>
> Thanks,
> -Ying
>
> -----Original Message-----
> From: Guillaume Nodet [mailto:gnodet@gmail.com]
> Sent: Thursday, August 24, 2006 12:34 PM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: Anyone ever able to install/run soap-binding (with http 
> bc)?
>
> See
> http://www.nabble.com/Why-do-examples-need-maven-to-run-tf2157824.html
>
>
> On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> >
> > I don't have mvn installed. I downloaded the snapshot, what extra 
> > steps do I have to run?
> >
> > "mvn install" caused problem: shouldn't there be a simpler way to 
> > start by just using ant?
> >
> > C:\apache-servicemix-3.0-incubating-SNAPSHl-first\examples\wsdl-firs
> > t>
> > mv
> > n install
> > 'mvn' is not recognized as an internal or external command, operable

> > program or batch file.
> >
> > -Ying
> >
> > -----Original Message-----
> > From: Guillaume Nodet [mailto:gnodet@gmail.com]
> > Sent: Thursday, August 24, 2006 11:41 AM
> > To: servicemix-users@geronimo.apache.org
> > Subject: Re: Anyone ever able to install/run soap-binding (with http

> > bc)?
> >
> > If it' s not there, it may the reason why you can not run it ;)
> >
> > Seriously, the soap-binding example has been superseeded by the 
> > wsdl-first example in the latest distributions.
> >
> > Could you try it and report the errors you have if any ?
> >
> > On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> > >
> > > Hi,
> > >
> > > I haven't been able to run soap binding example with http binding 
> > > bc
>
> > > ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 
> > > 08/23, the lastest. Still no luck. Any ideas?
> > >
> > > BTW the soap-binding example is not there any more.
> > >
> > > Thanks,
> > > -Ying
> > > --------------------------------------------------------
> > >
> > > NOTICE: If received in error, please destroy and notify sender.
> > > Sender
> >
> > > does not intend to waive confidentiality or privilege. Use of this

> > > email is prohibited when received in error.
> > >
> >
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > --------------------------------------------------------
> >
> > NOTICE: If received in error, please destroy and notify sender. 
> > Sender
>
> > does not intend to waive confidentiality or privilege. Use of this 
> > email is prohibited when received in error.
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender

> does not intend to waive confidentiality or privilege. Use of this 
> email is prohibited when received in error.
>



--
Cheers,
Guillaume Nodet
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

Re: Anyone ever able to install/run soap-binding (with http bc)?

Posted by Guillaume Nodet <gn...@gmail.com>.
The new maven examples, and in particular those who use standard
jbi packaging are here just to show that you can deploy them in a
jbi standard way : ie, use ant tasks to deploy them to an already
running container.  This may not be ovious when you launch the
   jbi:deployProject
command, but this is what happen.  This command just
uses the ant tasks under the cover.  Feel free to use them from
the command line if you wish, you will achieve the same thing.

You can still download the pre-built service assembly and
deploy it either by:
  * copying it in the deploy directory
  * using ant tasks
  * using a jmx console

That said, i will write some docs in the REAME explaining
how to download and deploy (but not build) the examples using ant,
jmx or hot-deploy.

Does it sounds reasonable ?


On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> So does this mean there is no way that we can adopt servicemix for
> hot-deployment/soap-binding/wsdl-first test?
>
> This all comes from the answer to hot-deployment. Somebody pointed me to
> soap-binding example. Now I am getting no where.
>
> To me if servicemix did what it claimed to have fully implmented
> hot-deloyment based on JBI spec is:
>
> 1. no whatever servicemix.xml on command line when the container starts
> (one default hidden in classpath is all). The cmd could only be
> bin\ervicemix.bat. We can't offer to stop the container and add
> servicemix.xml on cmd line to just run another exampleconfigure the
> container by servicemix.xml according to earilier threads.
>
> 2. no mvn in the middle in order to either install or run a se/bc
> component.
>
> Thanks,
> -Ying
>
> -----Original Message-----
> From: Guillaume Nodet [mailto:gnodet@gmail.com]
> Sent: Thursday, August 24, 2006 12:34 PM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: Anyone ever able to install/run soap-binding (with http
> bc)?
>
> See
> http://www.nabble.com/Why-do-examples-need-maven-to-run-tf2157824.html
>
>
> On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> >
> > I don't have mvn installed. I downloaded the snapshot, what extra
> > steps do I have to run?
> >
> > "mvn install" caused problem: shouldn't there be a simpler way to
> > start by just using ant?
> >
> > C:\apache-servicemix-3.0-incubating-SNAPSHl-first\examples\wsdl-first>
> > mv
> > n install
> > 'mvn' is not recognized as an internal or external command, operable
> > program or batch file.
> >
> > -Ying
> >
> > -----Original Message-----
> > From: Guillaume Nodet [mailto:gnodet@gmail.com]
> > Sent: Thursday, August 24, 2006 11:41 AM
> > To: servicemix-users@geronimo.apache.org
> > Subject: Re: Anyone ever able to install/run soap-binding (with http
> > bc)?
> >
> > If it' s not there, it may the reason why you can not run it ;)
> >
> > Seriously, the soap-binding example has been superseeded by the
> > wsdl-first example in the latest distributions.
> >
> > Could you try it and report the errors you have if any ?
> >
> > On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> > >
> > > Hi,
> > >
> > > I haven't been able to run soap binding example with http binding bc
>
> > > ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of
> > > 08/23, the lastest. Still no luck. Any ideas?
> > >
> > > BTW the soap-binding example is not there any more.
> > >
> > > Thanks,
> > > -Ying
> > > --------------------------------------------------------
> > >
> > > NOTICE: If received in error, please destroy and notify sender.
> > > Sender
> >
> > > does not intend to waive confidentiality or privilege. Use of this
> > > email is prohibited when received in error.
> > >
> >
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > --------------------------------------------------------
> >
> > NOTICE: If received in error, please destroy and notify sender. Sender
>
> > does not intend to waive confidentiality or privilege. Use of this
> > email is prohibited when received in error.
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this email is
> prohibited when received in error.
>



-- 
Cheers,
Guillaume Nodet

RE: Anyone ever able to install/run soap-binding (with http bc)?

Posted by "Zhao, Ying (IT)" <Y....@morganstanley.com>.
So does this mean there is no way that we can adopt servicemix for
hot-deployment/soap-binding/wsdl-first test?

This all comes from the answer to hot-deployment. Somebody pointed me to
soap-binding example. Now I am getting no where.

To me if servicemix did what it claimed to have fully implmented
hot-deloyment based on JBI spec is:

1. no whatever servicemix.xml on command line when the container starts
(one default hidden in classpath is all). The cmd could only be
bin\ervicemix.bat. We can't offer to stop the container and add
servicemix.xml on cmd line to just run another exampleconfigure the
container by servicemix.xml according to earilier threads.

2. no mvn in the middle in order to either install or run a se/bc
component.

Thanks,
-Ying

-----Original Message-----
From: Guillaume Nodet [mailto:gnodet@gmail.com] 
Sent: Thursday, August 24, 2006 12:34 PM
To: servicemix-users@geronimo.apache.org
Subject: Re: Anyone ever able to install/run soap-binding (with http
bc)?

See
http://www.nabble.com/Why-do-examples-need-maven-to-run-tf2157824.html


On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> I don't have mvn installed. I downloaded the snapshot, what extra 
> steps do I have to run?
>
> "mvn install" caused problem: shouldn't there be a simpler way to 
> start by just using ant?
>
> C:\apache-servicemix-3.0-incubating-SNAPSHl-first\examples\wsdl-first>
> mv
> n install
> 'mvn' is not recognized as an internal or external command, operable 
> program or batch file.
>
> -Ying
>
> -----Original Message-----
> From: Guillaume Nodet [mailto:gnodet@gmail.com]
> Sent: Thursday, August 24, 2006 11:41 AM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: Anyone ever able to install/run soap-binding (with http 
> bc)?
>
> If it' s not there, it may the reason why you can not run it ;)
>
> Seriously, the soap-binding example has been superseeded by the 
> wsdl-first example in the latest distributions.
>
> Could you try it and report the errors you have if any ?
>
> On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> >
> > Hi,
> >
> > I haven't been able to run soap binding example with http binding bc

> > ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 
> > 08/23, the lastest. Still no luck. Any ideas?
> >
> > BTW the soap-binding example is not there any more.
> >
> > Thanks,
> > -Ying
> > --------------------------------------------------------
> >
> > NOTICE: If received in error, please destroy and notify sender. 
> > Sender
>
> > does not intend to waive confidentiality or privilege. Use of this 
> > email is prohibited when received in error.
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender

> does not intend to waive confidentiality or privilege. Use of this 
> email is prohibited when received in error.
>



--
Cheers,
Guillaume Nodet
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

Re: Anyone ever able to install/run soap-binding (with http bc)?

Posted by Guillaume Nodet <gn...@gmail.com>.
See http://www.nabble.com/Why-do-examples-need-maven-to-run-tf2157824.html


On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> I don't have mvn installed. I downloaded the snapshot, what extra steps
> do I have to run?
>
> "mvn install" caused problem: shouldn't there be a simpler way to start
> by just using ant?
>
> C:\apache-servicemix-3.0-incubating-SNAPSHl-first\examples\wsdl-first>mv
> n install
> 'mvn' is not recognized as an internal or external command,
> operable program or batch file.
>
> -Ying
>
> -----Original Message-----
> From: Guillaume Nodet [mailto:gnodet@gmail.com]
> Sent: Thursday, August 24, 2006 11:41 AM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: Anyone ever able to install/run soap-binding (with http
> bc)?
>
> If it' s not there, it may the reason why you can not run it ;)
>
> Seriously, the soap-binding example has been superseeded by the
> wsdl-first example in the latest distributions.
>
> Could you try it and report the errors you have if any ?
>
> On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
> >
> > Hi,
> >
> > I haven't been able to run soap binding example with http binding bc
> > ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of
> > 08/23, the lastest. Still no luck. Any ideas?
> >
> > BTW the soap-binding example is not there any more.
> >
> > Thanks,
> > -Ying
> > --------------------------------------------------------
> >
> > NOTICE: If received in error, please destroy and notify sender. Sender
>
> > does not intend to waive confidentiality or privilege. Use of this
> > email is prohibited when received in error.
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this email is
> prohibited when received in error.
>



-- 
Cheers,
Guillaume Nodet

RE: Anyone ever able to install/run soap-binding (with http bc)?

Posted by "Zhao, Ying (IT)" <Y....@morganstanley.com>.
I don't have mvn installed. I downloaded the snapshot, what extra steps
do I have to run?

"mvn install" caused problem: shouldn't there be a simpler way to start
by just using ant?

C:\apache-servicemix-3.0-incubating-SNAPSHl-first\examples\wsdl-first>mv
n install
'mvn' is not recognized as an internal or external command,
operable program or batch file.

-Ying

-----Original Message-----
From: Guillaume Nodet [mailto:gnodet@gmail.com] 
Sent: Thursday, August 24, 2006 11:41 AM
To: servicemix-users@geronimo.apache.org
Subject: Re: Anyone ever able to install/run soap-binding (with http
bc)?

If it' s not there, it may the reason why you can not run it ;)

Seriously, the soap-binding example has been superseeded by the
wsdl-first example in the latest distributions.

Could you try it and report the errors you have if any ?

On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> Hi,
>
> I haven't been able to run soap binding example with http binding bc 
> ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 
> 08/23, the lastest. Still no luck. Any ideas?
>
> BTW the soap-binding example is not there any more.
>
> Thanks,
> -Ying
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender

> does not intend to waive confidentiality or privilege. Use of this 
> email is prohibited when received in error.
>



--
Cheers,
Guillaume Nodet
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

Re: Anyone ever able to install/run soap-binding (with http bc)?

Posted by Guillaume Nodet <gn...@gmail.com>.
If it' s not there, it may the reason why you can not run it ;)

Seriously, the soap-binding example has been superseeded by
the wsdl-first example in the latest distributions.

Could you try it and report the errors you have if any ?

On 8/24/06, Zhao, Ying (IT) <Y....@morganstanley.com> wrote:
>
> Hi,
>
> I haven't been able to run soap binding example with http binding bc
> ever since I installed 3.0 M2. Now I have just tried SNAPSHOT of 08/23,
> the lastest. Still no luck. Any ideas?
>
> BTW the soap-binding example is not there any more.
>
> Thanks,
> -Ying
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this email is
> prohibited when received in error.
>



-- 
Cheers,
Guillaume Nodet