RE: Ksoap digest, Vol 1 #235 - 2 msgs
Steve Daly <[email protected]> Wed, 4 Dec 2002 12:37:56 -0800
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
I see the lack of type information such as that I took from another service below. Is this a known MSSOAP issue? Is there a work-around? ENC="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <cc2:getSummaryResponse xmlns:cc2="capeconnect:AirportWeather:Station" SOAP-ENC:root="1"> <return xsi:type="cc1:WeatherSummary"> <location xsi:type="xsd:string">San Franc</location> <wind xsi:type="xsd:string">from the E (090 degrees) at 3 MPH (3 KT)</wind> <sky xsi:type="xsd:string">clear</sky> <temp xsi:type="xsd:string">55.9 F (13.3 C)</temp> <humidity xsi:type="xsd:string">77%</humidity> <pressure xsi:type="xsd:string">30.29 in. Hg (1025 hPa)</pressure> <visibility xsi:type="xsd:string">4 mile(s)</visibility> </return> </cc2:getSummaryResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>