[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-devel] [ gforge-Bugs-448 ] SOAP Error : <soapVal xsi:type="xsd:s
From: |
noreply |
Subject: |
[Gforge-devel] [ gforge-Bugs-448 ] SOAP Error : <soapVal xsi:type="xsd:string"></soapVal> |
Date: |
Sun, 20 Jul 2003 16:45:08 -0500 |
Bugs item #448, was opened at 2003-07-20 23:45
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=105&aid=448&group_id=1
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: James Michael DuPont (mdupont)
Assigned to: Nobody (None)
Summary: SOAP Error : <soapVal xsi:type="xsd:string"></soapVal>
Initial Comment:
The wsdl says that the result of the hello service is a
helloResponse :
<message name="helloRequest">
<part name="parm" type="xsd:string" />
</message>
<message name="helloResponse">
<part name="helloResponse" type="xsd:string" />
</message><message name="getSiteStatsResponse">
There results of testing are :
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"
xmlns:s0="http://gforge.org" xmlns:tns="http://gforge.org">
<SOAP-ENV:Body><helloResponse>
<tns:soapVal xsi:type="xsd:string">test echoed back to
you</tns:soapVal></helloResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
There is not any soapVal in the tns schema, it should
look like this "<soapVal xsi:type="xsd:string"></soapVal>"
This is what the response should look like :
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://gforge.org">
<SOAP-ENV:Body id="_0"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:helloResponse>
<soapVal xsi:type="xsd:string"></soapVal>
</tns:helloResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=105&aid=448&group_id=1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-devel] [ gforge-Bugs-448 ] SOAP Error : <soapVal xsi:type="xsd:string"></soapVal>,
noreply <=