Re: No Access to SOAP Message inside custom provider

2001-08-09 Thread Mehashah
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 [

No Access to SOAP Message inside custom provider

2001-08-09 Thread Mehashah
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 b

SOAP question related to UDDI

2001-08-05 Thread Mehashah
Hi, I am implementing the UDDI std 1.0 for my school project. I have a question about the SOAP interface on the UDDI server. For example when one tries to use save_tModel API..the soap message looks like ... This is how uddi4j generates it. This would map to a java api of save_tMode

Re: Urgent SOAP Question

2001-07-25 Thread Mehashah
I resolved the issue, I was setting some mappings for primitive objects such as String and that caused the whole thing to go haywire. I think this applies to people getting incorrect data or missing or bogus data from one point to another through soap.

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I am trying to implement a UDDI server for my Masters Project and I was trying to use UDDI4j both on server and client for sending and recieving UDDI calls. But I guess that is not possible as the UDDI4j uses vectors and can't receive requests that look more like arrays on the server. Please adv

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I now remmeber why the UUDIProxy didn't work for me and may be you would know the answer. For example in SaveTModel When I used UDDIProxy it uses the savetoxml method to convert java object to xml it creates the following <.. on the server side it complains that it can't matc

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I tried using UDDIProxy but I get errors so I tried this approach. I dont get an error but when I try to acces the object("SaveBusiness") on my UDDI server I get nulls. In a message dated Tue, 24 Jul 2001 10:54:43 AM Eastern Daylight Time, "David Melgar" <[EMAIL PROTECTED]> writes: > UDDI4J