cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Trading API SDK (Java)

Directly using Maven to introduce Trading API Java SDK, but this problem occurs Com. sun. xml. internal. ws. protocol. soap. Message CreationException: Unable to create SOAP message due to unexpected error: unexpected XML tag. It should be:{ http://schemas.xmlsoap.org/soap/envelope/ }Envelope, But what was found was: {urn: eBay: APIs: eBLBaseComponents} GetYeBaySellingResponse

maven:

<dependency>
<groupId>com.ebay.developer</groupId>
<artifactId>trading-api-sdkcore</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>com.ebay.developer</groupId>
<artifactId>trading-api-ebaycalls</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>com.ebay.developer</groupId>
<artifactId>trading-api-helper</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>

Message 1 of 1
latest reply
0 REPLIES 0