Anyone know how to do this for Python ZSI? I've looked all over the place. Its probably disgustingly easy and I'm missing.

Tomek Sztelak wrote:
Hi
You are sending message in RPC/encoded format which is not supported
by XFire. Try to change use/style of your client to document/literal

On 3/8/07, Matt Chambers <[EMAIL PROTECTED]> wrote:
Hi, new to the list.  I'm having a problem with Xfire and SOAPpy, not
sure where the bug actually is though.

Tomcat 6.0.10
Java 1.6
Xfire 1.2.4
SOAPpy 0.12

If I have a function that has 2 arguments, and 2 of the values are the
same, its not processed properly.

Here is the envelope SOAPpy is sending, basically no data makes it to
the server.  Any help would be appreciated.

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
  xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
  xmlns:xsd="http://www.w3.org/1999/XMLSchema";
 >
<SOAP-ENV:Body>
<createRules SOAP-ENC:root="1">
<v1 href="#i1"/>
<v2 href="#i1"/>
<v3 href="#i2"/>
<v4 xsi:type="xsd:int">10</v4>
</createRules>
<v1 xsi:type="xsd:string" id="i1" SOAP-ENC:root="0">pipe</v1>
<v3 SOAP-ENC:arrayType="xsd:string[2]" xsi:type="SOAP-ENC:Array"
SOAP-ENC:root="0" id="i2">
<item href="#i3"/>
<item href="#i4"/>
</v3>
<item xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">ab.234</item>
<item xsi:type="xsd:string" id="i4" SOAP-ENC:root="0">cv.123a</item>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Matt


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email







---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to