cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP (Axis)

Former Member
0 Kudos

Hi,

I have a web service which I need to consume via PI. I have extracted the 'Target URL' field from the WSDL (Location within SOAP:Address tag). When I type this URL into a web browser I get:

Hi there, this is an AXIS service!

Perhaps there will be a form for invoking the service here...

Does this imply I need to use an HTTP (Axis) transport protocol instead of just HTTP ?

For info the web service I am attempting to consume was generated in BMC Remedy software.

Cheers,

PaulC.

Edited by: paul clements on Jan 25, 2011 1:05 PM

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Hi there, this is an AXIS service!

>

> Perhaps there will be a form for invoking the service here...

>

> Does this imply I need to use an HTTP (Axis) transport protocol instead of just HTTP ?

No. Axis is a programming library, so the message means that the web service is build with this library.

I think the options in SOAP adapter are misleading. Axis is not a seperate protocol. The protocol is always SOAP, based on HTTP.

Former Member
0 Kudos

Thanks for that. Was hoping that would be the case.

Answers (1)

Answers (1)

former_member463616
Contributor
0 Kudos

HI,

Hopefully, these below link might be useful to you.

http://help.sap.com/saphelp_nw04/helpdata/en/45/a3c48c87cd0039e10000000a11466f/content.htm

Regards,

Rajesh