When I look using the debug level it is immediately not there :( I am going
through the component code now to try and track things down. This shouldn't
be too hard. I would venture a guess that this is a bug? If so I am
surprised no one else has encountered the same problem.

Anyway here is the pudding:

DEBUG - JettyContextManager            - Dispatching job:
[EMAIL PROTECTED],io=0,w=true,b=0|0]
DEBUG - ConsumerProcessor              - Receiving HTTP request: POST
/ItemdataGate/ HTTP/1.1
Host: 172.16.10.243:8192
Content-Type: text/xml; charset=utf-8
Content-Length: 353
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: IBM Web Services Explorer
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Connection: close


DEBUG - DeliveryChannelImpl            - Send
ID:robert-ottaways-computer.local-52119-1161900037379-5:10 in
DeliveryChannel{servicemix-http}
DEBUG - DeliveryChannelImpl            - Sent: InOut[
  id: ID:robert-ottaways-computer.local-52119-1161900037379-5:10
  status: Active
  role: consumer
  service: {http://www.musiciansfriend.com}ItemdataGate
  endpoint: ItemdataGate
  operation: {http://www.musiciansfriend.com}releaseDocument
  in: <?xml version="1.0" encoding="UTF-8"?><q0:releaseDocument
xmlns:q0="http://www.musiciansfriend.com";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><q0:xmlDocument/></q0:releaseDocument>
]

The <q0:xmlDocument/> element is empty above, it should contain a bunch of
XML I submitted from through SOAP. Via TCPMON I have can see the XML going
into the http ConsumerProcessor

I agree with the 'wierdness' factor :) If I could bind objects in
Ruby/Java/Perl I would. Unfortunately I am making SOAP calls from a language
that is very basic and will not allow for binding. That is why I will need
to just pass the document as a String object.
-- 
View this message in context: 
http://www.nabble.com/servicemix-http-tf2517441.html#a7022312
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to