Re: Axis2/C# Compatibility

2006-03-20 Thread Lukas Fischer / HTA

Ok, but we expect Axis produces a WSDL file.
I think if we give service.xml and related class with public methods to 
axis, that axis will produce the correct WSDL file.


Thanks for any information
luc

Anne Thomas Manes schrieb:

Your WSDL isn't valid. You didn't declare any namespaces.

Anne

On 3/16/06, *Lukas Fischer / HTA* <[EMAIL PROTECTED] 
> wrote:


Hello there
I work on a application with a Webservice-Component (Java/Axis2)
and a
client C# (Visual Studio 2005). The software is in a very early phase,
so we still evaluate what we should use.

If we add a Webservice in Visual Studio, I get the following output

The document at the url http://localhost:8080/axis2/services/baas?wsdl
was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from
'system.web.services.discovery.discoverydocumentreference'
is 'Discovery document at the URL
http://localhost:8080/axis2/services/baas?wsdl could not be found.'.
- The document format is not recognized.
- Report from 'system.web.services.discovery.contractreference' is
'There is an error in the XML document.'.
- The required attribute 'name' is missing.
- Report from 'system.web.services.discovery.schemareference' is
'Expected Schema root. Make sure the root element is  and the
namespace is 'http://www.w3.org/2001/XMLSchema
' for an XSD schema or
'urn:schemas-microsoft-com:xml-data' for an XDR schema.'.



services.xml is


test

baas.webservice.Test




When I access through the Browser, the response seems to be ok.
Like this:

http://org.apache.axis2/";>
-

-
http://org.apache.axis2/xsd";>
-



-

-

-







-



-



-

-





-

http://schemas.xmlsoap.org/soap/http
"
style="document"/>
-


-

http://www.org.apache.axis2"/>

-

http://www.org.apache.axis2"/>



-

-

http://localhost:8080/axis2/services/baas"/>





mmmh, hope you can help me.
I'm very new to axis and webservices at all.

If there you know some links to related articles, ... would be
wonderful.

Thanks in advance,
luc






Re: Axis2/C# Compatibility

2006-03-16 Thread Anne Thomas Manes
Your WSDL isn't valid. You didn't declare any namespaces.AnneOn 3/16/06, Lukas Fischer / HTA <[EMAIL PROTECTED]
> wrote:Hello thereI work on a application with a Webservice-Component (Java/Axis2) and a
client C# (Visual Studio 2005). The software is in a very early phase,so we still evaluate what we should use.If we add a Webservice in Visual Studio, I get the following outputThe document at the url 
http://localhost:8080/axis2/services/baas?wsdlwas not recognized as a known document type.The error message from each known type may help you fix the problem:
- Report from 'system.web.services.discovery.discoverydocumentreference'is 'Discovery document at the URLhttp://localhost:8080/axis2/services/baas?wsdl
 could not be found.'.- The document format is not recognized.- Report from 'system.web.services.discovery.contractreference' is'There is an error in the XML document.'.- The required attribute 'name' is missing.
- Report from 'system.web.services.discovery.schemareference' is'Expected Schema root. Make sure the root element is  and thenamespace is 'http://www.w3.org/2001/XMLSchema
' for an XSD schema or'urn:schemas-microsoft-com:xml-data' for an XDR schema.'.services.xml istest
locked="xsd:false">baas.webservice.TestWhen I access through the Browser, the response seems to be ok. Like this:
http://org.apache.axis2/">--
ns0:attributeFormDefault="unqualified"ns2:targetNamespace="http://org.apache.axis2/xsd">-
---
-
--
-
-http://schemas.xmlsoap.org/soap/http
"style="document"/>--
http://www.org.apache.axis2"/>-http://www.org.apache.axis2"/>--
http://localhost:8080/axis2/services/baas"/>
mmmh, hope you can help me.I'm very new to axis and webservices at all.If there you know some links to related articles, ... would be wonderful.Thanks in advance,luc


Axis2/C# Compatibility

2006-03-16 Thread Lukas Fischer / HTA

Hello there
I work on a application with a Webservice-Component (Java/Axis2) and a 
client C# (Visual Studio 2005). The software is in a very early phase, 
so we still evaluate what we should use.


If we add a Webservice in Visual Studio, I get the following output

The document at the url http://localhost:8080/axis2/services/baas?wsdl 
was not recognized as a known document type.

The error message from each known type may help you fix the problem:
- Report from 'system.web.services.discovery.discoverydocumentreference' 
is 'Discovery document at the URL 
http://localhost:8080/axis2/services/baas?wsdl could not be found.'.

- The document format is not recognized.
- Report from 'system.web.services.discovery.contractreference' is 
'There is an error in the XML document.'.

- The required attribute 'name' is missing.
- Report from 'system.web.services.discovery.schemareference' is 
'Expected Schema root. Make sure the root element is  and the 
namespace is 'http://www.w3.org/2001/XMLSchema' for an XSD schema or 
'urn:schemas-microsoft-com:xml-data' for an XDR schema.'.




services.xml is


test

locked="xsd:false">baas.webservice.Test





When I access through the Browser, the response seems to be ok. Like this:

http://org.apache.axis2/";>
-

-
ns0:attributeFormDefault="unqualified" 
ns2:targetNamespace="http://org.apache.axis2/xsd";>

-



-

-

-







-



-



-

-





-

http://schemas.xmlsoap.org/soap/http"; 
style="document"/>

-


-

http://www.org.apache.axis2"/>

-

http://www.org.apache.axis2"/>



-

-

http://localhost:8080/axis2/services/baas"/>





mmmh, hope you can help me.
I'm very new to axis and webservices at all.

If there you know some links to related articles, ... would be wonderful.

Thanks in advance,
luc