Click here to Skip to main content
15,889,116 members
Home / Discussions / Java
   

Java

 
AnswerRe: Help Regarding webservices Pin
David Skelly13-May-10 22:41
David Skelly13-May-10 22:41 
QuestionPython to Java Pin
georg11312-May-10 12:40
georg11312-May-10 12:40 
AnswerRe: Python to Java Pin
Richard MacCutchan12-May-10 22:32
mveRichard MacCutchan12-May-10 22:32 
GeneralRe: Python to Java Pin
georg11313-May-10 7:38
georg11313-May-10 7:38 
AnswerRe: Python to Java Pin
427748013-May-10 23:38
427748013-May-10 23:38 
Questionwhat is date overlapping? Pin
kirancgi12-May-10 2:41
kirancgi12-May-10 2:41 
AnswerRe: what is date overlapping? Pin
Richard MacCutchan12-May-10 4:54
mveRichard MacCutchan12-May-10 4:54 
Questionjava.net.MalformedURLException when creating an URL object [Solved] Pin
Bob Stanneveld5-May-10 22:28
Bob Stanneveld5-May-10 22:28 
Hi all,

I'm picking up Java for an integration project. I'm trying to utilize to a webservice from our externally hosted CRM application.

I got some code from the CRM web services guide to log on to the application. However, when constructing the URL for logon purposes, the URL constructor throws the java.net.MalformedURLException. See the following line of code:

URL wsURL = new URL(pstrServer + "/Services/Integration?command=ssoitsurl&ssoid=" + pstrSSOID);

This should construct the following URL: https://abc.crmapplication.com/Services/Integration?command=ssoitsurl&ssoid=SSOID.

When I remove the second query parameter (ssoid) the URL is constructed fine. Does anybody know why the construction of this URL object fails? How can I set the multiple query parameters for the URL?

Thanks in advance and I'm looking forward to your reply.


Kind regards,
Bob Stanneveld
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
TorstenH.6-May-10 0:48
TorstenH.6-May-10 0:48 
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
Richard MacCutchan6-May-10 1:49
mveRichard MacCutchan6-May-10 1:49 
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
David Skelly6-May-10 2:12
David Skelly6-May-10 2:12 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
Bob Stanneveld6-May-10 2:19
Bob Stanneveld6-May-10 2:19 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
Richard MacCutchan6-May-10 2:40
mveRichard MacCutchan6-May-10 2:40 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
David Skelly6-May-10 5:24
David Skelly6-May-10 5:24 
AnswerRe: java.net.MalformedURLException when creating an URL object [Solved] Pin
Bob Stanneveld6-May-10 5:33
Bob Stanneveld6-May-10 5:33 
QuestionJava Heap Space problem Pin
002comp3-May-10 22:39
002comp3-May-10 22:39 
AnswerRe: Java Heap Space problem Pin
Arrpita6-May-10 16:17
Arrpita6-May-10 16:17 
GeneralRe: Java Heap Space problem(solved) Pin
002comp7-May-10 2:16
002comp7-May-10 2:16 
GeneralRe: Java Heap Space problem(solved) Pin
Arrpita7-May-10 15:40
Arrpita7-May-10 15:40 
QuestionHow to update Group and User in JBPM4.3 Pin
sinron3-May-10 16:14
sinron3-May-10 16:14 
QuestionTo ask about right allignment in a calc. Pin
Arrpita30-Apr-10 16:10
Arrpita30-Apr-10 16:10 
AnswerRe: To ask about right allignment in a calc. Pin
TorstenH.6-May-10 0:54
TorstenH.6-May-10 0:54 
GeneralRe: To ask about right allignment in a calc. Pin
Arrpita6-May-10 15:55
Arrpita6-May-10 15:55 
GeneralRe: To ask about right allignment in a calc. Pin
TorstenH.11-May-10 21:54
TorstenH.11-May-10 21:54 
GeneralRe: To ask about right allignment in a calc.(solved) Pin
Arrpita12-May-10 16:19
Arrpita12-May-10 16:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.