Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with ENDPOINT_ADDRESS_PROPERTY

843833May 17 2006 — edited May 19 2006
Hi all...I'm struggling to get my client interacting with my web service. I believe I have generated all of my client artifacts and wsdl properly. When I try to test the client I get this output...

2006-05-17 15:18:07,739 EAP is set to: javax.xml.rpc.service.endpoint.address
java.rmi.RemoteException: HTTP transport error: java.net.MalformedURLException; nested exception is:
HTTP transport error: java.net.MalformedURLException
at com.ge.tsg.ease.EASEWebService_Stub.getSinglePartyHits(EASEWebService_Stub.java:108)

line 108 of EASEWebService_Stub takes me to a catch block that throws a RemoteException. My logger statements print out until the line...

send((java.lang.String) getProperty(ENDPOINT_ADDRESS_PROPERTY), _state);

The earlier output states that ENDPOINT_ADDRESS_PROPERTY is set to javax.xml.rpc.service.endpoint.address. I believe this value should actually be the url to my web service. Am I correct in thinking this? If so, how do I successfully set the endpoint value? So far my attempts to use _setProperty have all failed without any changes to the error messages.

Thanks for your help!
Crace
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2006
Added on May 17 2006
1 comment
174 views