Can't see Web Methods

R

Roberto Cerulli

Hi, I'm facing a problem with one web service located on a web site. If I
call the asmx I can't see the web methods.
If I regenerate the assemby it works fine for some hour.
It doesn't give me the same problem if I run it on another web site (equal
to the first one).
Any ideas? Can it be an IIS configuration problem?
Thank you,
Roberto

This is what I get from site 1
http://website1/WS/GestioneDocumenti.asmx?WSDL

<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://tempuri.org/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://tempuri.org/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types />
- <wsdl:service name="GestDocumenti">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
</wsdl:service>
</wsdl:definitions>


This is what I get from site 2
http://website2/WS/GestioneDocumenti.asmx?WSDL

<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://tempuri.org//GestDocumenti"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://tempuri.org//GestDocumenti"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified"
targetNamespace="http://tempuri.org//GestDocumenti">
<s:import namespace="http://www.w3.org/2001/XMLSchema" />
- <s:element name="GetAutoriDocumenti">
<s:complexType />
</s:element>
- <s:element name="GetAutoriDocumentiResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetAutoriDocumentiResult">
- <s:complexType>
- <s:sequence>
<s:element ref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
- <wsdl:message name="GetAutoriDocumentiSoapIn">
<wsdl:part name="parameters" element="tns:GetAutoriDocumenti" />
</wsdl:message>
- <wsdl:message name="GetAutoriDocumentiSoapOut">
<wsdl:part name="parameters" element="tns:GetAutoriDocumentiResponse" />
</wsdl:message>
- <wsdl:portType name="GestDocumentiSoap">
- <wsdl:eek:peration name="GetAutoriDocumenti">
<wsdl:input message="tns:GetAutoriDocumentiSoapIn" />
<wsdl:eek:utput message="tns:GetAutoriDocumentiSoapOut" />
</wsdl:eek:peration>
</wsdl:portType>
- <wsdl:binding name="GestDocumentiSoap" type="tns:GestDocumentiSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
- <wsdl:eek:peration name="GetAutoriDocumenti">
<soap:eek:peration
soapAction="http://tempuri.org//GestDocumenti/GetAutoriDocumenti"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:eek:utput>
<soap:body use="literal" />
</wsdl:eek:utput>
</wsdl:eek:peration>
</wsdl:binding>
- <wsdl:service name="GestDocumenti">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
- <wsdl:port name="GestDocumentiSoap" binding="tns:GestDocumentiSoap">
<soap:address location="http://website2/WS/GestioneDocumenti.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top