cancel
Showing results for 
Search instead for 
Did you mean: 

ws navigator

Former Member
0 Kudos

Hi,

I tried to test an non sap web service through ws navigator. I put my information to web methot at test page. Clicked send button and I took this message:

**************************************************************

An error has occurred. Maybe the request is not accepted by the server:

Document style does not allow type parts !

**************************************************************

Request and Response are completely empty.

The web service running correctly with another non sap systems. I need to call the web service from abap.

What is the problem?

Best regards,

Altug Bayram

Accepted Solutions (0)

Answers (2)

Answers (2)

MichaelSambeth
Advisor
Advisor
0 Kudos

Hello Altug,

you may check for authentication requirements (transport level security). You may also check that the expression "array" or "variant" is not used. Lists and datastructures should be retured as "xs:complexType" and "xs:sequence".

Regards

Michael

Former Member
0 Kudos

Hi Altu,

May be these links help you:

1. A document-literal binding which does not specify the parts attribute:

http://www.ibm.com/developerworks/lotus/library/domino8-WS-I/

2. Document does not have Subject

http://www.ibm.com/developerworks/lotus/library/nd7-webservices/

Pls rewrad with points if found helpful.

BR,

Alok Sharma