cancel
Showing results for 
Search instead for 
Did you mean: 

Publishing problem in SR

Former Member
0 Kudos

Hello Gurus,

I have a scenario where i am using Soap (Axis) adapter at my sender side (have used WS Secutiry UserTokenAuthorization).

When i publish this service at SR (published from the option in sender agreement), the generated End points are like these

Target Address:

http://host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_XXXX&receiverParty=&rece...

but according to the FAQ provided for the Axis adapter it says the URL should be like this

http://host:port/XIAxisAdapter/MessageServlet?parameters

Problem is, the autogenerated url has "XISOAPAdapter" instead of "XIAxisAdapter".

Do we need to do any configuration in SR so that the autogenerated URL have "XIAxisAdapter"???

consumers are supposed to be using this url and send msg with WS Security.

Any idea how can i do that?

Thanks,

Hetal Shah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

I see that you are planning to change the default url available in the WSDL(when you click publish/view wsdl from Sender Agreement).

One simple suggestion would be to modify the url in the WSDL and upload into the SR. But I have already tried that as well which fails, In the SR Publish Webservice - It is only takes valid webservice endpoints starting with protocol http/https (wsdl cannot be pointed from local file system, it failed...

Former Member
0 Kudos

Hi Hetal,

This SAP help documentation has all the config information required:

[http://help.sap.com/saphelp_nw04/helpdata/en/45/a39e244b030063e10000000a11466f/content.htm]

Check if you sender adapter is configured accordingly.

Regards, Trevor

Former Member
0 Kudos

Hi Trevor,

I have configured my Axis adapter with the config that SAP suggested.

But still when I am trying to publish it on SR, it is refering to the standard SOAP url as endpoint on SR and not as Axis url.

Any inputs?

Thanks,

Hetal