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!

WS-I test tool - monitor config to connect to IBM registry gives problems

843834Jan 28 2004 — edited Jan 29 2004
hi,

We have developed UDDI Registry provider implementing JAXR APIs. We want to test it for interoperability using WS-I test tools.

I have downloaded and run monitor and analyzer tools of WS-I. Thing is when I try to use IBM public registry (UDDI), I am not able to configure it properly in monitorConfig.xml file provided by WS-I test tools.

I am doing something like this:

<wsi-monConfig:redirect>
<wsi-monConfig:comment>JAXR HTTP Listner.</wsi-monConfig:comment>
<wsi-monConfig:listenPort>8090</wsi-monConfig:listenPort>
<wsi-monConfig:schemeAndHostPort>http://uddi.ibm.com</wsi-monConfig:schemeAndHostPort>
<wsi-monConfig:maxConnections>1000</wsi-monConfig:maxConnections>
<wsi-monConfig:readTimeoutSeconds>30</wsi-monConfig:readTimeoutSeconds>
</wsi-monConfig:redirect>

If any one has any idea regarding the same, please guide me.

thanks & regards,
- Gunjan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2004
Added on Jan 28 2004
1 comment
112 views