Hello everyone, If given a WSDL file, is it possible to get the namespace of an operation dynamically? For example, the namespace of the getTemp method of the TemperatureService from Xmethods (http://www.xmethods.net/sd/2001/TemperatureService.wsdl) is urn:xmethods-Temperature. How is it possible to get this programmatically?
And also, when sending a SOAP request to a web service, is it mandatory to include the xsi:type of paramaters of an operation. For example: <zipcode xsi:type="xsd:string">90210</zipcode> Would this work: <zipcode>90210</zipcode> Any help would be greatly appreciated. Thanks to all the people who answered to my previous question. Happy Holidays! Vinu. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
