Removing wdsl definitions from a web service

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • walshieau
    New Member
    • Feb 2008
    • 3

    Removing wdsl definitions from a web service

    I have an issue with Lotus Domino 7 not supporting SOAP 1.2 so i have to use 1.1 which i dont have an issue with.

    Now ive disabled 1.2 via the web.config file
    <webServices>
    <protocols>
    <remove name ="HttpSoap12 "/>
    </protocols>
    </webServices>

    but the Soap1.2 definition is still in the namespace and the Domino Server is picking it up and crapping out. see below

    wsdl:definition s xmlns:soap="htt p://schemas.xmlsoap .org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc=" http://schemas.xmlsoap .org/soap/encoding/" xmlns:mime="htt p://schemas.xmlsoap .org/wsdl/mime/" xmlns:tns="http ://intranet.jhg.co m.au" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="h ttp://schemas.xmlsoap .org/wsdl/soap12/" xmlns:http="htt p://schemas.xmlsoap .org/wsdl/http/"
    xmlns:wsdl="htt p://schemas.xmlsoap .org/wsdl/">

    is there a way to remove it?
Working...