Problem to invoke AXIS interface

C

cb

Hi,

I'm having difficulty in invoking SOAP interface using AXIS framework.
in the server-config.wsdd
<deployment ... >
<service name="GenevaInterfaceService" style="message">
<parameter name="className"
value="........genevainterface.GenevaInterfaceService" />
<parameter name="allowedMethods" value="doProcess" />
</service>
......
the doProcess is the main function to invoke the interface

under GenevaInterfaceService.java
public Element[] doProcess(Element [] elems)
{
.......
}

I'm wondering how to invoke the "doProcess" from client so that
request can be sent to the interface. The request is sent using POST/
HTTP/1.0

Please advice, thanks.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

cb said:
I'm having difficulty in invoking SOAP interface using AXIS framework.
under GenevaInterfaceService.java
public Element[] doProcess(Element [] elems)
{
......
}

I'm wondering how to invoke the "doProcess" from client so that
request can be sent to the interface. The request is sent using POST/
HTTP/1.0

What are you using to generate client stub with ?

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,050
Members
48,769
Latest member
Clifft

Latest Threads

Top