Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Java agent consumes a Web Service
Feedback Type: Problem
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Application Development
Platform: Windows
Release: 8.5.1
Reproducible: Always

Hi!

I'm trying to consume a web service with a java agent.

I tested my web services with a eclipse client and it worked.

So the problem is with my java agent.

Here is my Domino designer version:
IBM Lotus Domino Designer 8.5
Edition 8.5.3
Révision 20110916.0921 (Release 8.5.3)

Here is my code:
URL endpoint = new URL("http://localhost:8080/synchroCRMNotesCollectifWS/synchroniserRDV?wsdl");

QName qname=new QName("http://impl.webservices.synchroCRMNotes.collectif.crm.systalians.com/", "ICxfLotus");

Service service = Service.create(endpoint, qname);

ICxfLotus test=service.getPort(ICxfLotus.class);
test.synchroniserRDV("This is a call", null, null, null, null);

I have a jar with my ICxfLotu.class.

Here is the stack trace i have when I run my agent:
com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.lang.UnsupportedOperationException: Method not implemented.
at com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:133)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:154)
....
Caused by: java.lang.UnsupportedOperationException: Method not implemented.
at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:91)
at java.net.URL.openConnection(URL.java:1005)
....


I thought that it's a problem with my permissions.
But i set the option to 3 (Allow restricted operations with full administrations right) in my agent options security.

The administrator of my Lotus server give me full rights.

So if someone have an idea it would be very kind to share it.

Thank you for your read and please excuse my english skills, I'm French.


Feedback number WEBB98NAPD created by ~Sean Nonjipyzenetsi on 06/14/2013

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS