

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
12 messages in org.apache.ws.juddi-devRE: [juddi-Developers] SavePublisher....| From | Sent On | Attachments |
|---|---|---|
| Andy Cutright | Aug 6, 2003 12:54 pm | |
| Steve Viens | Aug 6, 2003 1:04 pm | |
| Andy Cutright | Aug 7, 2003 12:20 pm | |
| Andy Cutright | Aug 7, 2003 12:41 pm | |
| Anou Manavalan | Aug 7, 2003 1:53 pm | |
| Viens, Steve | Aug 7, 2003 2:03 pm | |
| Steve Viens | Aug 8, 2003 3:09 am | |
| Steve Viens | Aug 8, 2003 3:16 am | |
| Anou Manavalan | Aug 8, 2003 5:50 am | |
| Andy Cutright | Aug 8, 2003 6:11 am | |
| Viens, Steve | Aug 8, 2003 6:24 am | |
| Andy Cutright | Aug 13, 2003 3:42 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: [juddi-Developers] SavePublisher.java implements 'admin' | Actions... |
|---|---|---|
| From: | Andy Cutright (Andy...@borland.com) | |
| Date: | Aug 7, 2003 12:20:42 pm | |
| List: | org.apache.ws.juddi-dev | |
yeah, i figured this out.. web.xml doesn't enable the /juddi/admin/ context by default.
cheers, andy
-----Original Message----- From: Steve Viens [mailto:svi...@attbi.com] Sent: Wednesday, August 06, 2003 1:04 PM To: judd...@lists.sourceforge.net Subject: RE: [juddi-Developers] SavePublisher.java implements 'admin'
Andy, the following classes are part of jUDDI's proprietary Admin API and are not part of the UDDI v2.0 specification.
SavePublisher DeletePublisher GetPublisherDetail FindPublisher
Only 'official' UDDI v2.0 functions should implement Publish or Inquiry. These interfaces are simply used as flags by the request processor to determine if they client called invoked them via the correct URL:
- It's illegal to send a "SaveBusiness" to http://localhost:8080/juddi/inquiry or http://localhost:8080/juddi/admin
It's illegal to send a "FindBusiness" to http://localhost:8080/juddi/publish or http://localhost:8080/juddi/admin
It's illegal to send a "SavePublisher" to anything other than: http://localhost:8080/juddi/admin
Take a closer look at org.juddi.transport.axis.AxisProcessor for more info (starting around line 115).
Steve
-----Original Message----- From: judd...@lists.sourceforge.net [mailto:judd...@lists.sourceforge.net] On Behalf Of Andy Cutright Sent: Wednesday, August 06, 2003 3:53 PM To: judd...@lists.sourceforge.net Subject: [juddi-Developers] SavePublisher.java implements 'admin'
hi steve,
i've been trying to flesh out the SavePublisherSample, and i'm wondering about the class SavePublisher. it implements Admin, whereas other RegistryObjects that update the database implement Publish.. is this a bug? or do i need to push further?
cheers, andy
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet _072303_01 /01
_______________________________________________ juddi-developers mailing list judd...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/juddi-developers
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet _072303_01/01
_______________________________________________ juddi-developers mailing list judd...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/juddi-developers







