cancel
Showing results for 
Search instead for 
Did you mean: 

ws_policy in wsdl file. How do i get rid of it?

Former Member
0 Kudos

Hi.

I'm producing a web service from a soap adapter and my outbound interface.

In XI this was no problem but now we are running PI 7.11.

When i generate the wsdl file in PI I get entrys with ws_policy.

Our customer can't implement wsdl files with policys.

How will I get an wsdl file without the ws_policy entrys?

I've tried this blog.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18381] [original link is broken] [original link is broken] [original link is broken];

But how do i get my service to the soamanager?

Is the soamanager realy for the java part?

I'm generating the wsdl file from display wsdl in sender agreement, also tried publish to SR.

Please help me on how to generate a wsdl file without the ws_policy.

BR

Kalle

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

this would solve your problem:

/people/holger.stumm2/blog/2010/03/19/wsdl-wspolicy--what-is-it-und-how-can-i-get-rid-of-it-in-pi

Regards,

Amith

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>I'm generating the wsdl file from display wsdl in sender agreement, also tried publish to SR.

Dont know this might help. Just give a try. In Integration Directory tools -> display wsdl

Dont use proposed url ... give url as follows

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

If you dont have party then remove that and as follows

http://host:port/XISOAPAdapter/MessageServlet?channel=:service:channel

where host - hostname, port example - 50000 , service - sender business system or component, channel - sender soap channel

click next and enter

sender communication component, sender interface, namespace.

finish and save wsdl.

Former Member
0 Kudos

Hi.

That's how we created wsdl files in XI 3.0.

Tried it in PI 7.11 and wont get the web service to work at all with that metod.

BR

Kalle