On 03/10/2007, b4d93r <[EMAIL PROTECTED]> wrote:
>
> The " -" are in there. (mind you I didn't create this script so any info here
> would be of great value.)

They are not valid XML, so need to be removed.

If you display XML in Internet Explorer, then it shows "-" and "+" as
handles to allow the XML to be contracted and expanded, but they are
not (should not be) present in the original.

> As for the line break, I'm not sure. I'll see what we can find out.
>
> (Dumb question but I have to ask.) Should I have the Soap header and
> envelope in that code? I've been wondering about this but haven't tried it.

The Soap header is an HTTP header, like User-Agent or Host, and should
not be in the data.

AFAIK, SOAP handlers need a SOAP envelope.

Ask the server admin people if necessary.


> Thanks!
> Steve
>
>
>
> sebb-2 wrote:
> >
> > I assume the " - " at the beginning of some lines are not in the real
> > data?
> >
> > There's also a line-break in the xsi:schemaLocation attribute which I
> > assume has been added by the mail transport.
> >
> > Apart from these, the data seems to be valid XML, but has no SOAP
> > header or envelope.
> >
> > S.
> > On 03/10/2007, b4d93r <[EMAIL PROTECTED]> wrote:
> >>
> >> You know what, I didn't post it like I thought I did. My fault I do
> >> apologize!
> >> (NOTE: I did change specific info to something more generic, again due to
> >> confidentiality reasons.)
> >>
> >> Here it is...
> >>
> >>  <?xml version="1.0" encoding="UTF-8" ?>
> >> - <VertexEnvelope xmlns="urn:companyainc:o-series:tps:4:0"
> >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >> xsi:schemaLocation="urn:companyainc:o-series:tps:4:0
> >> CompanyAInc_Envelope.xsd">
> >> - <Login>
> >>  <UserName>anyusername</UserName>
> >>  <Password>anypassword</Password>
> >>  </Login>
> >> - <QuotationRequest documentDate="2007-10-01"
> >> returnAssistedParamaterIndicator="TRUE" transactionType="SALE">
> >> - <Seller>
> >> - <Company>
> >>  001
> >> - <Division>
> >>  009
> >>  <Department />
> >>  </Division>
> >>  </Company>
> >>  </Seller>
> >> - <Customer>
> >>  <CustomerCode classCode="Number">00000000</CustomerCode>
> >> - <Destination>
> >>  <StreetAddress>1234 CARESWELL ST</StreetAddress>
> >>  <City>Denver</City>
> >>  <MainDivision>CO</MainDivision>
> >>  <PostalCode>80202</PostalCode>
> >>  <Country>United States</Country>
> >>  </Destination>
> >>  </Customer>
> >> - <LineItem taxDate="2007-08-16" lineItemId="1" lineItemNumber="1">
> >>  <Quantity>5</Quantity>
> >>  <UnitPrice>1.00</UnitPrice>
> >> - <FlexibleFields>
> >>  <FlexibleCodeField fieldId="1">060036084</FlexibleCodeField>
> >>  </FlexibleFields>
> >>  </LineItem>
> >> - <LineItem taxDate="2007-08-16" lineItemId="1" lineItemNumber="2">
> >>  <Quantity>3</Quantity>
> >>  <UnitPrice>10.00</UnitPrice>
> >> - <FlexibleFields>
> >>  <FlexibleCodeField fieldId="1">090294518</FlexibleCodeField>
> >>  </FlexibleFields>
> >>  </LineItem>
> >> - <LineItem taxDate="2007-08-16" lineItemId="1" lineItemNumber="3">
> >>  <Quantity>1</Quantity>
> >>  <UnitPrice>200.00</UnitPrice>
> >> - <FlexibleFields>
> >>  <FlexibleCodeField fieldId="1">080111798</FlexibleCodeField>
> >>  </FlexibleFields>
> >>  </LineItem>
> >> - <LineItem taxDate="2007-08-16" lineItemId="1" lineItemNumber="4">
> >>  <Quantity>1</Quantity>
> >>  <UnitPrice>250.00</UnitPrice>
> >> - <FlexibleFields>
> >>  <FlexibleCodeField fieldId="1">000048969</FlexibleCodeField>
> >>  </FlexibleFields>
> >>  </LineItem>
> >>  </QuotationRequest>
> >>  </VertexEnvelope>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Default-header-%28Still-playing-with-the-SOAP-stuff%29-tf4557859.html#a13023245
> >> Sent from the JMeter - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Default-header-%28Still-playing-with-the-SOAP-stuff%29-tf4557859.html#a13023816
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to