cancel
Showing results for 
Search instead for 
Did you mean: 

Soap UI 2.5 and MII 12.1

Former Member
0 Kudos

Hi,

I am testing a web service call from Soap UI. The output is null -

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<soap:Body>

<XacuteResponse xmlns="http://www.sap.com/xMII">

<Rowset>

<Row/>

</Rowset>

</XacuteResponse>

</soap:Body>

</soap:Envelope>

Can somebody explain whats going on?

Regards,

Chanti.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196557
Active Contributor
0 Kudos

This is the response, what does the request message look like?

- Steve

Former Member
0 Kudos

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xmii="http://www.sap.com/xMII">

<soapenv:Header/>

<soapenv:Body>

<xmii:XacuteRequest>

<!Optional:>

<xmii:LoginName>xxxxxxxx</xmii:LoginName>

<!Optional:>

<xmii:LoginPassword>xxxxxxx</xmii:LoginPassword>

<!Optional:>

<xmii:InputParams>

<!Optional:>

<xmii:Comp_ID>xx</xmii:Comp_ID>

<!Optional:>

<xmii:Plant>xxxx</xmii:Plant>

<!Optional:>

<xmii:Ser_No>xxxxxxxx</xmii:Ser_No>

</xmii:InputParams>

</xmii:XacuteRequest>

</soapenv:Body>

</soapenv:Envelope>

Answers (0)