Hi, The part that seems to fail is the service invocation (the final Clent run at the end of the example. All UDDI requests are ok :
| publisher-run: | [echo] Publish the example ExampleService | [java] - pulishing : | [java] uddi inquiry URL = http://localhost:8080/juddi/inquiry | [java] uddi publish URL = http://localhost:8080/juddi/publish | [java] uddi user id = jboss | [java] uddi password = | [java] wsdl URL = http://localhost:8080/example/ExampleService?wsdl | [java] business entity = JBoss | [java] ... | [java] - Using the Context ClassLoader | [java] Retrieving document at 'http://localhost:8080/example/ExampleService?wsdl'. | [java] - creating Business Entity name = JBoss ... | [java] - No Business Entity "JBoss" found. Will be created. | [java] - Business Entity "JBoss" created. Key = 29D27B50-666D-11DB-BB50-8D8F32423BEA". | [java] - creating Business Service ... | [java] - No Business Service "ExampleService" found. Will be created. | [java] - Business Service created. Key = 2A057230-666D-11DB-B230-FCC92C392922". | [java] - Port Type ... | [java] - PortType Classifications : [EMAIL PROTECTED], [EMAIL PROTECTED] | [java] - No PortType "ExampleService" found. Will be created. | [java] - Port Type created. Key = uuid:2A13F120-666D-11DB-B120-D46FA9434EFD". | [java] - creating Binding with portType key = uuid:2A13F120-666D-11DB-B120-D46FA9434EFD ... | [java] - No Binding "ExampleServiceBinding" found. Will be created. | [java] - Binding created. Key = uuid:2A1E9F80-666D-11DB-9F80-BE6A5FAB5552". | [java] - creating Binding Template ... | [java] - No Service Binding for access point "http://localhost:8080/example/ExampleService" found. Will be created. | [java] - Service Binding for access point "http://localhost:8080/example/ExampleService" created. Key = 2A2F8F70-666D-11DB-8F70-DF53A4E0575C". | [java] Done. | the server side is showing this error: | 12:15:01,408 ERROR [SOAPFaultExceptionHelper] SOAP request exception | javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://org.jboss.example/ExampleService}ExampleServicePort does not contain operation meta data for: {http://schemas.xmlsoap.org/soap/envelope/}Envelope | at org.jboss.ws.server.ServiceEndpointInvoker.getDispatchDestination(ServiceEndpointInvoker.java:175) | at org.jboss.ws.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:110) | at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:234) | at org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:120) | The example code is using JWSDP 1.5 for the WS generation/client invocation. I'm going to try JWSDP 1.6 & JBossWS and I'll tell you more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981517#3981517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981517 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
