SimpleAxisServer is routinely used in axis test harness. The target
"start-functional-test-http-server" in targets.xml uses the following
ant syntax to start the SimpleAxisServer.
<echo message="Starting test http server."/>
<java classname="org.apache.axis.transport.http.SimpleAxisServer"
fork="yes" dir="${axis.home}/build">
<jvmarg
value="-Daxis.wsdlgen.intfnamespace=http://localhost:${test.functional.ServicePort}"/>
<jvmarg
value="-Daxis.wsdlgen.serv.loc.url=http://localhost:${test.functional.ServicePort}"/>
<arg line="-p ${test.functional.SimpleAxisPort}" /> <!--
arbitrary port -->
<classpath refid="classpath" />
</java>
- venkat
On 6/9/05, Damian O'Neill <[EMAIL PROTECTED]> wrote:
> Is there some sample code that you could point me to.
>
> Thanks
>
>
> On 8 Jun 2005, at 17:57, Davanum Srinivas wrote:
>
> > use Axis' SimpleAxisServer
> >
> > On 6/8/05, Damian O'Neill <[EMAIL PROTECTED]> wrote:
> >
> >> Hi I am hoping you can help with a question. I am looking to embed a
> >> simple SOAP Server inside a java GUI, it needs to support no more
> >> than 3 web service implementations with approx. 4 methods on each
> >> interface. It will have a small no of transactions per second and
> >> does not have any scalability requirements.
> >>
> >> I understand that Axis has/had a SOAP Server does anyone have any
> >> code examples that they could share. Alternatively could you
> >> recommend another strategy that would suit my requirements.
> >>
> >>
> >> Regards,
> >> Damian O'Neill.
> >>
> >>
> >>
> >>
> >
> >
> > --
> > Davanum Srinivas -http://blogs.cocoondev.org/dims/
> >
>
>