Hi all,

Note : you may need to spend some time to answer but if you answer once many
new babies can make a clear idea of whats happening in servicemix....

In my sample project i need to,
Get HTTP request from client and add one attribute to response and send it
back to client.
so i need clarification on,

1 . to which url client should send the request.
2 . how can i get the request object.

if possible explain me using wsdl-first example.

3 . How to get the source code for GetPersonRequest,GetPersonResponce,Person
etc .class file of wsdl-first example.

4 . What endpoint in xbean.xml refer to? (more explanation so that i can
define my endpoint in my sample project)
.
5 . where can i find the explanation for xbean.xml tags.

6 . can u expalin me what this code mean

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:person="http://servicemix.apache.org/samples/wsdl-first";>

  <http:endpoint service="person:PersonService"
                 endpoint="soap"
                 targetService="person:PersonService"
                 role="consumer" 
                 locationURI="http://0.0.0.0:8192/PersonService/";
                 soap="true" />

</beans>

and also

<beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0";>

    <jsr181:endpoint
pojoClass="org.apache.servicemix.samples.wsdl_first.PersonImpl"
                     wsdlResource="classpath:person.wsdl"
                     style="document" />

</beans>

7 . Is wsdl file is autogenerated?(if so how to do ?)

Thanks,
Barath.




-- 
View this message in context: 
http://www.nabble.com/In-wsdl-first---I-need-source-code-for-GetPersonResponse.class-file-tf4675634s12049.html#a13358649
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to