cancel
Showing results for 
Search instead for 
Did you mean: 

Web services test using WS Navigator doesnot return field values

Former Member
0 Kudos

Hi experts,

We are running ECC 6 (NW 7 Ehp1) ABAP stack and NW CE 7.1 with Java stack (J2EE Engine 7.11). We are trying to test web services using WS Navigator. We can logon to WS Navigator and perform the test. The test shows a success return code, however, it doesn't bring back field values. We can see the values when we perform this test within ABAP stack. A sample of WS Navigator XML log for the service test is as below:

<?xml version="1.0" encoding="utf-8"?>

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

<soap-env:Header/>

<soap-env:Body>

<n0:ZcGetCustomerInfoResponse xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style">

<OKna1>

<Mandt/>

<Kunnr/>

<Land1/>

<Name1/>

<Name2/>

<Ort01/>

<Pstlz/>

<Regio/>

<Sortl/>

u2026

<MessageV3/>

<MessageV4/>

<Parameter/>

<Row>0</Row>

<Field/>

<System/>

</Return>

</n0:ZcGetCustomerInfoResponse>

</soap-env:Body>

</soap-env:Envelope>

-


If someone can provide insight why is this happening, I would greatly appreciate it.

Regards

Nirmal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Wondering if I posted this in the wrong forum. Can someone please guide me if it is the wrong forum for this question.

Thanks

Nirmal