Apache webserver (Java WebService) and C#

G

Guest

Hi again.

Now I got a brand new problem using the java webservice. I'm trying to use
the wsdl tool of the "Microsoft Visual Studio .Net 2003 Command Prompt"...
but I got the same message when trying to add web reference in visual studio.

Now, the message displayed is the following:

"The HTML document does not contain Web service discovery information"

Anyone know how to help me?
The webservice isn't developed by me... but I can ask for changes os more
information...
 
L

Lionel LASKE

Are you sure your URL is on the WSDL and not on a HTML Page (like the "It's
an Axis Web Service" page) ?

Lionel.
 
G

Guest

Lionel, I guess so... Here is my wsdl file...


<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
name="http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividade"
targetNamespace="http://webedi.desenv.mercador.com/"
xmlns:webM="http://www.webMethods.com/noNamespace/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://webedi.desenv.mercador.com/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>

<xsd:schema
targetNamespace="http://www.webMethods.com/noNamespace/"
xmlns="http://www.webMethods.com/noNamespace/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" >
<xsd:import
namespace="http://schemas.xmlsoap.org/soap/encoding/"
schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
</xsd:schema>
</wsdl:types>

<wsdl:message name="MarisaToMercadorInput">
<wsdl:part name="conteudo" type="xsd:string"/>
<wsdl:part name="tipoDocumento" type="xsd:string"/>
</wsdl:message>

<wsdl:message name="MarisaToMercadorOutput">
<wsdl:part name="status" type="xsd:string"/>
</wsdl:message>
<wsdl:portType
name="http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadePortType">
<wsdl:blush:peration name="MarisaToMercador">
<wsdl:input message="tns:MarisaToMercadorInput"/>
<wsdl:blush:utput message="tns:MarisaToMercadorOutput"/>
</wsdl:blush:peration>
</wsdl:portType>
<wsdl:binding
name="http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadeBinding"
type="tns:http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadePortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
<wsdl:blush:peration name="MarisaToMercador">
<soap:blush:peration soapAction=""/>
<wsdl:input>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://webedi.desenv.mercador.com/mercador.webedi.MarisaConectividade" use="encoded"/>
</wsdl:input>
<wsdl:blush:utput>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://webedi.desenv.mercador.com/mercador.webedi.MarisaConectividade" use="encoded"/>
</wsdl:blush:utput>
</wsdl:blush:peration>
</wsdl:binding>
<wsdl:service
name="http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadeService">
<wsdl:port
name="http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadePort0"
binding="tns:http___webedi_desenv_mercador_com_mercador_webedi_MarisaConectividadeBinding">
<soap:address location="http://webedi.desenv.mercador.com:8383/soap/rpc"/>
</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

Top