users@jax-rpc.java.net

RE: java.net.MalformedURLException.

From: Tardif, Sebastien <STARDIF_at_anacomp.com>
Date: Wed, 20 Oct 2004 15:36:32 -0400

It will be useful that you give us the malformed URL so we can tell you what's wrong with it.

-----Original Message-----
From: shaba dil [mailto:shaba_dil_at_yahoo.com]
Sent: Wednesday, October 20, 2004 11:30 AM
To: users_at_jax-rpc.dev.java.net
Subject: java.net.MalformedURLException.


Hi Frieds,

I have made a JAX-RPC webservice program 2 months
before and my company decided change some plans to it
and deleyed 2 months from continuing with RPC.

Now i got a new responsibility to make it in
JAX-RPC.And now again i compiled my
sources(previousely made) and compiled again,i am
getting a serious error.

I have deployed webservice and it's working fine in
Tomcat(jwsdp version).

But when i run the client(Stub based) the error comes.

Exception is ,

java.net.MalformedURLException.

full log follows,

Anyone hav good experience in this error?.

----
20:46:57 [           main] ERROR
soapclientdomain.LookupService  - Exception: HTTP
transport error: java.net.MalformedURLException;
nested exception is: 
	HTTP transport error: java.net.MalformedURLException
java.rmi.RemoteException: HTTP transport error:
java.net.MalformedURLException; nested exception is: 
	HTTP transport error: java.net.MalformedURLException
	at
com.zcrm.server.CRMPort_Stub.getAllCampaignTypes(CRMPort_Stub.java:185)
	at
com.zcrm.domain.soapclientdomain.LookupService.<init>(LookupService.java:27)
	at
com.zcrm.domain.soapclientdomain.ResourceDelegate.<init>(ResourceDelegate.java:19)
	at
com.zcrm.domain.soapclientdomain.SoapClientDomainFacadeImpl.<init>(SoapClientDomainFacadeImpl.java:25)
	at
com.zcrm.domain.soapclientdomain.SoapClientDomainFacadeImpl.<clinit>(SoapClientDomainFacadeImpl.java:16)
	at
com.zcrm.client.gui.swinggui.CampaignPanel.populateTypeBox(CampaignPanel.java:98)
	at
com.zcrm.client.gui.swinggui.CampaignPanel.<init>(CampaignPanel.java:54)
	at
com.zcrm.client.gui.swinggui.MainFrame.initComponents(MainFrame.java:33)
	at
com.zcrm.client.gui.swinggui.MainFrame.<init>(MainFrame.java:22)
	at com.zcrm.client.gui.Main.main(Main.java:23)
	at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at
com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
Caused by: HTTP transport error:
java.net.MalformedURLException
	at
com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:140)
	at
com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:92)
	at
com.zcrm.server.CRMPort_Stub.getAllCampaignTypes(CRMPort_Stub.java:168)
	... 14 more
----------------------------
		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net