When I type in http://test/WSDocs/test.asmx?wsdl, it works fine.
Just wanted to know from where can I make changes for targetNamespace URI?
I have copied the part of the code here,
- <s:schema elementFormDefault="qualified" targetNamespace="http://test/WSDocs/test.asmx">
- <s:element name="AddEntryToLog">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="1" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="2" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="3" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="4" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="5" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="6" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="7" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
Nisha03, if this helps please login to Mark As Answer. | Alert Moderator