SOAP..question..

2003-06-26 Thread 임우규
Hello,   I'm live in Seoul, Korea and the Computer Science student. I have a question about Apache SOAP..   SOAP library in JAXM can compatible your SOAP library? For example, your library use Element(org.w3c.dom) but JAXM use SOAPElement(javax.xml.message). There is the way whic

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: SOAP Question

2001-07-31 Thread Ram Sadasiv
> Ranjit Goray wrote: > > SOAP Questions : > > > 1.How is SOAP different from the Ariba and Commerce One Standards of > cXML etc? > SOAP is an encoding and transport mechanism. The data payload could be cXML, or any other datatype which can be encoded as XML (there is also a spec for binary at

SOAP Question

2001-07-30 Thread Ranjit Goray
SOAP Questions :   1.How is SOAP different from the Ariba and Commerce One Standards of cXML etc?   2.What is the relationship between COM Plus and SOAP?   3.What is the relationship between ebXML and SOAP?   4.At what layer in the OSI stack does SOAP run?   5.What is a Client Stub/ Server Stub

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
ED] > > To: <[EMAIL PROTECTED]> > cc: > Subject: Re: Urgent SOAP Question > > > > 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 savetoxm

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
What errors did you get when using UDDIProxy? David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED]

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

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
UDDI4J typically uses the messaging API in soap and handles its own request message generation and processing. I assume your going through all this effort for some other reason? You don't describe what failure you get. Is no response returned? Is the deserialization of the response failing? Dav