You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by u14836 <u1...@hs-harz.de> on 2002/11/29 15:08:27 UTC

Deployment-Descriptor

Hi, 

I would have one question: 

If I want to use a urn:xmethods-Temperature Service( a service that is 
deployed at http://services.xmethods.com:80/soap/servlet/rpcrouter), 
with a 
Java-Client, 
do I have to deploy this service via a deployment descriptor locally 
too? If yes why? 

Thanks very much! 
Falk

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

Re: WheaterService Namespace error

Posted by Scott Nichol <sn...@scottnichol.com>.
There is a problem with the Xerces 1.3.1 implementation.  See
http://xml.apache.org/soap/faq/faq_chawke.html#Q1_2.

Scott Nichol

----- Original Message -----
From: "u14836" <u1...@hs-harz.de>
To: <so...@xml.apache.org>
Sent: Friday, November 29, 2002 9:54 AM
Subject: WheaterService Namespace error


> Hi,
>
> I try to use the wheather service at www.xmethods.com.
> I'm using the provided java client. I run it via:
>
> Y:\soap-2_3>java -cp
Y:\soap-2_3\lib\soap.jar;Y:\soap-2_3\lib\xerces_1_3_1.jar;Y
> :\soap-2_3\lib\activation.jar;Y:\soap-2_3\lib\mail.jar;y:\soap-2_3;.
samples.xme
> thods.GetTemp -u http://services.xmethods.net/soap/servlet/rpcrouter
71862
>
>
> And it just keeps giving me the following error:
>
> Invoking weather service at:
>         http://services.xmethods.net/soap/servlet/rpcrouter
> Exception in thread "main" java.lang.IllegalArgumentException: Unable
to resolve
>  namespace URI for 'xsd'.
>         at
org.apache.soap.encoding.soapenc.SoapEncUtils.getAttributeValue(SoapE
> ncUtils.java:260)
>         at
org.apache.soap.encoding.soapenc.SoapEncUtils.getTypeQName(SoapEncUti
> ls.java:309)
>         at
org.apache.soap.encoding.soapenc.ParameterSerializer.unmarshall(Param
> eterSerializer.java:178)
>         at
org.apache.soap.util.xml.XMLJavaMappingRegistry.unmarshall(XMLJavaMap
> pingRegistry.java:314)
>         at
org.apache.soap.rpc.RPCMessage.unmarshall(RPCMessage.java:417)
>         at
org.apache.soap.rpc.RPCMessage.extractFromEnvelope(RPCMessage.java:19
> 7)
>         at
org.apache.soap.rpc.Response.extractFromEnvelope(Response.java:142)
>         at samples.xmethods.GetTemp.main(GetTemp.java:217)
>
>
> If anybody would know why I would appreciate it very much!
> Falk
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> To unsubscribe, e-mail:
<ma...@xml.apache.org>
> For additional commands, e-mail:
<ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: WheaterService Namespace error

Posted by Scott Nichol <sn...@scottnichol.com>.
There is a problem with the Xerces 1.3.1 implementation.  See
http://xml.apache.org/soap/faq/faq_chawke.html#Q1_2.

Scott Nichol

----- Original Message -----
From: "u14836" <u1...@hs-harz.de>
To: <so...@xml.apache.org>
Sent: Friday, November 29, 2002 9:54 AM
Subject: WheaterService Namespace error


> Hi,
>
> I try to use the wheather service at www.xmethods.com.
> I'm using the provided java client. I run it via:
>
> Y:\soap-2_3>java -cp
Y:\soap-2_3\lib\soap.jar;Y:\soap-2_3\lib\xerces_1_3_1.jar;Y
> :\soap-2_3\lib\activation.jar;Y:\soap-2_3\lib\mail.jar;y:\soap-2_3;.
samples.xme
> thods.GetTemp -u http://services.xmethods.net/soap/servlet/rpcrouter
71862
>
>
> And it just keeps giving me the following error:
>
> Invoking weather service at:
>         http://services.xmethods.net/soap/servlet/rpcrouter
> Exception in thread "main" java.lang.IllegalArgumentException: Unable
to resolve
>  namespace URI for 'xsd'.
>         at
org.apache.soap.encoding.soapenc.SoapEncUtils.getAttributeValue(SoapE
> ncUtils.java:260)
>         at
org.apache.soap.encoding.soapenc.SoapEncUtils.getTypeQName(SoapEncUti
> ls.java:309)
>         at
org.apache.soap.encoding.soapenc.ParameterSerializer.unmarshall(Param
> eterSerializer.java:178)
>         at
org.apache.soap.util.xml.XMLJavaMappingRegistry.unmarshall(XMLJavaMap
> pingRegistry.java:314)
>         at
org.apache.soap.rpc.RPCMessage.unmarshall(RPCMessage.java:417)
>         at
org.apache.soap.rpc.RPCMessage.extractFromEnvelope(RPCMessage.java:19
> 7)
>         at
org.apache.soap.rpc.Response.extractFromEnvelope(Response.java:142)
>         at samples.xmethods.GetTemp.main(GetTemp.java:217)
>
>
> If anybody would know why I would appreciate it very much!
> Falk
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> To unsubscribe, e-mail:
<ma...@xml.apache.org>
> For additional commands, e-mail:
<ma...@xml.apache.org>
>
>


WheaterService Namespace error

Posted by u14836 <u1...@hs-harz.de>.
Hi,

I try to use the wheather service at www.xmethods.com.
I'm using the provided java client. I run it via:

Y:\soap-2_3>java -cp Y:\soap-2_3\lib\soap.jar;Y:\soap-2_3\lib\xerces_1_3_1.jar;Y
:\soap-2_3\lib\activation.jar;Y:\soap-2_3\lib\mail.jar;y:\soap-2_3;. samples.xme
thods.GetTemp -u http://services.xmethods.net/soap/servlet/rpcrouter 71862


And it just keeps giving me the following error:

Invoking weather service at:
        http://services.xmethods.net/soap/servlet/rpcrouter
Exception in thread "main" java.lang.IllegalArgumentException: Unable to resolve
 namespace URI for 'xsd'.
        at org.apache.soap.encoding.soapenc.SoapEncUtils.getAttributeValue(SoapE
ncUtils.java:260)
        at org.apache.soap.encoding.soapenc.SoapEncUtils.getTypeQName(SoapEncUti
ls.java:309)
        at org.apache.soap.encoding.soapenc.ParameterSerializer.unmarshall(Param
eterSerializer.java:178)
        at org.apache.soap.util.xml.XMLJavaMappingRegistry.unmarshall(XMLJavaMap
pingRegistry.java:314)
        at org.apache.soap.rpc.RPCMessage.unmarshall(RPCMessage.java:417)
        at org.apache.soap.rpc.RPCMessage.extractFromEnvelope(RPCMessage.java:19
7)
        at org.apache.soap.rpc.Response.extractFromEnvelope(Response.java:142)
        at samples.xmethods.GetTemp.main(GetTemp.java:217)


If anybody would know why I would appreciate it very much!
Falk

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

WheaterService Namespace error

Posted by u14836 <u1...@hs-harz.de>.
Hi,

I try to use the wheather service at www.xmethods.com.
I'm using the provided java client. I run it via:

Y:\soap-2_3>java -cp Y:\soap-2_3\lib\soap.jar;Y:\soap-2_3\lib\xerces_1_3_1.jar;Y
:\soap-2_3\lib\activation.jar;Y:\soap-2_3\lib\mail.jar;y:\soap-2_3;. samples.xme
thods.GetTemp -u http://services.xmethods.net/soap/servlet/rpcrouter 71862


And it just keeps giving me the following error:

Invoking weather service at:
        http://services.xmethods.net/soap/servlet/rpcrouter
Exception in thread "main" java.lang.IllegalArgumentException: Unable to resolve
 namespace URI for 'xsd'.
        at org.apache.soap.encoding.soapenc.SoapEncUtils.getAttributeValue(SoapE
ncUtils.java:260)
        at org.apache.soap.encoding.soapenc.SoapEncUtils.getTypeQName(SoapEncUti
ls.java:309)
        at org.apache.soap.encoding.soapenc.ParameterSerializer.unmarshall(Param
eterSerializer.java:178)
        at org.apache.soap.util.xml.XMLJavaMappingRegistry.unmarshall(XMLJavaMap
pingRegistry.java:314)
        at org.apache.soap.rpc.RPCMessage.unmarshall(RPCMessage.java:417)
        at org.apache.soap.rpc.RPCMessage.extractFromEnvelope(RPCMessage.java:19
7)
        at org.apache.soap.rpc.Response.extractFromEnvelope(Response.java:142)
        at samples.xmethods.GetTemp.main(GetTemp.java:217)


If anybody would know why I would appreciate it very much!
Falk

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Deployment-Descriptor

Posted by Scott Nichol <sn...@scottnichol.com>.
No.  Deployment is just to register a service on a server.

Scott Nichol

----- Original Message -----
From: "u14836" <u1...@hs-harz.de>
To: <so...@xml.apache.org>
Sent: Friday, November 29, 2002 9:08 AM
Subject: Deployment-Descriptor


> Hi,
>
> I would have one question:
>
> If I want to use a urn:xmethods-Temperature Service( a service that is
> deployed at http://services.xmethods.com:80/soap/servlet/rpcrouter),
> with a
> Java-Client,
> do I have to deploy this service via a deployment descriptor locally
> too? If yes why?
>
> Thanks very much!
> Falk
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> To unsubscribe, e-mail:
<ma...@xml.apache.org>
> For additional commands, e-mail:
<ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Deployment-Descriptor

Posted by Scott Nichol <sn...@scottnichol.com>.
No.  Deployment is just to register a service on a server.

Scott Nichol

----- Original Message -----
From: "u14836" <u1...@hs-harz.de>
To: <so...@xml.apache.org>
Sent: Friday, November 29, 2002 9:08 AM
Subject: Deployment-Descriptor


> Hi,
>
> I would have one question:
>
> If I want to use a urn:xmethods-Temperature Service( a service that is
> deployed at http://services.xmethods.com:80/soap/servlet/rpcrouter),
> with a
> Java-Client,
> do I have to deploy this service via a deployment descriptor locally
> too? If yes why?
>
> Thanks very much!
> Falk
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> To unsubscribe, e-mail:
<ma...@xml.apache.org>
> For additional commands, e-mail:
<ma...@xml.apache.org>
>
>