Here is the exact message I get
In TemplateProvider.locate()
Method: save_tModel
URI: urn:uddi
DD.ServiceClass: org.apache.soap.providers.UDDITestServer
DD.ProviderClass: null
Call.MethodName: save_tModel
[Attributes={}] [BodyEntries=
[(0)=[save_tModel: null]]
]
invoke called on the uddi server
[Parts={[cid:null type: text/xml; charset=utf-8 enc: null]}]
[Attributes={}] [BodyEntries=
[(0)=[save_tModel: null]]
]
No Of Mime Bod Parts 1
Received Data:
***********************************
In a message dated Thu, 9 Aug 2001 11:56:11 AM Eastern Daylight Time, [EMAIL PROTECTED]
writes:
> Hi,
> I wrote a custom SOAP Provider to process my RPC calls.
> I have two questions...
>
> I had hope the SOAP engine would not deserialize the content before calling the
>"locate" and "invoke" methods, but it does and I don't understand why ?
>
> Secondly when I try to access the content of the envelope by saying
>
> env.getBodyPart().toString()
>
> it doesn't print the content inside the method...it says it is null...How can I
>access the content ?
>
> Please help...
> Thanks
>
>