building a soap message like this below, can you help me?

The message must be like this:

<?xml version="1.0" encoding="utf-8"?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

<save_publisher generic="1.0" xmlns="urn:juddi-org:api_v1">

<authInfo>juddi</authInfo>

<publisher

publisherID="###"

publisherName="Mark"

admin="true"

enabled="false"

emailAddress="marccos@rancho.com"/>

</save_publisher>

</soapenv:Body>

</soapenv:Envelope>

Thanks a lot!

[820 byte] By [Sonecaa] at [2007-11-27 11:13:46]
# 1

Hi,

In order to construct the soap message, use string buffer to construct the envelope concatenate the header and trailer.

Regards,

P.Prasanna.

p-_pa at 2007-7-29 14:02:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...