You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Alex Ceponkus <al...@ceponkus.org> on 2002/01/17 18:26:08 UTC

[jUDDI-developers] SimplePost sample

Just resurrected and added a sample so the axis stuff can be tested.
Remember SimplePost :)  It lives in juddi/samples/simplePost

command line:
java SimplePost soap_header_file soap_body_file URL

example (empty.xml and find_business.xml are included):
java SimplePost empty.xml find_business.xml
http://localhost:8080/juddi/servlet/AxisServlet

You should see something that's pretty close to what you sent (because
FindBusinessService just returns the request right now), but slightly
different (extra attributes on find_business) because it was
deserialized/serialized through UDDI4J.

Note: Change the 'juddi' portion of the URL to 'axis' or whatever your
webapp directory is called.

Alex