Forum Discussion

jagadeesan's avatar
15 years ago

How to connect ebayweb service system from SOAPUI

Hi all,

I am trying to connect SOAPUI to live ebay webservice system ,Its basically provided for developers. Before start developing any client . is it possible to use the SOAPUI to connect this web service system ?

Using SOAPUI , i tried it , but failed to get the success response .

Reference
http://developer.ebay.com/devzone/large ... Guide.html

When i tried to connect the "BulkDataExchangeService" with below request

======
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ser="http://www.ebay.com/marketplace/services">
<soap:Header/>
<soap:Body>
<ser:createUploadJobRequest>
<ser:uploadJobType>AddFixedPriceItem</ser:uploadJobType>
<ser:UUID>a803a185-2059-4d5a-a2b9-322898d18451</ser:UUID>
<ser:fileType>gzip</ser:fileType>
</ser:createUploadJobRequest>
</soap:Body>
</soap:Envelope>

=======

It always respond as

below message

=====

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault xmlns:axis2ns13="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>axis2ns13:Server</faultcode>
<faultstring>Missing SOA operation name header</faultstring>
<detail>
<errorMessage xmlns="http://www.ebay.com/marketplace/services">
<error>
<errorId>2038</errorId>
<domain>CoreRuntime</domain>
<severity>Error</severity>
<category>System</category>
<message>Missing SOA operation name header</message>
<subdomain>System</subdomain>
</error>
</errorMessage>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>


Please help me to shortout this issue

Thanks in advance

Jagadeesan.M
No RepliesBe the first to reply