• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
server.wsdd in Eclipse
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

server.wsdd in Eclipse


  • Subject: server.wsdd in Eclipse
  • From: AndrĂ© Rothe <email@hidden>
  • Date: Thu, 15 Feb 2018 10:55:09 +0100

Hi,

I debug an Axis1 webservice which runs in the debug mode of Eclipse. I
have added a handler to the server.wsdd file, but it won't be executed
in the request/response flow.

Does Eclipse ignore the server.wsdd?

My handler is very simple:

public class MyHandler extends BasicHandler {

public void invoke(org.apache.axis.MessageContext context) throws
AxisFault {
System.out.println("Hello");
}

}

But there is no "Hello" in the console output. The server.wsdd is the
default one from

http://mirror.informatimago.com/next/developer.apple.com/documentation/WebObjects/Web_Services/Web_Services/chapter_4_section_7.html

plus a new handler in the requestFlow/responseFlow tags:

<handler type="java:info.phosco.ws.export.service.MyHandler"/>

Should I define the path to the server.wsdd in the "Run Configurations"
or something?

Any ideas?

Thanks a lot.
Andre

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: PatientCare - EPR
  • Next by Date: Any ideas for movable/draggable AjaxModalDialog?
  • Previous by thread: Re: PatientCare - EPR
  • Next by thread: Any ideas for movable/draggable AjaxModalDialog?
  • Index(es):
    • Date
    • Thread