cancel
Showing results for 
Search instead for 
Did you mean: 

Creating SOAP server

Former Member
0 Kudos

I need to create SOAP server for SAP ICI client. I use Tomcat, Axis, Eclipse end document-standart type WSDL files, taken from sapserver:port/wsnavigator.

When I'm generating java bean skeleton for each WSDL file using Axis, Eclipse creates a service. Each service have unique URL, like this:

host:port/services/IciSystemConfPort_Document

host:port/services/IciUserConfPort_Document

and others...

But SAP client call services using one URL and soapaction property, like this:

POST /services HTTP/1.0

soapaction: "http://inqmy.com/soapdispatcher/rpc/bcbici/IciSystemBean"

or

POST /services HTTP/1.0

soapaction: "http://inqmy.com/soapdispatcher/rpc/bcbici/IciUserBean"

Is it possible to get all services to listen one URL (host:port/services) and to choose action depends on soapaction property?

How can I do this for axis?

Regards, Ivan.

SAP CRM 7.0

Eclipse Helios 3.6.1

Tomcat 7.0.6

Axis (first version) 1.4

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

same here - do you have a solution in the meantime? Thanks for any input!

rgds

Wolfgang