I am trying to understand the architecture of the axis
implementation,is there any document or resource that can help me
in this effort?
Thanks in advance
vamsi
_
There is always a better job for you at Monsterindia.com.
Go now http://monst
snichol 2002/06/26 04:39:52
Modified:java/docs changes.html
java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
In the absence of an xsi:type attribute, check the element
namespace URI for SOAP-ENC to imply a type. For now, just
support SOAP-ENC:Arra
Go to http://xml.apache.org/axis, then click on "Architecture Guide" on the
left hand side.
In the future, I suggest you send Axis-related messages to
[EMAIL PROTECTED] or [EMAIL PROTECTED]
Scott Nichol
- Original Message -
From: "soap vamsi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Hi,
I use Java 1.4.0, Tomcat 3.3 and SOAP 2.2 to expose webservices to an
existing COM-server.
My java client also use SOAP 2.2.
It seems that the tomcat process is "leaking" ...
(Transferring 800 KB in 20 KB chunks means leaking 1-2 MB)
None of the other processes involved leaks...
Has any
Hi,
Do you have access to NuMega BoundsChecker? It's great for finding memory
leaks.
If you compile the ComProvider.dll with full debug options on, you should
be able to locate the leak.
That being said, I don't know anything about the ComProvider.dll file
-Mike
- Original Message -
Fro
Hi,
I have a simple .NET webservice that has 2 methods. Both methods return
a string but one takes an integer and the other takes a string.
I have written a apache soap client to access the service.
When i try to invoke the method that takes int, it works fine. BUT it
does not for the method that
While encoding Java Objects to SOAP XML the composed objects are
represented using the multiref tag.
ex Phone number contained in address is encoded as
http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns2="urn:AddressServiceNameSpace">
http://schema
multiref encoding has some distinguishing aspects:
1. Space savings by way of ref contrasted to duplication
2. Circular references can be represented. In place encoding
will result in infinite loop (stack overflow) as happens
with Apache BeanSerializer. Axis handles this.
3. Better inform
Hi,
I have some webservices deployed in Apache SOAP.I want to bind and publish
these services in a UDDI registry.
I also have some soap clients accessing these services.I want these clients
to lookup the services from the UDDI registry.
It would be very nice if anyone can enlighten me on this an